lookup             17 Source/bindings/templates/attributes.cpp     {# perform lookup first #}
lookup             18 Source/bindings/templates/attributes.cpp     {# FIXME: can we remove this lookup? #}
lookup             40 Source/bindings/v8/V8EventListenerList.cpp PassRefPtr<EventListener> V8EventListenerList::getEventListener(v8::Local<v8::Value> value, bool isAttribute, ListenerLookupType lookup)
lookup             46 Source/bindings/v8/V8EventListenerList.cpp     if (lookup == ListenerFindOnly) {
lookup            839 Source/core/html/HTMLMediaElement.cpp             m_mediaSource = HTMLMediaSource::lookup(url.string());
lookup             49 Source/core/html/HTMLMediaSource.h     static HTMLMediaSource* lookup(const String& url) { return s_registry ? static_cast<HTMLMediaSource*>(s_registry->lookup(url)) : 0; }
lookup             56 Source/core/html/URLRegistry.h     virtual URLRegistrable* lookup(const String&) { ASSERT_NOT_REACHED(); return 0; }
lookup             53 Source/modules/mediasource/MediaSourceRegistry.h     virtual URLRegistrable* lookup(const String&) OVERRIDE;
lookup            215 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp     const LookupTable* lookup(uint16_t index, const SharedBuffer& buffer) const
lookup            235 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp             const LookupTable* lookup = lookups->lookup(lookupListIndex[i], buffer);
lookup            236 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp             if (!lookup || !lookup->getSubstitutions(map, buffer))
lookup            499 Source/platform/heap/Heap.h     bool lookup(Address, BaseHeapPage**);
lookup            588 Source/platform/heap/ThreadState.cpp     bool found = heapContainsCache()->lookup(address, &page);
lookup            403 Source/wtf/HashMap.h         ValueType* entry = const_cast<HashTableType&>(m_impl).lookup(key);
lookup            375 Source/wtf/HashTable.h         ValueType* lookup(KeyPeekInType key) { return lookup<IdentityTranslatorType>(key); }
lookup            376 Source/wtf/HashTable.h         template<typename HashTranslator, typename T> ValueType* lookup(const T&);
lookup            507 Source/wtf/HashTable.h     inline Value* HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>::lookup(const T& key)
lookup            846 Source/wtf/HashTable.h         ValueType* entry = lookup<HashTranslator>(key);
lookup            857 Source/wtf/HashTable.h         ValueType* entry = const_cast<HashTable*>(this)->lookup<HashTranslator>(key);
lookup            868 Source/wtf/HashTable.h         return const_cast<HashTable*>(this)->lookup<HashTranslator>(key);