Searched refs:Lookup (Results 76 - 100 of 281) sorted by relevance

1234567891011>>

/external/chromium_org/net/http/
H A Dhttp_auth_cache.h123 Entry* Lookup(const GURL& origin,
H A Dhttp_auth_cache.cc80 HttpAuthCache::Entry* HttpAuthCache::Lookup(const GURL& origin, function in class:net::HttpAuthCache
147 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme);
260 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme);
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
H A Dpeer_channel.h103 ChannelMember* Lookup(DataSocket* ds) const;
/external/chromium_org/v8/src/
H A Dhashmap.h44 // If an entry with matching key is found, Lookup()
49 Entry* Lookup(void* key, uint32_t hash, bool insert,
114 TemplateHashMapImpl<AllocationPolicy>::Lookup( function in class:v8::internal::TemplateHashMapImpl
146 // Lookup the entry for the key to remove.
285 Entry* entry = Lookup(p->key, p->hash, true, allocator);
341 return Iterator(this, this->Lookup(key, key->Hash(), insert, allocator));
H A Dinterface.cc12 Interface* Interface::Lookup(Handle<String> name, Zone* zone) { function in class:v8::internal::Interface
17 ZoneHashMap::Entry* p = map->Lookup(name.location(), name->Hash(), false,
68 (*map)->Lookup(const_cast<void*>(name), hash, !IsFrozen(), allocator);
H A Dserialize.h121 return *Lookup(key);
127 Address* Lookup(uint32_t key) const { function in class:v8::internal::ExternalReferenceDecoder
135 *Lookup(key) = value;
340 return serialization_map_->Lookup(Key(obj), Hash(obj), false) != NULL;
346 serialization_map_->Lookup(Key(obj), Hash(obj), false)->value));
352 serialization_map_->Lookup(Key(obj), Hash(obj), true);
H A Dscopes.h30 Variable* Lookup(const AstRawString* name);
103 // Lookup a variable in this scope. Returns the variable or NULL if not found.
113 // Lookup a variable in this scope or outer scopes.
115 Variable* Lookup(const AstRawString* name);
405 return variables_.Lookup(name) != NULL;
558 // Lookup a variable reference given by name recursively starting with this
/external/chromium_org/content/renderer/media/
H A Daudio_input_message_filter.cc137 media::AudioInputIPCDelegate* delegate = delegates_.Lookup(stream_id);
151 media::AudioInputIPCDelegate* delegate = delegates_.Lookup(stream_id);
163 media::AudioInputIPCDelegate* delegate = delegates_.Lookup(stream_id);
/external/chromium_org/third_party/webrtc/base/
H A Dflags.cc131 Flag* FlagList::Lookup(const char* name) { function in class:rtc::FlagList
193 Flag* flag = Lookup(name);
260 CHECK(!Lookup(flag->name())) << "flag " << flag->name() << " declared twice";
/external/chromium_org/android_webview/native/
H A Daw_contents_client_bridge.cc105 CertErrorCallback* callback = pending_cert_error_callbacks_.Lookup(id);
200 pending_client_cert_request_callbacks_.Lookup(request_id);
352 pending_js_dialog_callbacks_.Lookup(id);
368 pending_js_dialog_callbacks_.Lookup(id);
381 pending_client_cert_request_callbacks_.Lookup(request_id);
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_version.cc570 StatusCallback* callback = activate_callbacks_.Lookup(request_id);
593 StatusCallback* callback = install_callbacks_.Lookup(request_id);
614 FetchCallback* callback = fetch_callbacks_.Lookup(request_id);
630 StatusCallback* callback = sync_callbacks_.Lookup(request_id);
646 StatusCallback* callback = push_callbacks_.Lookup(request_id);
665 controllee_by_id_.Lookup(client_id);
/external/chromium_org/content/child/service_worker/
H A Dservice_worker_dispatcher.cc332 pending_registration_callbacks_.Lookup(request_id);
353 pending_unregistration_callbacks_.Lookup(request_id);
375 pending_get_registration_callbacks_.Lookup(request_id);
401 pending_registration_callbacks_.Lookup(request_id);
426 pending_unregistration_callbacks_.Lookup(request_id);
451 pending_get_registration_callbacks_.Lookup(request_id);
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp80 const DirectoryLookup *Lookup, Token &Tok,
278 FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok,
458 const DirectoryLookup *Lookup = PP.GetCurDirLookup(); local
459 if (Lookup)
460 ++Lookup;
462 if (!HandleHasInclude(FileId, RawLex, Lookup, RawToken,
277 HandleHasInclude( FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok, bool &FileExists) argument
/external/chromium_org/base/debug/
H A Dtrace_event_synthetic_delay.h91 static TraceEventSyntheticDelay* Lookup(const std::string& name);
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dpopup_blocker_tab_helper.cc116 BlockedRequest* popup = blocked_popups_.Lookup(id);
/external/chromium_org/content/browser/manifest/
H A Dmanifest_manager_host.cc95 GetManifestCallback* callback = callbacks->Lookup(request_id);
/external/chromium_org/net/dns/
H A Dhost_cache.cc43 const HostCache::Entry* HostCache::Lookup(const Key& key, function in class:net::HostCache
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_relocations.h30 // that properly implements the Lookup() method.
35 virtual void* Lookup(const char* symbol_name) = 0;
/external/chromium_org/tools/memory_inspector/memory_inspector/core/
H A Dmemory_map.py23 def Lookup(self, addr): member in class:Map
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_cache.cpp102 if (!m_ImageCaches.Lookup(pStream, (FX_LPVOID&)pImageCache)) {
112 FX_BOOL bFind = m_ImageCaches.Lookup(pStream, (FX_LPVOID&)pImageCache);
127 m_bCurFindCache = m_ImageCaches.Lookup(pStream, (FX_LPVOID&)m_pCurImageCache);
162 if (!m_ImageCaches.Lookup(pStream, (FX_LPVOID&)pImageCache)) {
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_link.cpp24 if (!m_PageMap.Lookup((FX_LPVOID)(FX_UINTPTR)objnum, (FX_LPVOID&)pPageLinkList)) {
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_service_client.cc534 ServiceCallbacks* service_callbacks = callbacks_map_.Lookup(callback_id);
549 ServiceCallbacks* service_callbacks = callbacks_map_.Lookup(callback_id);
559 ServiceCallbacks* service_callbacks = callbacks_map_.Lookup(callback_id);
575 ServiceCallbacks* service_callbacks = callbacks_map_.Lookup(callback_id);
590 ServiceCallbacks* service_callbacks = callbacks_map_.Lookup(callback_id);
605 ServiceCallbacks* service_callbacks = callbacks_map_.Lookup(callback_id);
621 ServiceCallbacks* service_callbacks = callbacks_map_.Lookup(callback_id);
638 ServiceCallbacks* service_callbacks = callbacks_map_.Lookup(callback_id);
656 ServiceCallbacks* service_callbacks = callbacks_map_.Lookup(callback_id);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_schema_graph.py12 '''Returned from APISchemaGraph.Lookup(), and relays whether or not
96 return self._node_availabilities.Lookup(self._namespace_name,
368 def Lookup(self, *path): member in class:APISchemaGraph
/external/chromium_org/components/policy/core/common/
H A Dpolicy_test_utils.cc31 return base::Bind(&PolicyDetailsMap::Lookup, base::Unretained(this));
39 const PolicyDetails* PolicyDetailsMap::Lookup(const std::string& policy) const { function in class:policy::PolicyDetailsMap
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.h126 RefCountedType* Lookup(KeyType id) { function in class:content::IndexedDBDispatcherHost::RefIDMap
127 scoped_refptr<RefCountedType>* ptr = map_.Lookup(id);

Completed in 741 milliseconds

1234567891011>>