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

1234567891011>>

/external/chromium_org/cc/resources/
H A Dresource.cc10 if (size_.IsEmpty())
H A Deviction_tile_priority_queue.cc22 if (a->IsEmpty() || b->IsEmpty())
23 return b->IsEmpty() < a->IsEmpty();
107 bool EvictionTilePriorityQueue::IsEmpty() const { function in class:cc::EvictionTilePriorityQueue
108 return paired_queues_.empty() || paired_queues_.front()->IsEmpty();
112 DCHECK(!IsEmpty());
117 DCHECK(!IsEmpty());
146 bool EvictionTilePriorityQueue::PairedPictureLayerQueue::IsEmpty() const { function in class:cc::EvictionTilePriorityQueue::PairedPictureLayerQueue
152 DCHECK(!IsEmpty());
[all...]
H A Draster_tile_priority_queue.cc22 if (a->IsEmpty() || b->IsEmpty())
23 return b->IsEmpty() < a->IsEmpty();
120 bool RasterTilePriorityQueue::IsEmpty() const { function in class:cc::RasterTilePriorityQueue
121 return paired_queues_.empty() || paired_queues_.front()->IsEmpty();
125 DCHECK(!IsEmpty());
130 DCHECK(!IsEmpty());
160 bool RasterTilePriorityQueue::PairedPictureLayerQueue::IsEmpty() const { function in class:cc::RasterTilePriorityQueue::PairedPictureLayerQueue
166 DCHECK(!IsEmpty());
[all...]
H A Deviction_tile_priority_queue.h25 bool IsEmpty() const;
45 bool IsEmpty() const;
/external/chromium_org/v8/test/cctest/
H A Dtest-unbound-queue.cc41 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/
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/chromium_org/cc/trees/
H A Docclusion.cc24 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/lzma/CPP/7zip/Common/
H A DMethodProps.h36 bool IsEmpty() const { return Methods.IsEmpty() ; } function in struct:CMethodsMode
/external/chromium_org/extensions/renderer/
H A Dscoped_persistent.h25 if (!handle.IsEmpty())
33 bool IsEmpty() const { return handle_.IsEmpty(); } function in class:extensions::ScopedPersistent
36 if (handle_.IsEmpty())
42 if (handle_.IsEmpty())
58 if (!object_handle.IsEmpty())
63 if (!context_handle.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_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture_controller.cc26 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/
H A Dimage_window_delegate.cc27 if (!window_size_.IsEmpty() && !image_.IsEmpty())
42 if (!image_.IsEmpty())
68 if (image_.IsEmpty()) {
/external/chromium_org/gin/
H A Dcontext_holder.cc22 DCHECK(context_.IsEmpty());
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dmessage_queue.h23 bool IsEmpty() const;
/external/chromium_org/mojo/system/
H A Dmessage_in_transit_queue.cc17 if (!IsEmpty()) {
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfifo_interface.h22 virtual bool IsEmpty() = 0;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8ErrorEventCustom.cpp49 if (!error.IsEmpty()) {
/external/chromium_org/content/browser/manifest/
H A Dmanifest_browsertest.cc58 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/
H A Dfifo_test.cc84 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/
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/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/core/v8/
H A DV8DOMWrapper.cpp49 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())
H A DV8NodeFilterCondition.cpp49 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());
/external/chromium_org/ash/wm/
H A Ddefault_window_resizer.cc32 if (!did_move_or_resize_ && !details().restore_bounds.IsEmpty())
48 if (!details().restore_bounds.IsEmpty())

Completed in 3401 milliseconds

1234567891011>>