HomeSort by relevance Sort by last modified time
    Searched refs:executePendingEditorCommands (Results 1 - 4 of 4) 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.h 75 bool executePendingEditorCommands(WebCore::Frame*, bool);
EditorClientGtk.cpp 671 bool EditorClient::executePendingEditorCommands(Frame* frame, bool allowTextInsertion)
720 if (executePendingEditorCommands(frame, false))
727 if (executePendingEditorCommands(frame, frame->editor()->canEdit())) {
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.h 127 bool executePendingEditorCommands(WebCore::Frame*, Vector<WTF::String>, bool);

Completed in 149 milliseconds