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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/cc/resources/
resource.cc 10 if (size_.IsEmpty())
eviction_tile_priority_queue.cc 22 if (a->IsEmpty() || b->IsEmpty())
23 return b->IsEmpty() < a->IsEmpty();
107 bool EvictionTilePriorityQueue::IsEmpty() const {
108 return paired_queues_.empty() || paired_queues_.front()->IsEmpty();
112 DCHECK(!IsEmpty());
117 DCHECK(!IsEmpty());
146 bool EvictionTilePriorityQueue::PairedPictureLayerQueue::IsEmpty() const {
152 DCHECK(!IsEmpty());
    [all...]
raster_tile_priority_queue.cc 22 if (a->IsEmpty() || b->IsEmpty())
23 return b->IsEmpty() < a->IsEmpty();
120 bool RasterTilePriorityQueue::IsEmpty() const {
121 return paired_queues_.empty() || paired_queues_.front()->IsEmpty();
125 DCHECK(!IsEmpty());
130 DCHECK(!IsEmpty());
160 bool RasterTilePriorityQueue::PairedPictureLayerQueue::IsEmpty() const {
166 DCHECK(!IsEmpty());
    [all...]
  /external/chromium_org/v8/test/cctest/
test-unbound-queue.cc 41 CHECK(cq.IsEmpty());
43 CHECK(!cq.IsEmpty());
47 CHECK(cq.IsEmpty());
54 CHECK(cq.IsEmpty());
56 CHECK(!cq.IsEmpty());
59 CHECK(!cq.IsEmpty());
63 CHECK(!cq.IsEmpty());
69 CHECK(!cq.IsEmpty());
72 CHECK(!cq.IsEmpty());
76 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/cc/trees/
occlusion.cc 24 if (content_rect.IsEmpty())
27 if (occlusion_from_inside_target_.IsEmpty() &&
28 occlusion_from_outside_target_.IsEmpty()) {
34 return unoccluded_rect_in_target_surface.IsEmpty();
39 if (content_rect.IsEmpty())
42 if (occlusion_from_inside_target_.IsEmpty() &&
43 occlusion_from_outside_target_.IsEmpty()) {
49 if (unoccluded_rect_in_target_surface.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/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 17 if (!IsEmpty()) {
  /external/chromium_org/net/spdy/
spdy_read_queue.h 27 bool IsEmpty() const;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8ErrorEventCustom.cpp 49 if (!error.IsEmpty()) {
  /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/content/browser/manifest/
manifest_browsertest.cc 58 EXPECT_TRUE(manifest().IsEmpty());
71 EXPECT_TRUE(manifest().IsEmpty());
84 EXPECT_TRUE(manifest().IsEmpty());
97 EXPECT_TRUE(manifest().IsEmpty());
110 EXPECT_FALSE(manifest().IsEmpty());
124 EXPECT_TRUE(manifest().IsEmpty());
134 EXPECT_FALSE(manifest().IsEmpty());
144 EXPECT_TRUE(manifest().IsEmpty());
172 EXPECT_TRUE(manifest().IsEmpty());
199 EXPECT_TRUE(manifest().IsEmpty());
    [all...]
  /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/third_party/WebKit/Source/bindings/core/v8/
ScriptValue.h 51 , m_value(value.IsEmpty() ? nullptr : SharedPersistent<v8::Value>::create(value, scriptState->isolate()))
53 ASSERT(isEmpty() || m_scriptState);
60 ASSERT(isEmpty() || m_scriptState);
84 if (isEmpty())
85 return value.isEmpty();
86 if (value.isEmpty())
99 ASSERT(!isEmpty());
101 return !value.IsEmpty() && value->IsFunction();
107 ASSERT(!isEmpty());
109 return !value.IsEmpty() && value->IsNull()
    [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());

Completed in 934 milliseconds

1 2 3 4 5 6 7 8 91011>>