OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:executePendingEditorCommands
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
WebEditorClientGtk.cpp
45
bool WebEditorClient::
executePendingEditorCommands
(Frame* frame, Vector<WTF::String> pendingEditorCommands, bool allowTextInsertion)
83
if (
executePendingEditorCommands
(frame, pendingEditorCommands, false))
90
if (
executePendingEditorCommands
(frame, pendingEditorCommands, frame->editor()->canEdit())) {
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp
671
bool EditorClient::
executePendingEditorCommands
(Frame* frame, bool allowTextInsertion)
720
if (
executePendingEditorCommands
(frame, false))
727
if (
executePendingEditorCommands
(frame, frame->editor()->canEdit())) {
[
all
...]
Completed in 1846 milliseconds