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

  /external/chromium_org/chrome/test/chromedriver/
window_commands.h 26 scoped_ptr<base::Value>*)> WindowCommand;
30 const WindowCommand& command,
  /external/chromium_org/chrome/test/webdriver/commands/
target_locator_commands.h 55 class WindowCommand : public WebDriverCommand {
57 WindowCommand(const std::vector<std::string>& path_segments,
59 virtual ~WindowCommand();
69 DISALLOW_COPY_AND_ASSIGN(WindowCommand);
target_locator_commands.cc 61 WindowCommand::WindowCommand(
66 WindowCommand::~WindowCommand() {}
68 bool WindowCommand::DoesPost() {
72 bool WindowCommand::DoesDelete() {
76 void WindowCommand::ExecutePost(Response* const response) {
89 void WindowCommand::ExecuteDelete(Response* const response) {
95 bool WindowCommand::ShouldRunPreAndPostCommandHandlers() {

Completed in 471 milliseconds