Home
last modified time | relevance | path

Searched defs:addPendingEditorCommand (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebView.h68 …void addPendingEditorCommand(const char* command) { m_pendingEditorCommands.append(WTF::String(com… in addPendingEditorCommand() function
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.h72 … void addPendingEditorCommand(const char* command) { m_pendingEditorCommands.append(command); } in addPendingEditorCommand() function