HomeSort by relevance Sort by last modified time
    Searched refs:IsEmpty (Results 1 - 25 of 1228) 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/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_org/native_client_sdk/src/libraries/nacl_io/
fifo_interface.h 22 virtual bool IsEmpty() = 0;
  /external/lzma/CPP/7zip/Common/
MethodProps.h 36 bool IsEmpty() const { return Methods.IsEmpty() ; }
  /external/chromium_org/extensions/renderer/
scoped_persistent.h 25 if (!handle.IsEmpty())
33 bool IsEmpty() const { return handle_.IsEmpty(); }
36 if (handle_.IsEmpty())
42 if (handle_.IsEmpty())
58 if (!object_handle.IsEmpty())
63 if (!context_handle.IsEmpty())
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ImageDataCustom.cpp 42 if (!wrapper.IsEmpty()) {
48 if (!pixelArray.IsEmpty())
V8ErrorEventCustom.cpp 49 if (!error.IsEmpty()) {
V8InjectedScriptManager.cpp 57 if (function.IsEmpty()) {
62 if (instanceTemplate.IsEmpty()) {
86 if (scriptHostWrapper.IsEmpty())
95 ASSERT(!value.IsEmpty());
108 if (global.IsEmpty())
111 if (holder.IsEmpty())
  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 40 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); }
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_controller.cc 26 bool was_empty = pending_gesture_queue_.IsEmpty();
36 if (pending_gesture_queue_.IsEmpty())
63 DCHECK(!pending_gesture_queue_.IsEmpty());
69 if (!pending_gesture_queue_.IsEmpty())
  /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/gin/
context_holder.cc 22 DCHECK(context_.IsEmpty());
  /external/chromium_org/mojo/public/cpp/bindings/lib/
message_queue.h 23 bool IsEmpty() const;
  /external/chromium_org/mojo/system/
message_in_transit_queue.cc 22 if (!IsEmpty()) {
  /external/chromium_org/net/spdy/
spdy_read_queue.h 27 bool IsEmpty() const;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
timestamp_map.h 42 bool IsEmpty() const;
  /external/lldb/include/lldb/Core/
InputReaderStack.h 35 IsEmpty () const;
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fifo_test.cc 84 EXPECT_TRUE(fifo.IsEmpty());
94 EXPECT_FALSE(fifo.IsEmpty());
100 EXPECT_FALSE(fifo.IsEmpty());
106 EXPECT_FALSE(fifo.IsEmpty());
111 EXPECT_TRUE(fifo.IsEmpty());
127 EXPECT_TRUE(fifo.IsEmpty());
134 EXPECT_FALSE(fifo.IsEmpty());
141 EXPECT_FALSE(fifo.IsEmpty());
148 EXPECT_FALSE(fifo.IsEmpty());
156 EXPECT_TRUE(fifo.IsEmpty());
    [all...]
  /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())
  /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/
ScriptPromise.cpp 57 if (value.IsEmpty())
70 if (m_promise.isEmpty())
82 if (!v8OnFulfilled.IsEmpty()) {
84 if (resultPromise.IsEmpty()) {
90 if (!v8OnRejected.IsEmpty())
103 if (value.IsEmpty())
121 if (value.IsEmpty())
V8DOMWrapper.cpp 49 if (shadowTemplate.IsEmpty()) {
51 if (shadowTemplate.IsEmpty())
60 if (shadowConstructor.IsEmpty())
64 if (shadow.IsEmpty())
78 if (type == &V8HTMLDocument::wrapperTypeInfo && !wrapper.IsEmpty())
86 if (value.IsEmpty() || !value->IsObject())
V8NodeFilterCondition.cpp 49 if (!filter.IsEmpty() && filter->IsObject()) {
63 ASSERT(!m_scriptState->context().IsEmpty());
67 ASSERT(filter.IsEmpty() || filter->IsObject());
68 if (filter.IsEmpty())
78 if (value.IsEmpty() || !value->IsFunction()) {
96 ASSERT(!result.IsEmpty());

Completed in 617 milliseconds

1 2 3 4 5 6 7 8 91011>>