HomeSort by relevance Sort by last modified time
    Searched refs:DragCommand (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/test/webdriver/commands/
mouse_commands.h 55 class DragCommand : public WebElementCommand {
57 DragCommand(const std::vector<std::string>& path_segments,
59 virtual ~DragCommand();
68 DISALLOW_COPY_AND_ASSIGN(DragCommand);
mouse_commands.cc 112 DragCommand::DragCommand(const std::vector<std::string>& path_segments,
116 DragCommand::~DragCommand() {}
118 bool DragCommand::Init(Response* const response) {
131 bool DragCommand::DoesPost() {
135 void DragCommand::ExecutePost(Response* response) {
  /external/chromium_org/chrome/test/webdriver/
webdriver_server.cc 114 dispatcher->Add<DragCommand>( "/session/*/element/*/drag");

Completed in 2342 milliseconds