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

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageEditorClient.cpp 48 bool InjectedBundlePageEditorClient::shouldEndEditing(WebPage* page, Range* range)
50 if (m_client.shouldEndEditing) {
52 return m_client.shouldEndEditing(toAPI(page), toAPI(rangeHandle.get()), m_client.clientInfo);
  /external/webkit/Tools/DumpRenderTree/gtk/
EditingCallbacks.cpp 107 gboolean shouldEndEditing(WebKitWebView* webView, WebKitDOMRange* range)
193 "signal::should-end-editing", shouldEndEditing, 0,
  /external/webkit/Source/WebKit/chromium/public/
WebViewClient.h 148 virtual bool shouldEndEditing(const WebRange&) { return true; }
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 122 bool EditorClientHaiku::shouldEndEditing(WebCore::Range*)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 63 // Following Qt's implementation. For shouldBeginEditing and shouldEndEditing.
70 bool EditorClientAndroid::shouldEndEditing(Range*)
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 88 bool EditorClientEfl::shouldEndEditing(Range*)
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 87 bool EditorClientWinCE::shouldEndEditing(WebCore::Range*)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 206 bool EditorClientWx::shouldEndEditing(Range*)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 129 bool WebEditorClient::shouldEndEditing(Range* range)
131 bool result = m_page->injectedBundleEditorClient().shouldEndEditing(m_page, range);
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 198 bool EditorClientImpl::shouldEndEditing(Range* range)
201 return m_webView->client()->shouldEndEditing(WebRange(range));
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 318 bool EditorClient::shouldEndEditing(WebCore::Range* range)
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 131 bool EditorClientQt::shouldEndEditing(WebCore::Range* range)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 194 bool WebEditorClient::shouldEndEditing(Range*)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h 209 WKBundlePageShouldEndEditingCallback shouldEndEditing;
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.cpp 235 shouldEndEditing,
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp 292 bool WebViewHost::shouldEndEditing(const WebRange& range)
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 447 virtual bool shouldEndEditing(Range*) { return false; }

Completed in 316 milliseconds