Searched refs:canDelete (Results 1 – 9 of 9) sorted by relevance
238 if (current->m_resource->wasPurged() && current->m_resource->canDelete() in pruneDeadResources()283 && !current->m_resource->isCacheValidator() && current->m_resource->canDelete() in pruneDeadResources()322 bool canDelete = resource->canDelete(); in evict() local334 return canDelete; in evict()
139 ASSERT(canDelete()); in ~Resource()413 bool Resource::canDelete() const in canDelete() function in WebCore::Resource552 if (canDelete() && !memoryCache()->contains(this)) { in deleteIfPossible()739 ASSERT(!canDelete()); in revalidationSucceeded()
192 bool canDelete() const;
94 assertTrue(property_mirror.canDelete());198 assertFalse(math_mirror.property("E").canDelete());
91 bool canDelete() const;
211 return canCopy() && canDelete(); in canCut()244 bool Editor::canDelete() const in canDelete() function in WebCore::Editor913 if (!canDelete()) in performDelete()
1239 return frame.editor().canDelete(); in enabledDelete()
215 if (toLocalFrame(m_webView->focusedWebCoreFrame())->editor().canDelete()) in showContextMenu()
1289 PropertyMirror.prototype.canDelete = function() { method in PropertyMirror