Searched refs:allowTextInsertion (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
H A DWebEditorClientGtk.cpp45 bool WebEditorClient::executePendingEditorCommands(Frame* frame, Vector<WTF::String> pendingEditorCommands, bool allowTextInsertion) argument
50 if (command.isTextInsertion() && !allowTextInsertion)
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp671 bool EditorClient::executePendingEditorCommands(Frame* frame, bool allowTextInsertion) argument
678 if (command.isTextInsertion() && !allowTextInsertion)

Completed in 52 milliseconds