HomeSort by relevance Sort by last modified time
    Searched refs:canDelete (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/loader/cache/
CachedResource.cpp 115 ASSERT(!m_resourceToRevalidate); // Should be true because canDelete() checks this.
116 ASSERT(canDelete());
252 if (canDelete() && !inCache())
290 if (canDelete() && !inCache())
311 if (canDelete() && !inCache())
CachedResource.h 177 bool canDelete() const { return !hasClients() && !m_request && !m_preloadCount && !m_handleCount && !m_resourceToRevalidate && !m_proxyResource; }
CachedResourceLoader.cpp 739 if (res->canDelete() && !res->inCache())
MemoryCache.cpp 346 if (resource->canDelete())
  /external/v8/test/mjsunit/
mirror-object.js 87 assertTrue(property_mirror.canDelete());
185 assertFalse(math_mirror.property("E").canDelete());
  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.cpp 170 if (m_webView->focusedWebCoreFrame()->editor()->canDelete())
171 data.editFlags |= WebContextMenuData::CanDelete;
  /external/webkit/Source/WebCore/editing/
Editor.h 111 bool canDelete() const;
Editor.cpp 214 return canCopy() && canDelete();
249 bool Editor::canDelete() const
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.cpp 323 return toImpl(pageRef)->canDelete();
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 251 bool canDelete() const { return hasSelectedRange() && isContentEditable(); }
    [all...]
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp     [all...]
  /external/v8/src/
mirror-debugger.js 1129 PropertyMirror.prototype.canDelete = function() {
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]

Completed in 254 milliseconds