GetAs              40 chrome/browser/download/download_query.cc template <typename T> bool GetAs(const base::Value& in, T* out);
GetAs             199 chrome/browser/download/download_query.cc   if (!GetAs(value, &cpp_value)) return DownloadQuery::FilterCallback();
GetAs             217 chrome/browser/download/download_query.cc   if (!GetAs(regex_value, &regex_str)) return DownloadQuery::FilterCallback();
GetAs             287 chrome/browser/download/download_query.cc       return GetAs(value, &query_terms) &&
GetAs             219 net/cert/cert_verify_proc_mac.cc         signature_field.GetAs<CSSM_X509_ALGORITHM_IDENTIFIER>();
GetAs              82 net/cert/x509_certificate_mac.cc   const CSSM_X509_TIME* x509_time = field.GetAs<CSSM_X509_TIME>();
GetAs             249 net/cert/x509_certificate_mac.cc       subject_alt_name.GetAs<CSSM_X509_EXTENSION>();
GetAs             415 net/cert/x509_certificate_mac.cc     const CSSM_X509_EXTENSION* ext = key_usage.GetAs<CSSM_X509_EXTENSION>();
GetAs             424 net/cert/x509_certificate_mac.cc     const CSSM_X509_EXTENSION* ext = key_usage.GetAs<CSSM_X509_EXTENSION>();
GetAs              79 net/cert/x509_util_mac.h   template <typename T> const T* GetAs() const {
GetAs             207 ppapi/shared_impl/resource.h   T* GetAs();
GetAs             250 ppapi/shared_impl/resource.h   inline thunk::RESOURCE* Resource::GetAs() { \
GetAs             194 ppapi/thunk/enter.h       object_ = resource_->GetAs<ResourceT>();
GetAs             269 ppapi/thunk/enter.h       functions_ = resource_->GetAs<ApiT>();
GetAs             277 ppapi/thunk/enter.h       functions_ = resource_->GetAs<ApiT>();