Searched defs:DoCommand (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
H A Dtext_input_controller.cc40 void DoCommand(const std::string& text);
89 .SetMethod("doCommand", &TextInputControllerBindings::DoCommand)
110 void TextInputControllerBindings::DoCommand(const std::string& text) { function in class:content::TextInputControllerBindings
112 controller_->DoCommand(text);
169 void TextInputController::DoCommand(const std::string& text) { function in class:content::TextInputController
/external/chromium_org/third_party/sqlite/src/contrib/
H A Dsqlitecon.tcl226 set rc [catch {DoCommand $w $cmd} res]
251 proc sqlitecon::DoCommand {w cmd} {
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc564 virtual Error DoCommand(unsigned int command,
3760 // NOTE: DoCommand() is slower than calling DoCommands() on larger batches
3763 error::Error GLES2DecoderImpl::DoCommand(unsigned int command, function in class:gpu::gles2::GLES2DecoderImpl
3841 LOCAL_SET_GL_ERROR(error, "DoCommand", "GL error from driver");

Completed in 913 milliseconds