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

  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.h 63 virtual bool shouldEndEditing(Range*);
EditorClientHaiku.cpp 129 bool EditorClientHaiku::shouldEndEditing(WebCore::Range*)
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.h 62 virtual bool shouldEndEditing(Range*);
EditorClientQt.cpp 141 bool EditorClientQt::shouldEndEditing(WebCore::Range* range)
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.h 62 virtual bool shouldEndEditing(Range*);
EditorClientWx.cpp 219 bool EditorClientWx::shouldEndEditing(Range*)
  /external/webkit/WebKit/android/WebCoreSupport/
EditorClientAndroid.h 57 virtual bool shouldEndEditing(Range*);
EditorClientAndroid.cpp 60 // Following Qt's implementation. For shouldBeginEditing and shouldEndEditing.
67 bool EditorClientAndroid::shouldEndEditing(Range*)
  /external/webkit/WebKit/chromium/public/
WebViewClient.h 109 virtual bool shouldEndEditing(const WebRange&) { return true; }
  /external/webkit/WebCore/page/
EditorClient.h 100 virtual bool shouldEndEditing(Range*) = 0;
FocusController.cpp 270 return frame->editor()->shouldEndEditing(rangeOfContents(root).get());
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.h 62 virtual bool shouldEndEditing(WebCore::Range*);
EditorClientImpl.cpp 191 bool EditorClientImpl::shouldEndEditing(Range* range)
194 return m_webView->client()->shouldEndEditing(WebRange(range));
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h 73 virtual bool shouldEndEditing(WebCore::Range*);
EditorClientGtk.cpp 148 bool EditorClient::shouldEndEditing(WebCore::Range*)
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.h 58 virtual bool shouldEndEditing(WebCore::Range*);
WebEditorClient.mm 252 bool WebEditorClient::shouldEndEditing(Range* range)
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.h 55 virtual bool shouldEndEditing(WebCore::Range*);
WebEditorClient.cpp 195 bool WebEditorClient::shouldEndEditing(Range*)
  /external/webkit/WebCore/editing/
Editor.h 229 bool shouldEndEditing(Range*);
Editor.cpp     [all...]
  /external/webkit/WebCore/loader/
EmptyClients.h 351 virtual bool shouldEndEditing(Range*) { return false; }

Completed in 974 milliseconds