Searched refs:NamedCookieCommand (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/test/webdriver/commands/
H A Dcookie_commands.h47 class NamedCookieCommand : public WebDriverCommand { class in namespace:webdriver
49 NamedCookieCommand(const std::vector<std::string>& path_segments,
51 virtual ~NamedCookieCommand();
62 DISALLOW_COPY_AND_ASSIGN(NamedCookieCommand);
H A Dcookie_commands.cc116 NamedCookieCommand::NamedCookieCommand( function in class:webdriver::NamedCookieCommand
121 NamedCookieCommand::~NamedCookieCommand() {}
123 bool NamedCookieCommand::Init(Response* const response) {
138 bool NamedCookieCommand::DoesDelete() {
142 void NamedCookieCommand::ExecuteDelete(Response* const response) {
/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_server.cc159 dispatcher->Add<NamedCookieCommand>("/session/*/cookie/*");

Completed in 83 milliseconds