Searched defs:IsEmpty (Results 1 - 25 of 144) sorted by relevance

123456

/external/chromium_org/cc/base/
H A Dinvalidation_region.h25 bool IsEmpty() const { return region_.IsEmpty(); } function in class:cc::InvalidationRegion
/external/chromium_org/chrome/common/custom_handlers/
H A Dprotocol_handler.h51 bool IsEmpty() const { function in class:ProtocolHandler
/external/chromium_org/content/browser/speech/
H A Daudio_buffer.cc22 bool AudioChunk::IsEmpty() const { function in class:content::AudioChunk
87 bool AudioBuffer::IsEmpty() const {
/external/chromium_org/net/cert/
H A Dtest_root_certs_android.cc33 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
/external/chromium_org/remoting/host/
H A Dscreen_resolution.cc42 bool ScreenResolution::IsEmpty() const { function in class:remoting::ScreenResolution
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointSiteList.h196 IsEmpty() const function in class:lldb_private::BreakpointSiteList
/external/chromium_org/content/public/common/
H A Dmanifest.cc27 bool Manifest::IsEmpty() const { function in class:content::Manifest
/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/media/base/
H A Ddecoder_buffer_queue.cc78 bool DecoderBufferQueue::IsEmpty() { function in class:media::DecoderBufferQueue
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dmessage_queue.cc21 bool MessageQueue::IsEmpty() const { function in class:mojo::internal::MessageQueue
/external/chromium_org/mojo/system/
H A Dmessage_in_transit_queue.h26 bool IsEmpty() const { return queue_.empty(); } function in class:mojo::system::MessageInTransitQueue
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
H A Dfifo_packet.cc20 while (!IsEmpty())
24 bool FIFOPacket::IsEmpty() { function in class:nacl_io::FIFOPacket
/external/chromium_org/net/base/
H A Dhost_port_pair.h47 bool IsEmpty() const { function in class:net::HostPortPair
/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/spdy/
H A Dspdy_read_queue.cc19 bool SpdyReadQueue::IsEmpty() const { function in class:net::SpdyReadQueue
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8PersistentValueVector.h47 static bool IsEmpty(const Impl* impl) function in class:blink::WTFVectorPersistentValueVectorTraits
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dqname.cc75 bool QName::IsEmpty() const { function in class:buzz::QName
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } function in class:testing::internal::FilePath
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dqname.cc58 bool QName::IsEmpty() const { function in class:buzz::QName
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dtimestamp_map.cc66 while (!IsEmpty())
94 VCMTimestampMap::IsEmpty() const function in class:webrtc::VCMTimestampMap
/external/chromium_org/tools/json_schema_compiler/
H A Dcode.py9 and |IsEmpty| return self.
30 def IsEmpty(self): member in class:Code
62 if not code.IsEmpty():
/external/gtest/include/gtest/internal/
H A Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath
/external/lldb/include/lldb/Core/
H A DFileSpecList.h180 IsEmpty() const function in class:lldb_private::FileSpecList

Completed in 5174 milliseconds

123456