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

  /external/chromium_org/chrome/test/webdriver/commands/
title_command.cc 15 TitleCommand::TitleCommand(const std::vector<std::string>& path_segments,
19 TitleCommand::~TitleCommand() {}
21 bool TitleCommand::DoesGet() {
25 void TitleCommand::ExecuteGet(Response* const response) {
title_command.h 19 class TitleCommand : public WebDriverCommand {
21 TitleCommand(const std::vector<std::string>& path_segments,
23 virtual ~TitleCommand();
29 DISALLOW_COPY_AND_ASSIGN(TitleCommand);
  /external/chromium_org/chrome/test/webdriver/
webdriver_server.cc 141 dispatcher->Add<TitleCommand>( "/session/*/title");

Completed in 145 milliseconds