Searched defs:IsEmpty (Results 76 - 100 of 144) sorted by relevance

123456

/external/chromium_org/net/server/
H A Dhttp_connection.cc101 bool HttpConnection::QueuedWriteIOBuffer::IsEmpty() const { function in class:net::HttpConnection::QueuedWriteIOBuffer
135 data_ = IsEmpty() ? NULL : const_cast<char*>(pending_data_.front().data());
141 if (IsEmpty()) {
/external/chromium_org/net/socket/
H A Dwebsocket_endpoint_lock_manager.cc81 bool WebSocketEndpointLockManager::IsEmpty() const { function in class:net::WebSocketEndpointLockManager
/external/chromium_org/ppapi/cpp/
H A Dsize.h136 /// IsEmpty() determines if the size is zero.
139 bool IsEmpty() const { function in class:pp::Size
270 /// IsEmpty() determines if the size is zero.
273 bool IsEmpty() const { function in class:pp::FloatSize
H A Drect.h299 /// IsEmpty() determines if the area of a rectangle is zero. Returns true if
303 bool IsEmpty() const { function in class:pp::Rect
684 /// IsEmpty() determines if the area of a rectangle is zero. Returns true if
688 bool IsEmpty() const { function in class:pp::FloatRect
/external/chromium_org/storage/common/database/
H A Ddatabase_connections.cc22 bool DatabaseConnections::IsEmpty() const { function in class:storage::DatabaseConnections
146 return !open_connections_.IsEmpty();
171 if (waiting_for_dbs_to_close_ && open_connections_.IsEmpty())
/external/chromium_org/sync/internal_api/
H A Dchange_reorder_buffer.cc151 bool ChangeReorderBuffer::IsEmpty() const { function in class:syncer::ChangeReorderBuffer
/external/chromium_org/ui/gfx/geometry/
H A Drect_base.h87 bool IsEmpty() const { return size_.IsEmpty(); } function in class:gfx::RectBase
/external/lldb/include/lldb/Core/
H A DThreadSafeSTLMap.h44 IsEmpty() const function in class:lldb_private::ThreadSafeSTLMap
H A DUniqueCStringMap.h269 IsEmpty() const function in class:lldb_private::UniqueCStringMap
/external/chromium_org/base/
H A Did_map.h108 bool IsEmpty() const { function in class:IDMap
/external/chromium_org/cc/resources/
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...]
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dchrome_content_rules_registry.cc329 bool ChromeContentRulesRegistry::IsEmpty() const { function in class:extensions::ChromeContentRulesRegistry
331 url_matcher_.IsEmpty();
/external/chromium_org/components/url_matcher/
H A Dsubstring_set_matcher.cc136 bool SubstringSetMatcher::IsEmpty() const { function in class:url_matcher::SubstringSetMatcher
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_rules_registry.cc305 bool WebRequestRulesRegistry::IsEmpty() const { function in class:extensions::WebRequestRulesRegistry
307 if (!rule_triggers_.empty() && url_matcher_.IsEmpty())
/external/chromium_org/extensions/browser/value_store/
H A Dleveldb_value_store.cc65 if (db_ && IsEmpty())
409 bool LeveldbValueStore::IsEmpty() { function in class:LeveldbValueStore
/external/chromium_org/extensions/common/permissions/
H A Dpermission_set.cc165 bool PermissionSet::IsEmpty() const { function in class:extensions::PermissionSet
/external/chromium_org/net/http/
H A Dhttp_request_headers.h85 bool IsEmpty() const { return headers_.empty(); } function in class:net::HttpRequestHeaders
/external/chromium_org/net/proxy/
H A Dproxy_list.cc92 bool ProxyList::IsEmpty() const { function in class:net::ProxyList
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_util.h76 bool IsEmpty() const { return size_ == 0; } function in class:crazy::String
154 bool IsEmpty() const { return count_ == 0; } function in class:crazy::Vector
266 bool IsEmpty() const { return items_.IsEmpty(); } function in class:crazy::Set
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Djid.cc117 bool Jid::IsEmpty() const { function in class:buzz::Jid
127 if (IsEmpty()) {
/external/chromium_org/ui/events/gesture_detection/
H A Dtouch_disposition_gesture_filter.cc158 if (IsEmpty())
175 if (IsEmpty() || (Head().empty() && sequences_.size() == 1))
212 bool TouchDispositionGestureFilter::IsEmpty() const { function in class:ui::TouchDispositionGestureFilter
H A Dtouch_disposition_gesture_filter_unittest.cc193 bool IsEmpty() const { return queue_->IsEmpty(); } function in class:ui::TouchDispositionGestureFilterTest
836 ASSERT_TRUE(IsEmpty());
853 ASSERT_FALSE(IsEmpty());
862 EXPECT_TRUE(IsEmpty());
868 EXPECT_TRUE(IsEmpty());
/external/chromium_org/ui/gfx/image/
H A Dimage_unittest_util.cc172 bool IsEmpty(const gfx::Image& image) { function in namespace:gfx::test
/external/chromium_org/ui/gfx/
H A Dnine_image_painter.cc77 bool NineImagePainter::IsEmpty() const { function in class:gfx::NineImagePainter
82 return IsEmpty() ? Size() : Size(
95 if (IsEmpty())
/external/chromium_org/v8/src/
H A Ddata-flow.h164 bool IsEmpty() const { function in class:v8::internal::BitVector

Completed in 542 milliseconds

123456