Searched defs:isEmpty (Results 1 - 25 of 182) sorted by relevance

12345678

/macosx-10.10/WebKit2-7600.1.25/UIProcess/Downloads/
H A DDownloadProxyMap.h49 bool isEmpty() const { return m_downloads.isEmpty(); } function in class:WebKit::DownloadProxyMap
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DInlineCallFrameSet.h40 bool isEmpty() const { return m_frames.isEmpty(); } function in class:JSC::InlineCallFrameSet
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DDumpContext.cpp38 bool DumpContext::isEmpty() const function in class:JSC::DumpContext
/macosx-10.10/WTF-7600.1.24/wtf/
H A DSinglyLinkedList.h49 template <typename Node> inline bool SinglyLinkedList<Node>::isEmpty() function in class:WTF::SinglyLinkedList
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGEllipse.h43 virtual bool isEmpty() const { return m_usePathFallback ? RenderSVGShape::isEmpty() : m_fillBoundingBox.isEmpty(); }; function in class:WebCore::final
H A DRenderSVGRect.h49 virtual bool isEmpty() const { return m_usePathFallback ? RenderSVGShape::isEmpty() : m_fillBoundingBox.isEmpty(); }; function in class:WebCore::final
/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGAttributeToPropertyMap.h33 bool isEmpty() const { return m_map.isEmpty(); } function in class:WebCore::SVGAttributeToPropertyMap
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebResourceBuffer.cpp56 bool WebResourceBuffer::isEmpty() const function in class:WebKit::WebResourceBuffer
H A DLayerTreeContext.cpp56 bool LayerTreeContext::isEmpty() const function in class:WebKit::LayerTreeContext
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGClobberSet.h52 bool isEmpty() const { return m_clobbers.isEmpty(); } function in class:JSC::DFG::ClobberSet
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DOpaqueRootSet.h51 bool isEmpty() const function in class:JSC::OpaqueRootSet
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dbufferfifo.h57 bool isEmpty() const { return mBuffers.empty(); } function in class:Security::BufferFifo
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dbufferfifo.h57 bool isEmpty() const { return mBuffers.empty(); } function in class:Security::BufferFifo
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DScriptSourceCode.h60 bool isEmpty() const { return m_code.length() == 0; } function in class:WebCore::ScriptSourceCode
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDOMStringList.h45 bool isEmpty() const { return m_strings.isEmpty(); } function in class:WebCore::DOMStringList
H A DEventListenerMap.h51 bool isEmpty() const { return m_entries.isEmpty(); } function in class:WebCore::EventListenerMap
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DFileList.h53 bool isEmpty() const { return m_files.isEmpty(); } function in class:WebCore::FileList
/macosx-10.10/WebCore-7600.1.25/loader/
H A DNavigationAction.h49 bool isEmpty() const { return m_resourceRequest.url().isEmpty(); } function in class:WebCore::NavigationAction
/macosx-10.10/WebCore-7600.1.25/platform/animation/
H A DAnimationList.h48 bool isEmpty() const { return m_animations.isEmpty(); } function in class:WebCore::AnimationList
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFilterOperations.h62 bool isEmpty() const { return !m_operations.size(); } function in class:WebCore::FilterOperations
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DCredential.cpp66 bool Credential::isEmpty() const function in class:WebCore::Credential
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DStringWithDirection.h63 bool isEmpty() const { return m_string.isEmpty(); } function in class:WebCore::StringWithDirection
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DQuickConsole.js151 var isEmpty = !components.length; variable
/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DFixedVector.h63 bool isEmpty() { return !m_size; } function in class:bmalloc::FixedVector
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/stooop/
H A Dxifo.tcl56 proc isEmpty {this} { procedure

Completed in 228 milliseconds

12345678