Searched refs:shouldBeginEditing (Results 26 - 36 of 36) sorted by relevance

12

/external/webkit/Source/WebCore/editing/
H A DEditor.h262 bool shouldBeginEditing(Range*);
H A DEditor.cpp1399 bool Editor::shouldBeginEditing(Range* range) function in class:WebCore::Editor
1401 return client() && client()->shouldBeginEditing(range);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp124 bool EditorClientQt::shouldBeginEditing(WebCore::Range* range) function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h208 WKBundlePageShouldBeginEditingCallback shouldBeginEditing; member in struct:WKBundlePageEditorClient
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.h120 virtual bool shouldBeginEditing(const WebKit::WebRange&);
H A DWebViewHost.cpp282 bool WebViewHost::shouldBeginEditing(const WebRange& range) function in class:WebViewHost
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h446 virtual bool shouldBeginEditing(Range*) { return false; } function in class:WebCore::EmptyEditorClient
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp308 bool EditorClient::shouldBeginEditing(WebCore::Range* range) function in class:WebKit::EditorClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp188 bool WebEditorClient::shouldBeginEditing(Range*) function in class:WebEditorClient
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.mm266 bool WebEditorClient::shouldBeginEditing(Range* range)
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp335 return frame->editor()->shouldBeginEditing(rangeOfContents(root).get());

Completed in 1479 milliseconds

12