Searched defs:shouldBeginEditing (Results 1 - 10 of 10) sorted by relevance

/external/webkit/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp60 // Following Qt's implementation. For shouldBeginEditing and shouldEndEditing.
62 bool EditorClientAndroid::shouldBeginEditing(Range*) function in class:android::EditorClientAndroid
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp123 bool EditorClientHaiku::shouldBeginEditing(WebCore::Range*) function in class:WebCore::EditorClientHaiku
/external/webkit/WebKit/chromium/public/
H A DWebViewClient.h108 virtual bool shouldBeginEditing(const WebRange&) { return true; } function in class:WebKit::WebViewClient
/external/webkit/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp134 bool EditorClientQt::shouldBeginEditing(WebCore::Range* range) function in class:WebCore::EditorClientQt
/external/webkit/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp213 bool EditorClientWx::shouldBeginEditing(Range*) function in class:WebCore::EditorClientWx
/external/webkit/WebKit/chromium/src/
H A DEditorClientImpl.cpp184 bool EditorClientImpl::shouldBeginEditing(Range* range) function in class:WebKit::EditorClientImpl
187 return m_webView->client()->shouldBeginEditing(WebRange(range));
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp140 bool EditorClient::shouldBeginEditing(WebCore::Range*) function in class:WebKit::EditorClient
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp189 bool WebEditorClient::shouldBeginEditing(Range*) function in class:WebEditorClient
/external/webkit/WebCore/loader/
H A DEmptyClients.h350 virtual bool shouldBeginEditing(Range*) { return false; } function in class:WebCore::EmptyEditorClient
/external/webkit/WebCore/editing/
H A DEditor.cpp1242 bool Editor::shouldBeginEditing(Range* range) function in class:WebCore::Editor
1244 return client() && client()->shouldBeginEditing(range);

Completed in 74 milliseconds