HomeSort by relevance Sort by last modified time
    Searched refs:shouldBeginEditing (Results 1 - 25 of 36) sorted by null

1 2

  /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);
InjectedBundlePageEditorClient.h 48 bool shouldBeginEditing(WebPage*, WebCore::Range*);
  /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/android/WebCoreSupport/
EditorClientAndroid.h 63 virtual bool shouldBeginEditing(Range*);
EditorClientAndroid.cpp 63 // Following Qt's implementation. For shouldBeginEditing and shouldEndEditing.
65 bool EditorClientAndroid::shouldBeginEditing(Range*)
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.h 64 virtual bool shouldBeginEditing(Range*);
EditorClientEfl.cpp 82 bool EditorClientEfl::shouldBeginEditing(Range*)
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.h 61 virtual bool shouldBeginEditing(Range*);
EditorClientHaiku.cpp 116 bool EditorClientHaiku::shouldBeginEditing(WebCore::Range*)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.h 61 virtual bool shouldBeginEditing(Range*);
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.h 61 virtual bool shouldBeginEditing(Range*);
EditorClientWx.cpp 200 bool EditorClientWx::shouldBeginEditing(Range*)
  /external/webkit/Source/WebCore/page/
EditorClient.h 91 virtual bool shouldBeginEditing(Range*) = 0;
  /external/webkit/Source/WebKit/chromium/public/
WebViewClient.h 147 virtual bool shouldBeginEditing(const WebRange&) { return true; }
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h 90 virtual bool shouldBeginEditing(WebCore::Range*);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.h 51 virtual bool shouldBeginEditing(WebCore::Range*);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.h 52 virtual bool shouldBeginEditing(WebCore::Range*);
EditorClientWinCE.cpp 81 bool EditorClientWinCE::shouldBeginEditing(WebCore::Range*)
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.h 127 static bool shouldBeginEditing(WKBundlePageRef, WKBundleRangeHandleRef, const void* clientInfo);
138 bool shouldBeginEditing(WKBundleRangeHandleRef);
InjectedBundlePage.cpp 234 shouldBeginEditing,
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.h 62 virtual bool shouldBeginEditing(WebCore::Range*);
EditorClientImpl.cpp 191 bool EditorClientImpl::shouldBeginEditing(Range* range)
194 return m_webView->client()->shouldBeginEditing(WebRange(range));
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.h 58 virtual bool shouldBeginEditing(WebCore::Range*);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.h 58 virtual bool shouldBeginEditing(WebCore::Range*);
WebEditorClient.cpp 122 bool WebEditorClient::shouldBeginEditing(Range* range)
124 bool result = m_page->injectedBundleEditorClient().shouldBeginEditing(m_page, range);

Completed in 658 milliseconds

1 2