Searched refs:doCommand (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Tools/DumpRenderTree/qt/
H A DTextInputControllerQt.h44 void doCommand(const QString& command);
H A DTextInputControllerQt.cpp42 void TextInputController::doCommand(const QString& command) function in class:TextInputController
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTextInputController.h51 void doCommand(const CppArgumentList&, CppVariant*);
H A DTextInputController.cpp59 bindMethod("doCommand", &TextInputController::doCommand);
88 void TextInputController::doCommand(const CppArgumentList& arguments, CppVariant* result) function in class:TextInputController
/external/webkit/Source/WebKit/android/wds/
H A DCommand.cpp97 void doCommand() const { function in class:android::WDS::InternalCommand
111 c->doCommand();
/external/webkit/Tools/DumpRenderTree/mac/
H A DTextInputController.m160 || aSelector == @selector(doCommand:)
182 else if (aSelector == @selector(doCommand:))
183 return @"doCommand";
233 - (void)doCommand:(NSString *)aCommand

Completed in 125 milliseconds