HomeSort by relevance Sort by last modified time
    Searched defs:addPendingEditorCommand (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebView.h 68 void addPendingEditorCommand(const char* command) { m_pendingEditorCommands.append(WTF::String(command)); }
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h 72 void addPendingEditorCommand(const char* command) { m_pendingEditorCommands.append(command); }

Completed in 15 milliseconds