Searched defs:isEmpty (Results 26 - 50 of 160) sorted by relevance

1234567

/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DDataReference.h57 bool isEmpty() const { return size() == 0; } function in class:CoreIPC::DataReference
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DSessionState.cpp60 bool SessionState::isEmpty() const function in class:WebKit::SessionState
H A DWebURL.h59 bool isEmpty() const { return m_string.isEmpty(); } function in class:WebKit::WebURL
/macosx-10.9.5/WebKit2-7537.78.2/Shared/efl/
H A DLayerTreeContextEfl.cpp53 bool LayerTreeContext::isEmpty() const function in class:WebKit::LayerTreeContext
/macosx-10.9.5/WebKit2-7537.78.2/Shared/gtk/
H A DLayerTreeContextGtk.cpp53 bool LayerTreeContext::isEmpty() const function in class:WebKit::LayerTreeContext
/macosx-10.9.5/WebKit2-7537.78.2/Shared/qt/
H A DLayerTreeContextQt.cpp53 bool LayerTreeContext::isEmpty() const function in class:WebKit::LayerTreeContext
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/stooop/
H A Dxifo.tcl56 proc isEmpty {this} { procedure
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dcharstr.h64 UBool isEmpty() const { return len==0; } function in class:CharString
H A Duvector.h355 inline UBool UVector::isEmpty(void) const { function in class:UVector
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DMarkStackInlines.h100 inline bool MarkStackArray::isEmpty() function in class:JSC::MarkStackArray
H A DWeakSet.h80 inline bool WeakSet::isEmpty() const function in class:JSC::WeakSet
H A DLocal.h131 bool isEmpty() const { return !m_count; } function in class:JSC::LocalStack
H A DWeakBlock.h136 inline bool WeakBlock::isEmpty() function in class:JSC::WeakBlock
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DParserArena.cpp108 bool ParserArena::isEmpty() const function in class:JSC::ParserArena
/macosx-10.9.5/WebCore-7537.78.1/dom/default/
H A DPlatformMessagePortChannel.h78 bool isEmpty() function in class:WebCore::PlatformMessagePortChannel::MessagePortQueue
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorStyleSheet.h83 bool isEmpty() const { return m_styleSheetId.isEmpty(); } function in class:WebCore::InspectorCSSId
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DResourceBuffer.cpp63 bool ResourceBuffer::isEmpty() const function in class:WebCore::ResourceBuffer
H A DFrameLoadRequest.h64 bool isEmpty() const { return m_resourceRequest.isEmpty(); } function in struct:WebCore::FrameLoadRequest
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DSharedBuffer.h82 bool isEmpty() const { return !size(); } function in class:WebCore::SharedBuffer
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DEvalCodeCache.h76 bool isEmpty() const { return m_cacheMap.isEmpty(); } function in class:JSC::EvalCodeCache
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DPropertyDescriptor.h65 bool isEmpty() const { return !(m_value || m_getter || m_setter || m_seenAttributes); } function in class:JSC::PropertyDescriptor
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DChildListMutationScope.cpp141 bool ChildListMutationAccumulator::isEmpty() function in class:WebCore::ChildListMutationAccumulator
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DRegion.h40 bool isEmpty() const { return m_bounds.isEmpty(); } function in class:WebCore::Region
82 bool isEmpty() const { return m_spans.isEmpty(); } function in class:WebCore::Region::Shape
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DKeyframeList.h87 bool isEmpty() const { return m_keyframes.isEmpty(); } function in class:WebCore::KeyframeList
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextMetrics.h45 bool isEmpty() const { return !m_width && !m_height && !m_glyph.isValid && m_length == 1; } function in class:WebCore::SVGTextMetrics

Completed in 378 milliseconds

1234567