Searched defs:canDelete (Results 1 – 4 of 4) sorted by relevance
177 …bool canDelete() const { return !hasClients() && !m_request && !m_preloadCount && !m_handleCount &… in canDelete() function
251 bool canDelete() const { return hasSelectedRange() && isContentEditable(); } in canDelete() function
1132 PropertyMirror.prototype.canDelete = function() { method in PropertyMirror
249 bool Editor::canDelete() const in canDelete() function in WebCore::Editor