HomeSort by relevance Sort by last modified time
    Searched refs:IsEmpty (Results 1 - 25 of 1147) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/cc/resources/
resource.cc 10 if (size_.IsEmpty())
  /external/chromium_org/v8/test/cctest/
test-unbound-queue.cc 40 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/
test-unbound-queue.cc 15 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/
TempFiles.cpp 15 while(!Paths.IsEmpty())
  /external/chromium_org/cc/base/
invalidation_region.h 25 bool IsEmpty() const { return region_.IsEmpty(); }
  /external/chromium/base/
task_queue.h 33 bool IsEmpty() const;
task_queue_unittest.cc 61 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/native_client_sdk/src/libraries/nacl_io/
fifo_interface.h 22 virtual bool IsEmpty() = 0;
fifo_null.h 19 virtual bool IsEmpty() { return false; }
  /external/lzma/CPP/7zip/Common/
MethodProps.h 36 bool IsEmpty() const { return Methods.IsEmpty() ; }
  /external/chromium_org/chrome/renderer/extensions/
scoped_persistent.h 30 if (!handle.IsEmpty())
40 bool IsEmpty() const {
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/
test_root_certs_unittest.cc 40 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/
V8ImageDataCustom.cpp 42 if (!wrapper.IsEmpty()) {
48 if (!pixelArray.IsEmpty())
V8CustomSQLStatementErrorCallback.cpp 51 if (v8Context.IsEmpty())
58 if (transactionHandle.IsEmpty() || errorHandle.IsEmpty()) {
80 return exceptionCatcher.HasCaught() || (!result.IsEmpty() && result->BooleanValue());
V8ErrorEventCustom.cpp 51 if (!error.IsEmpty()) {
  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 40 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); }
  /external/chromium_org/content/browser/web_contents/aura/
image_window_delegate.cc 27 if (!window_size_.IsEmpty() && !image_.IsEmpty())
42 if (!image_.IsEmpty())
68 if (image_.IsEmpty()) {
  /external/chromium_org/mojo/public/bindings/lib/
message_queue.h 22 bool IsEmpty() const;
  /external/chromium_org/net/spdy/
spdy_read_queue.h 27 bool IsEmpty() const;
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestCallbackInterface.cpp 65 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/
ScriptScope.cpp 47 ASSERT(!m_context.IsEmpty());
V8ObjectConstructor.cpp 39 if (function.IsEmpty())
47 if (objectTemplate.IsEmpty())
55 if (function.IsEmpty())
63 if (function.IsEmpty())
V8CustomElementLifecycleCallbacks.cpp 58 ASSERT(prototype->GetHiddenValue(V8HiddenPropertyName::customElement##Name(isolate)).IsEmpty()); \
59 if (!Value.IsEmpty()) \
73 if (!attached.IsEmpty())
76 if (!detached.IsEmpty())
79 if (!attributeChanged.IsEmpty())
105 if (!m_##Var.isEmpty()) \
118 if (context.IsEmpty())
160 if (context.IsEmpty())
166 if (!receiver.IsEmpty()) {
171 if (prototype.IsEmpty())
    [all...]
  /external/chromium_org/ui/gfx/image/
image_util_unittest.cc 24 EXPECT_FALSE(decoded.IsEmpty());
  /external/chromium_org/chrome/browser/chromeos/
ui_proxy_config.cc 71 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())

Completed in 2053 milliseconds

1 2 3 4 5 6 7 8 91011>>