Home
last modified time | relevance | path

Searched refs:shouldBeginEditing (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/WebKit/qt/WebCoreSupport/
DEditorClientQt.h61 virtual bool shouldBeginEditing(Range*);
DEditorClientQt.cpp130 bool EditorClientQt::shouldBeginEditing(WebCore::Range* range) in shouldBeginEditing() function in WebCore::EditorClientQt
/external/webkit/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.h62 virtual bool shouldBeginEditing(Range*);
DEditorClientHaiku.cpp123 bool EditorClientHaiku::shouldBeginEditing(WebCore::Range*) in shouldBeginEditing() function in WebCore::EditorClientHaiku
/external/webkit/WebKit/android/WebCoreSupport/
DEditorClientAndroid.h56 virtual bool shouldBeginEditing(Range*);
DEditorClientAndroid.cpp61 bool EditorClientAndroid::shouldBeginEditing(Range*) in shouldBeginEditing() function in android::EditorClientAndroid
/external/webkit/WebKit/wx/WebKitSupport/
DEditorClientWx.h61 virtual bool shouldBeginEditing(Range*);
DEditorClientWx.cpp212 bool EditorClientWx::shouldBeginEditing(Range*) in shouldBeginEditing() function in WebCore::EditorClientWx
/external/webkit/WebKit/win/WebCoreSupport/
DWebEditorClient.h54 virtual bool shouldBeginEditing(WebCore::Range*);
DWebEditorClient.cpp187 bool WebEditorClient::shouldBeginEditing(Range*) in shouldBeginEditing() function in WebEditorClient
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.h72 virtual bool shouldBeginEditing(WebCore::Range*);
DEditorClientGtk.cpp137 bool EditorClient::shouldBeginEditing(WebCore::Range*) in shouldBeginEditing() function in WebKit::EditorClient
/external/webkit/WebCore/page/
DEditorClient.h99 virtual bool shouldBeginEditing(Range*) = 0;
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.h57 virtual bool shouldBeginEditing(WebCore::Range*);
DWebEditorClient.mm244 bool WebEditorClient::shouldBeginEditing(Range* range) function
/external/webkit/WebCore/editing/
DEditor.h228 bool shouldBeginEditing(Range*);
DEditor.cpp1232 bool Editor::shouldBeginEditing(Range* range) in shouldBeginEditing() function in WebCore::Editor
1234 return client() && client()->shouldBeginEditing(range); in shouldBeginEditing()
/external/webkit/WebCore/loader/
DEmptyClients.h331 virtual bool shouldBeginEditing(Range*) { return false; } in shouldBeginEditing() function
/external/webkit/WebKit/
DChangeLog303 (WebCore::EditorClientHaiku::shouldBeginEditing):
/external/webkit/WebCore/dom/
DDocument.cpp302 return frame->editor()->shouldBeginEditing(rangeOfContents(root).get()); in acceptsEditingFocus()
/external/webkit/WebKit/gtk/
DChangeLog6858 (WebKit::EditorClient::shouldBeginEditing):
6935 (WebKit::EditorClient::shouldBeginEditing):
7158 (WebCore::EditorClientGtk::shouldBeginEditing):
/external/webkit/WebKit/qt/
DChangeLog10355 (WebCore::EditorClientQt::shouldBeginEditing):
10880 (WebCore::EditorClientQt::shouldBeginEditing):
13160 (WebCore::EditorClientQt::shouldBeginEditing):
/external/webkit/WebKit/mac/
DChangeLog-2007-10-149649 (EditorClientWin::shouldBeginEditing):
11034 (WebEditorClient::shouldBeginEditing):
11051 (WebEditorClient::shouldBeginEditing):
24413 (-[WebFrameBridge shouldBeginEditing:]):
/external/webkit/WebKit/win/
DChangeLog-2009-06-1613777 (WebEditorClient::shouldBeginEditing):
19873 (WebEditorClient::shouldBeginEditing):
20059 (WebEditorClient::shouldBeginEditing):
/external/webkit/WebCore/
DChangeLog-2005-08-2316742 (KHTMLPart::shouldBeginEditing):
16783 (KWQKHTMLPart::shouldBeginEditing):
32576 (KHTMLPart::shouldBeginEditing):
44298 …(KHTMLPart::shouldBeginEditing): New function that calls through to the KWQKHTMLPart in an APPLE_C…
44300 shouldBeginEditing question.
44315 (KWQKHTMLPart::shouldBeginEditing): More WebView's delegation glue.

12