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

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageEditorClient.cpp 39 bool InjectedBundlePageEditorClient::shouldBeginEditing(WebPage* page, Range* range)
41 if (m_client.shouldBeginEditing) {
43 return m_client.shouldBeginEditing(toAPI(page), toAPI(rangeHandle.get()), m_client.clientInfo);
  /external/webkit/Tools/DumpRenderTree/gtk/
EditingCallbacks.cpp 100 gboolean shouldBeginEditing(WebKitWebView* webView, WebKitDOMRange* range)
192 "signal::should-begin-editing", shouldBeginEditing, 0,
  /external/webkit/Source/WebKit/chromium/public/
WebViewClient.h 147 virtual bool shouldBeginEditing(const WebRange&) { return true; }
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 116 bool EditorClientHaiku::shouldBeginEditing(WebCore::Range*)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 63 // Following Qt's implementation. For shouldBeginEditing and shouldEndEditing.
65 bool EditorClientAndroid::shouldBeginEditing(Range*)
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 82 bool EditorClientEfl::shouldBeginEditing(Range*)
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 81 bool EditorClientWinCE::shouldBeginEditing(WebCore::Range*)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 200 bool EditorClientWx::shouldBeginEditing(Range*)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 122 bool WebEditorClient::shouldBeginEditing(Range* range)
124 bool result = m_page->injectedBundleEditorClient().shouldBeginEditing(m_page, range);
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 191 bool EditorClientImpl::shouldBeginEditing(Range* range)
194 return m_webView->client()->shouldBeginEditing(WebRange(range));
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 308 bool EditorClient::shouldBeginEditing(WebCore::Range* range)
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 124 bool EditorClientQt::shouldBeginEditing(WebCore::Range* range)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 188 bool WebEditorClient::shouldBeginEditing(Range*)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h 208 WKBundlePageShouldBeginEditingCallback shouldBeginEditing;
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.cpp 234 shouldBeginEditing,
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp 282 bool WebViewHost::shouldBeginEditing(const WebRange& range)
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 446 virtual bool shouldBeginEditing(Range*) { return false; }

Completed in 569 milliseconds