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

1234567

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Downloads/
H A DDownloadProxyMap.h49 bool isEmpty() const { return m_downloads.isEmpty(); } function in class:WebKit::DownloadProxyMap
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGEllipse.h45 virtual bool isEmpty() const { return m_usePathFallback ? RenderSVGShape::isEmpty() : m_fillBoundingBox.isEmpty(); }; function in class:WebCore::RenderSVGEllipse
H A DRenderSVGRect.h46 virtual bool isEmpty() const { return m_usePathFallback ? RenderSVGShape::isEmpty() : m_fillBoundingBox.isEmpty(); }; function in class:WebCore::RenderSVGRect
/macosx-10.9.5/WebCore-7537.78.1/svg/properties/
H A DSVGAttributeToPropertyMap.h34 bool isEmpty() const { return m_map.isEmpty(); } function in class:WebCore::SVGAttributeToPropertyMap
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebResourceBuffer.cpp54 bool WebResourceBuffer::isEmpty() const function in class:WebKit::WebResourceBuffer
/macosx-10.9.5/WebKit2-7537.78.2/Shared/cairo/
H A DLayerTreeContextCairo.cpp54 bool LayerTreeContext::isEmpty() const function in class:WebKit::LayerTreeContext
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dbufferfifo.h57 bool isEmpty() const { return mBuffers.empty(); } function in class:Security::BufferFifo
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dbufferfifo.h57 bool isEmpty() const { return mBuffers.empty(); } function in class:Security::BufferFifo
/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DEntryArray.h53 bool isEmpty() const { return m_entries.isEmpty(); } function in class:WebCore::EntryArray
H A DEntryArraySync.h56 bool isEmpty() const { return m_entries.isEmpty(); } function in class:WebCore::EntryArraySync
/macosx-10.9.5/WebCore-7537.78.1/bindings/cpp/
H A DWebDOMCString.h69 bool isEmpty() const { return !length(); } function in class:WebDOMCString
H A DWebDOMString.h60 bool isEmpty() const { return !length(); } function in class:WebDOMString
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DScriptSourceCode.h60 bool isEmpty() const { return m_code.length() == 0; } function in class:WebCore::ScriptSourceCode
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DAttribute.h53 bool isEmpty() const { return m_value.isEmpty(); } function in class:WebCore::Attribute
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.9.5/WebCore-7537.78.1/fileapi/
H A DFileList.h48 bool isEmpty() const { return m_files.isEmpty(); } function in class:WebCore::FileList
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLCollection.h48 bool isEmpty() const function in class:WebCore::HTMLCollection
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A Dutilities.js
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DNavigationAction.h49 bool isEmpty() const { return m_resourceRequest.url().isEmpty(); } function in class:WebCore::NavigationAction
/macosx-10.9.5/WebCore-7537.78.1/platform/animation/
H A DAnimationList.h48 bool isEmpty() const { return m_animations.isEmpty(); } function in class:WebCore::AnimationList
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFilterOperations.h62 bool isEmpty() const { return !m_operations.size(); } function in class:WebCore::FilterOperations
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DCredential.cpp66 bool Credential::isEmpty() const function in class:WebCore::Credential
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DStringWithDirection.h63 bool isEmpty() const { return m_string.isEmpty(); } function in class:WebCore::StringWithDirection
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DSurfacePool.h41 int isEmpty() const { return m_tileBufferPool.isEmpty(); } function in class:BlackBerry::WebKit::SurfacePool

Completed in 202 milliseconds

1234567