/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/ |
InvalidationClientNameProvider.java | 24 public static InvalidationClientNameProvider get() { method in class:InvalidationClientNameProvider
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSVariablesMap.cpp | 43 String CSSVariablesMap::get(const AtomicString& name) const function in class:WebCore::CSSVariablesMap 53 return !get(name).isEmpty(); 107 m_activeIterators.append(iterator.get()); 117 ASSERT(m_activeIterators.last() == iterator.get());
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DocumentOrderedMap.cpp | 85 // cache for this key so get searches for it next time it is called. 90 // cache for this key so get will search for it next time it is called. 114 inline Element* DocumentOrderedMap::get(StringImpl* key, const TreeScope* scope) const function in class:WebCore::DocumentOrderedMap 119 Element* element = m_map.get(key); 141 return get<keyMatchesId>(key, scope); 146 return get<keyMatchesMapName>(key, scope); 151 return get<keyMatchesLowercasedMapName>(key, scope); 156 return get<keyMatchesLabelForAttribute>(key, scope);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
CustomElement.h | 86 CustomElementDefinition* get(Element* element) const { return m_definitions.get(element); } function in class:WebCore::CustomElement::DefinitionMap
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
PageConsoleAgent.cpp | 62 virtual ScriptValue get(ScriptState* state) function in class:WebCore::InspectableNode
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
DataRef.h | 33 const T* get() const { return m_data.get(); } function in class:WebCore::DataRef 35 const T& operator*() const { return *get(); } 36 const T* operator->() const { return get(); } 42 return m_data.get();
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBIndex.cpp | 95 RefPtr<IDBRequest> request = IDBRequest::create(context, IDBAny::create(this), m_transaction.get()); 121 RefPtr<IDBRequest> request = IDBRequest::create(context, IDBAny::create(this), m_transaction.get()); 149 RefPtr<IDBRequest> request = IDBRequest::create(context, IDBAny::create(this), m_transaction.get()); 155 PassRefPtr<IDBRequest> IDBIndex::get(ExecutionContext* context, const ScriptValue& key, ExceptionState& exceptionState) function in class:WebCore::IDBIndex 157 IDB_TRACE("IDBIndex::get"); 179 RefPtr<IDBRequest> request = IDBRequest::create(context, IDBAny::create(this), m_transaction.get()); 180 backendDB()->get(m_transaction->id(), m_objectStore->id(), m_metadata.id, keyRange.release(), false, WebIDBCallbacksImpl::create(request).leakPtr()); 208 RefPtr<IDBRequest> request = IDBRequest::create(context, IDBAny::create(this), m_transaction.get()); 209 backendDB()->get(m_transaction->id(), m_objectStore->id(), m_metadata.id, keyRange.release(), true, WebIDBCallbacksImpl::create(request).leakPtr());
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
FontDataCache.cpp | 48 PassRefPtr<SimpleFontData> FontDataCache::get(const FontPlatformData* platformData, ShouldRetain shouldRetain) function in class:WebCore::FontDataCache 62 if (!result.get()->value.second) { 63 ASSERT(m_inactiveFontData.contains(result.get()->value.first)); 64 m_inactiveFontData.remove(result.get()->value.first); 68 result.get()->value.second++; 69 } else if (!result.get()->value.second) { 72 m_inactiveFontData.add(result.get()->value.first); 75 return result.get()->value.first; 132 RefPtr<SimpleFontData>& fontData = *it.get();
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
SharedGraphicsContext3D.cpp | 78 PassRefPtr<GraphicsContext3D> SharedGraphicsContext3D::get() function in class:WebCore::SharedGraphicsContext3D
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
net.js | 33 net.get = function(url, success) 35 $.get(url, success); 41 var method = options.type || 'GET'; 26 var net = net || {}; function
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
factory.py | 96 def get(self, port_name=None, options=None, **kwargs): member in class:PortFactory 130 return self.get(port_name, _builder_options(builder_name))
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebPrivateOwnPtr.h | 56 T* get() const { return m_ptr; } function in class:blink::WebPrivateOwnPtr
|
WebPrivatePtr.h | 109 T* get() const function in class:blink::WebPrivatePtr
|
/external/chromium_org/third_party/angle/src/common/ |
RefCountObject.h | 46 RefCountObject *get() const { return mObject; } function in class:RefCountObjectBindingPointer 50 bool operator ! () const { return (get() == NULL); } 61 ObjectType *get() const { return static_cast<ObjectType*>(RefCountObjectBindingPointer::get()); } function in class:BindingPointer 62 ObjectType *operator -> () const { return get(); }
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
MacroExpander.h | 61 const Token& get() { return replacements[index++]; } function in struct:pp::MacroExpander::MacroContext
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
normalizedunicodetext.h | 38 // In case of failure, get() returns the original text. 42 const WCHAR* get() const { return normalized_text_; } function in class:NormalizedUnicodeText
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
errorcode.h | 97 UErrorCode get() const { return errorCode; } function in class:ErrorCode
|
/external/chromium_org/third_party/icu/source/test/perf/usetperf/ |
bitset.cpp | 30 UBool BitSet::get(int32_t bitIndex) const { function in class:BitSet
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
scoped_ref_ptr.h | 102 scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) { 112 T* get() const { return ptr_; } function in class:talk_base::scoped_refptr 143 return *this = r.get();
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
hash_table.h | 232 * Get the value associated with a particular key 241 bool get(unsigned &value, const char *key) function in struct:string_to_uint_map 258 * user-specified zero is stored as 1. This enables ::get to tell the
|
/external/chromium_org/third_party/ots/include/ |
ots-memory-stream.h | 59 void* get() const { function in class:ots::ExpandingMemoryStream
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_field.cc | 68 (*variables)["cppget"] = "Get"; 132 const FieldGenerator& FieldGeneratorMap::get( function in class:google::protobuf::compiler::cpp::FieldGeneratorMap
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
java_field.cc | 124 const FieldGenerator& FieldGeneratorMap::get( function in class:google::protobuf::compiler::java::FieldGeneratorMap
|
/external/chromium_org/third_party/skia/include/utils/win/ |
SkTScopedComPtr.h | 55 T *get() const { return fPtr; } function in class:SkTScopedComPtr
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
codec.py | 41 def get(self, length): member in class:Parser 57 lengthBytes = self.get(lengthLength) 63 l[x] = self.get(length) 67 lengthList = self.get(lengthLength) 73 l[x] = self.get(length) 77 self.lengthCheck = self.get(lengthLength)
|