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

  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
Resource.cpp 144 ASSERT(!m_resourceToRevalidate); // Should be true because canDelete() checks this.
145 ASSERT(canDelete());
465 if (canDelete() && !inCache()) {
659 // and so canDelete() is false.
660 ASSERT(!canDelete());
Resource.h 202 bool canDelete() const { return !hasClients() && !m_loader && !m_preloadCount && !m_handleCount && !m_resourceToRevalidate && !m_proxyResource; }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 96 bool canDelete() const;
Editor.cpp 219 return canCopy() && canDelete();
254 bool Editor::canDelete() const
    [all...]
EditorCommand.cpp     [all...]
  /external/v8/test/mjsunit/
mirror-object.js 87 assertTrue(property_mirror.canDelete());
190 assertFalse(math_mirror.property("E").canDelete());
  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp 205 if (m_webView->focusedWebCoreFrame()->editor()->canDelete())
206 data.editFlags |= WebContextMenuData::CanDelete;
  /external/chromium_org/v8/test/mjsunit/
mirror-object.js 94 assertTrue(property_mirror.canDelete());
198 assertFalse(math_mirror.property("E").canDelete());
  /external/chromium_org/v8/src/
mirror-debugger.js 1198 PropertyMirror.prototype.canDelete = function() {
    [all...]
  /external/v8/src/
mirror-debugger.js 1132 PropertyMirror.prototype.canDelete = function() {
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 238 milliseconds