Searched defs:IsEmpty (Results 76 - 100 of 144) sorted by last modified time

123456

/external/chromium_org/net/cert/
H A Dtest_root_certs_nss.cc113 bool TestRootCerts::IsEmpty() const { function in class:net::TestRootCerts
H A Dtest_root_certs_openssl.cc41 bool TestRootCerts::IsEmpty() const { function in class:net::TestRootCerts
H A Dtest_root_certs_win.cc119 if (!ok || TestRootCerts::GetInstance()->IsEmpty() ||
170 bool TestRootCerts::IsEmpty() const { function in class:net::TestRootCerts
175 if (IsEmpty())
/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/net/quic/crypto/
H A Dquic_crypto_client_config.cc107 bool QuicCryptoClientConfig::CachedState::IsEmpty() const { function in class:net::QuicCryptoClientConfig::CachedState
833 DCHECK(server_state->IsEmpty());
/external/chromium_org/net/quic/
H A Dquic_ack_notifier.h61 bool IsEmpty() { return sequence_numbers_.empty(); } function in class:net::QuicAckNotifier
/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 Dclient_socket_pool_base.h372 bool IsEmpty() const { function in class:net::internal::ClientSocketPoolBaseHelper::Group
H A Dwebsocket_endpoint_lock_manager.cc81 bool WebSocketEndpointLockManager::IsEmpty() const { function in class:net::WebSocketEndpointLockManager
/external/chromium_org/net/spdy/
H A Dspdy_read_queue.cc19 bool SpdyReadQueue::IsEmpty() const { function in class:net::SpdyReadQueue
H A Dspdy_write_queue.cc37 bool SpdyWriteQueue::IsEmpty() const { function in class:net::SpdyWriteQueue
/external/chromium_org/net/websockets/
H A Dwebsocket_inflater.h102 bool IsEmpty() const { return buffers_.empty(); } function in class:net::WebSocketInflater::InputQueue
/external/chromium_org/ppapi/cpp/
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
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
/external/chromium_org/remoting/host/
H A Dscreen_resolution.cc42 bool ScreenResolution::IsEmpty() const { function in class:remoting::ScreenResolution
/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/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/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/
H A Devent_filtering_info.cc32 if (IsEmpty())
48 bool EventFilteringInfo::IsEmpty() const { function in class:extensions::EventFilteringInfo
/external/chromium_org/extensions/common/permissions/
H A Dpermission_set.cc165 bool PermissionSet::IsEmpty() const { function in class:extensions::PermissionSet
/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/chromium_org/gin/
H A Dhandle.h26 bool IsEmpty() const { return !object_; } function in class:gin::Handle
64 if (wrapper.IsEmpty())

Completed in 476 milliseconds

123456