HomeSort by relevance Sort by last modified time
    Searched refs:IsEmpty (Results 126 - 150 of 1051) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestEventConstructor.h 71 ASSERT(DOMDataStore::getWrapper<V8TestEventConstructor>(impl, isolate).IsEmpty());
80 if (!wrapper.IsEmpty())
91 if (!wrapper.IsEmpty())
102 if (!wrapper.IsEmpty())
V8TestEventTarget.h 72 ASSERT(DOMDataStore::getWrapper<V8TestEventTarget>(impl, isolate).IsEmpty());
81 if (!wrapper.IsEmpty())
92 if (!wrapper.IsEmpty())
103 if (!wrapper.IsEmpty())
V8TestException.h 69 ASSERT(DOMDataStore::getWrapper<V8TestException>(impl, isolate).IsEmpty());
78 if (!wrapper.IsEmpty())
89 if (!wrapper.IsEmpty())
100 if (!wrapper.IsEmpty())
V8TestExtendedEvent.h 73 ASSERT(DOMDataStore::getWrapper<V8TestExtendedEvent>(impl, isolate).IsEmpty());
82 if (!wrapper.IsEmpty())
93 if (!wrapper.IsEmpty())
104 if (!wrapper.IsEmpty())
V8TestInterfaceImplementedAs.h 69 ASSERT(DOMDataStore::getWrapper<V8TestInterfaceImplementedAs>(impl, isolate).IsEmpty());
78 if (!wrapper.IsEmpty())
89 if (!wrapper.IsEmpty())
100 if (!wrapper.IsEmpty())
V8TestMediaQueryListListener.h 69 ASSERT(DOMDataStore::getWrapper<V8TestMediaQueryListListener>(impl, isolate).IsEmpty());
78 if (!wrapper.IsEmpty())
89 if (!wrapper.IsEmpty())
100 if (!wrapper.IsEmpty())
V8TestNamedConstructor.h 76 ASSERT(DOMDataStore::getWrapper<V8TestNamedConstructor>(impl, isolate).IsEmpty());
85 if (!wrapper.IsEmpty())
96 if (!wrapper.IsEmpty())
107 if (!wrapper.IsEmpty())
V8TestNode.h 72 ASSERT(DOMDataStore::getWrapper<V8TestNode>(impl, isolate).IsEmpty());
81 if (!wrapper.IsEmpty())
92 if (!wrapper.IsEmpty())
103 if (!wrapper.IsEmpty())
V8TestOverloadedConstructors.h 70 ASSERT(DOMDataStore::getWrapper<V8TestOverloadedConstructors>(impl, isolate).IsEmpty());
79 if (!wrapper.IsEmpty())
90 if (!wrapper.IsEmpty())
101 if (!wrapper.IsEmpty())
V8TestSerializedScriptValueInterface.h 70 ASSERT(DOMDataStore::getWrapper<V8TestSerializedScriptValueInterface>(impl, isolate).IsEmpty());
79 if (!wrapper.IsEmpty())
90 if (!wrapper.IsEmpty())
101 if (!wrapper.IsEmpty())
V8TestTypedefs.h 70 ASSERT(DOMDataStore::getWrapper<V8TestTypedefs>(impl, isolate).IsEmpty());
79 if (!wrapper.IsEmpty())
90 if (!wrapper.IsEmpty())
101 if (!wrapper.IsEmpty())
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMDataStore.h 67 RELEASE_ASSERT_WITH_SECURITY_IMPLICATION(result.IsEmpty() || result->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex) == V8T::toInternalPointer(object));
82 RELEASE_ASSERT_WITH_SECURITY_IMPLICATION(result.IsEmpty() || result->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex) == V8T::toInternalPointer(object));
122 ASSERT(!wrapper.IsEmpty());
145 ASSERT(wrappable->unsafePersistent().deprecatedHandle().IsEmpty() || callbackInfo.Holder() != wrappable->unsafePersistent().deprecatedHandle() || current(v8::Isolate::GetCurrent())->m_type == MainWorld);
ExceptionState.cpp 56 if (exception.IsEmpty()) {
ScriptEventListener.cpp 102 if (function.IsEmpty())
118 if (function.IsEmpty())
143 if (object.IsEmpty() || !object->IsFunction())
150 if (origin.ResourceName()->IsString() && !origin.ResourceName().IsEmpty())
V8StringResource.h 190 if (m_v8Object.IsEmpty())
221 if (LIKELY(!m_v8Object.IsEmpty()))
239 if (m_v8Object.IsEmpty() || m_v8Object->IsNull()) {
248 if (m_v8Object.IsEmpty() || m_v8Object->IsNull() || m_v8Object->IsUndefined()) {
V8ThrowException.cpp 59 if (exception.IsEmpty())
64 ASSERT(!error.IsEmpty());
74 if (exception.IsEmpty())
102 if (exception.IsEmpty())
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ArrayBufferCustom.h 84 ASSERT(DOMDataStore::getWrapper<V8ArrayBuffer>(impl, isolate).IsEmpty());
93 if (!wrapper.IsEmpty())
104 if (!wrapper.IsEmpty())
115 if (!wrapper.IsEmpty())
V8HTMLFormControlsCollectionCustom.cpp 62 if (result.IsEmpty()) {
V8MessageEventCustom.cpp 54 if (result.IsEmpty()) {
59 if (!mainWorldData.IsEmpty())
115 if (!window.IsEmpty())
127 if (!dataArg.IsEmpty()) {
  /external/chromium_org/third_party/WebKit/Source/core/testing/v8/
WebCoreTestSupport.cpp 55 if (context.IsEmpty())
  /external/lzma/CPP/7zip/UI/Common/
DefaultName.cpp 23 if (addSubExtension.IsEmpty())
  /external/chromium/net/base/
test_root_certs_mac.cc 71 bool TestRootCerts::IsEmpty() const {
76 if (IsEmpty())
  /external/chromium_org/base/prefs/
pref_change_registrar.cc 22 DCHECK(IsEmpty() || service_ == service);
59 bool PrefChangeRegistrar::IsEmpty() const {
  /external/chromium_org/chrome/renderer/extensions/
extension_custom_bindings.cc 86 if (!context.IsEmpty()) {
88 DCHECK(!window.IsEmpty());
  /external/chromium_org/content/browser/speech/
audio_buffer.cc 22 bool AudioChunk::IsEmpty() const {
87 bool AudioBuffer::IsEmpty() const {

Completed in 343 milliseconds

1 2 3 4 56 7 8 91011>>