Searched defs:canDelete (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DCachedResource.h199 bool canDelete() const { return !hasClients() && !m_loader && !m_preloadCount && !m_handleCount && !m_resourceToRevalidate && !m_proxyResource; } function in class:WebCore::CachedResource
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebPageProxy.h359 bool canDelete() const { return hasSelectedRange() && isContentEditable(); } function in class:WebKit::WebPageProxy
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditor.cpp312 bool Editor::canDelete() const function in class:WebCore::Editor

Completed in 94 milliseconds