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

  /external/webkit/WebKit/chromium/public/
WebViewClient.h 108 virtual bool shouldBeginEditing(const WebRange&) { return true; }
  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 123 bool EditorClientHaiku::shouldBeginEditing(WebCore::Range*)
  /external/webkit/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 60 // Following Qt's implementation. For shouldBeginEditing and shouldEndEditing.
62 bool EditorClientAndroid::shouldBeginEditing(Range*)
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 134 bool EditorClientQt::shouldBeginEditing(WebCore::Range* range)
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 213 bool EditorClientWx::shouldBeginEditing(Range*)
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.cpp 184 bool EditorClientImpl::shouldBeginEditing(Range* range)
187 return m_webView->client()->shouldBeginEditing(WebRange(range));
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 140 bool EditorClient::shouldBeginEditing(WebCore::Range*)
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 189 bool WebEditorClient::shouldBeginEditing(Range*)
  /external/webkit/WebCore/editing/
Editor.cpp     [all...]
  /external/webkit/WebCore/loader/
EmptyClients.h 350 virtual bool shouldBeginEditing(Range*) { return false; }

Completed in 427 milliseconds