Searched refs:IsEmpty (Results 1 - 25 of 1135) sorted by relevance

1234567891011>>

/external/chromium_org/cc/resources/
H A Dresource.cc10 if (size_.IsEmpty())
/external/chromium_org/v8/test/cctest/
H A Dtest-unbound-queue.cc40 CHECK(cq.IsEmpty());
42 CHECK(!cq.IsEmpty());
46 CHECK(cq.IsEmpty());
53 CHECK(cq.IsEmpty());
55 CHECK(!cq.IsEmpty());
58 CHECK(!cq.IsEmpty());
62 CHECK(!cq.IsEmpty());
68 CHECK(!cq.IsEmpty());
71 CHECK(!cq.IsEmpty());
75 CHECK(cq.IsEmpty());
[all...]
/external/v8/test/cctest/
H A Dtest-unbound-queue.cc15 CHECK(cq.IsEmpty());
17 CHECK(!cq.IsEmpty());
21 CHECK(cq.IsEmpty());
28 CHECK(cq.IsEmpty());
30 CHECK(!cq.IsEmpty());
33 CHECK(!cq.IsEmpty());
37 CHECK(!cq.IsEmpty());
43 CHECK(!cq.IsEmpty());
46 CHECK(!cq.IsEmpty());
50 CHECK(cq.IsEmpty());
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DTempFiles.cpp15 while(!Paths.IsEmpty())
/external/chromium_org/cc/base/
H A Dinvalidation_region.h25 bool IsEmpty() const { return region_.IsEmpty(); } function in class:cc::InvalidationRegion
/external/lzma/CPP/7zip/Common/
H A DMethodProps.h36 bool IsEmpty() const { return Methods.IsEmpty() ; } function in struct:CMethodsMode
/external/chromium_org/chrome/renderer/extensions/
H A Dscoped_persistent.h30 if (!handle.IsEmpty())
40 bool IsEmpty() const { function in class:extensions::ScopedPersistent
41 return handle_.IsEmpty();
45 if (handle_.IsEmpty())
51 if (handle_.IsEmpty())
67 if (!object_handle.IsEmpty())
72 if (!context_handle.IsEmpty())
/external/chromium_org/net/cert/
H A Dtest_root_certs_unittest.cc40 EXPECT_TRUE(test_roots->IsEmpty());
43 EXPECT_FALSE(test_roots->IsEmpty());
46 EXPECT_TRUE(test_roots->IsEmpty());
54 EXPECT_TRUE(test_roots->IsEmpty());
59 EXPECT_FALSE(test_roots->IsEmpty());
62 EXPECT_TRUE(test_roots->IsEmpty());
81 EXPECT_TRUE(test_roots->IsEmpty());
104 EXPECT_FALSE(test_roots->IsEmpty());
119 EXPECT_TRUE(test_roots->IsEmpty());
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8ImageDataCustom.cpp42 if (!wrapper.IsEmpty()) {
48 if (!pixelArray.IsEmpty())
H A DV8CustomSQLStatementErrorCallback.cpp51 if (v8Context.IsEmpty())
58 if (transactionHandle.IsEmpty() || errorHandle.IsEmpty()) {
80 return exceptionCatcher.HasCaught() || (!result.IsEmpty() && result->BooleanValue());
H A DV8ErrorEventCustom.cpp51 if (!error.IsEmpty()) {
/external/lzma/CPP/7zip/Archive/7z/
H A D7zCompressionMode.h40 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } function in struct:NArchive::N7z::CCompressionMethodMode
/external/chromium/base/
H A Dtask_queue.h33 bool IsEmpty() const;
H A Dtask_queue_unittest.cc61 EXPECT_TRUE(queue.IsEmpty());
64 EXPECT_TRUE(queue.IsEmpty());
84 EXPECT_TRUE(queue.IsEmpty());
100 EXPECT_TRUE(queue.IsEmpty());
108 EXPECT_TRUE(queue.IsEmpty());
137 EXPECT_FALSE(main_queue.IsEmpty());
146 EXPECT_TRUE(main_queue.IsEmpty());
/external/chromium_org/content/browser/web_contents/aura/
H A Dimage_window_delegate.cc27 if (!window_size_.IsEmpty() && !image_.IsEmpty())
42 if (!image_.IsEmpty())
68 if (image_.IsEmpty()) {
/external/chromium_org/mojo/public/bindings/lib/
H A Dmessage_queue.h22 bool IsEmpty() const;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfifo_interface.h22 virtual bool IsEmpty() = 0;
H A Dfifo_null.h19 virtual bool IsEmpty() { return false; } function in class:nacl_io::FIFONull
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestCallbackInterface.cpp65 if (v8Context.IsEmpty())
83 if (v8Context.IsEmpty())
101 if (v8Context.IsEmpty())
106 if (boolArgHandle.IsEmpty()) {
125 if (v8Context.IsEmpty())
130 if (sequenceArgHandle.IsEmpty()) {
149 if (v8Context.IsEmpty())
154 if (floatArgHandle.IsEmpty()) {
173 if (v8Context.IsEmpty())
178 if (testInterfaceEmptyArgHandle.IsEmpty()) {
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptScope.cpp47 ASSERT(!m_context.IsEmpty());
H A DV8ObjectConstructor.cpp39 if (function.IsEmpty())
47 if (objectTemplate.IsEmpty())
55 if (function.IsEmpty())
63 if (function.IsEmpty())
H A DV8CustomElementLifecycleCallbacks.cpp58 ASSERT(prototype->GetHiddenValue(V8HiddenPropertyName::customElement##Name(isolate)).IsEmpty()); \
59 if (!Value.IsEmpty()) \
73 if (!attached.IsEmpty())
76 if (!detached.IsEmpty())
79 if (!attributeChanged.IsEmpty())
118 if (context.IsEmpty())
160 if (context.IsEmpty())
166 if (!receiver.IsEmpty()) {
171 if (prototype.IsEmpty())
177 if (callback.IsEmpty())
[all...]
/external/chromium_org/ui/gfx/image/
H A Dimage_util_unittest.cc24 EXPECT_FALSE(decoded.IsEmpty());
/external/chromium_org/chrome/browser/chromeos/
H A Dui_proxy_config.cc71 if (rules.single_proxies.IsEmpty())
79 if (rules.proxies_for_http.IsEmpty() &&
80 rules.proxies_for_https.IsEmpty() &&
81 rules.proxies_for_ftp.IsEmpty() &&
82 rules.fallback_proxies.IsEmpty()) {
86 if (!rules.proxies_for_http.IsEmpty())
88 if (!rules.proxies_for_https.IsEmpty())
90 if (!rules.proxies_for_ftp.IsEmpty())
92 if (!rules.fallback_proxies.IsEmpty())
/external/chromium_org/chrome/browser/web_resource/
H A Deula_accepted_notifier.cc30 if (registrar_.IsEmpty()) {
62 DCHECK(!registrar_.IsEmpty());

Completed in 838 milliseconds

1234567891011>>