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

/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedResource.h198 bool canDelete() const { return !hasClients() && !m_loader && !m_preloadCount && !m_handleCount && !m_resourceToRevalidate && !m_proxyResource; } function in class:WebCore::CachedResource
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.h382 bool canDelete() const { return hasSelectedRange() && isContentEditable(); } function in class:WebKit::WebPageProxy
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditor.cpp353 bool Editor::canDelete() const function in class:WebCore::Editor

Completed in 189 milliseconds