HomeSort by relevance Sort by last modified time
    Searched refs:shouldShowDeleteInterface (Results 26 - 27 of 27) sorted by null

12

  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 238 bool WebEditorClient::shouldShowDeleteInterface(HTMLElement* element)
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp 487 bool Editor::shouldShowDeleteInterface(HTMLElement* element) const
489 return client() && client()->shouldShowDeleteInterface(element);
    [all...]

Completed in 23 milliseconds

12