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

  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.h 62 virtual bool shouldBeginEditing(Range*);
EditorClientHaiku.cpp 123 bool EditorClientHaiku::shouldBeginEditing(WebCore::Range*)
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.h 61 virtual bool shouldBeginEditing(Range*);
EditorClientQt.cpp 134 bool EditorClientQt::shouldBeginEditing(WebCore::Range* range)
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.h 61 virtual bool shouldBeginEditing(Range*);
EditorClientWx.cpp 213 bool EditorClientWx::shouldBeginEditing(Range*)
  /external/webkit/WebKit/android/WebCoreSupport/
EditorClientAndroid.h 56 virtual bool shouldBeginEditing(Range*);
EditorClientAndroid.cpp 60 // Following Qt's implementation. For shouldBeginEditing and shouldEndEditing.
62 bool EditorClientAndroid::shouldBeginEditing(Range*)
  /external/webkit/WebKit/chromium/public/
WebViewClient.h 108 virtual bool shouldBeginEditing(const WebRange&) { return true; }
  /external/webkit/WebCore/page/
EditorClient.h 99 virtual bool shouldBeginEditing(Range*) = 0;
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.h 61 virtual bool shouldBeginEditing(WebCore::Range*);
EditorClientImpl.cpp 184 bool EditorClientImpl::shouldBeginEditing(Range* range)
187 return m_webView->client()->shouldBeginEditing(WebRange(range));
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h 72 virtual bool shouldBeginEditing(WebCore::Range*);
EditorClientGtk.cpp 140 bool EditorClient::shouldBeginEditing(WebCore::Range*)
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.h 57 virtual bool shouldBeginEditing(WebCore::Range*);
WebEditorClient.mm 244 bool WebEditorClient::shouldBeginEditing(Range* range)
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.h 54 virtual bool shouldBeginEditing(WebCore::Range*);
WebEditorClient.cpp 189 bool WebEditorClient::shouldBeginEditing(Range*)
  /external/webkit/WebCore/editing/
Editor.h 228 bool shouldBeginEditing(Range*);
Editor.cpp     [all...]
  /external/webkit/WebCore/loader/
EmptyClients.h 350 virtual bool shouldBeginEditing(Range*) { return false; }
  /external/webkit/WebCore/dom/
Document.cpp 324 return frame->editor()->shouldBeginEditing(rangeOfContents(root).get());
    [all...]

Completed in 191 milliseconds