Searched refs:canDelete (Results 1 - 11 of 11) sorted by relevance

/external/webkit/WebCore/loader/
H A DCachedResource.cpp92 ASSERT(!m_resourceToRevalidate); // Should be true because canDelete() checks this.
93 ASSERT(canDelete());
171 if (canDelete() && !inCache())
203 if (canDelete() && !inCache())
221 if (canDelete() && !inCache())
H A DCachedResource.h146 bool canDelete() const { return !hasClients() && !m_request && !m_preloadCount && !m_handleCount && !m_resourceToRevalidate && !m_proxyResource; } function in class:WebCore::CachedResource
H A DDocLoader.cpp475 if (res->canDelete() && !res->inCache())
H A DCache.cpp421 if (resource->canDelete())
/external/v8/test/mjsunit/
H A Dmirror-object.js87 assertTrue(property_mirror.canDelete());
185 assertFalse(math_mirror.property("E").canDelete());
/external/webkit/WebKit/chromium/src/
H A DContextMenuClientImpl.cpp240 if (m_webView->focusedWebCoreFrame()->editor()->canDelete())
/external/webkit/WebCore/editing/
H A DEditor.h91 bool canDelete() const;
H A DEditor.cpp150 return canCopy() && canDelete();
185 bool Editor::canDelete() const function in class:WebCore::Editor
1079 if (!canDelete()) {
/external/webkit/WebCore/platform/
H A DContextMenu.cpp622 shouldEnable = frame->editor()->canDelete();
/external/v8/src/
H A Dmirror-debugger.js1128 PropertyMirror.prototype.canDelete = function() {
/external/webkit/WebKit/win/
H A DWebView.cpp4095 *enabled = m_page->focusController()->focusedOrMainFrame()->editor()->canDelete();

Completed in 336 milliseconds