OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RefreshCommand
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/test/webdriver/commands/
navigate_commands.h
49
class
RefreshCommand
: public WebDriverCommand {
51
RefreshCommand
(const std::vector<std::string>& path_segments,
53
virtual ~
RefreshCommand
();
59
DISALLOW_COPY_AND_ASSIGN(
RefreshCommand
);
navigate_commands.cc
45
RefreshCommand
::
RefreshCommand
(const std::vector<std::string>& path_segments,
49
RefreshCommand
::~
RefreshCommand
() {}
51
bool
RefreshCommand
::DoesPost() {
55
void
RefreshCommand
::ExecutePost(Response* const response) {
/external/chromium_org/chrome/test/webdriver/
webdriver_server.cc
139
dispatcher->Add<
RefreshCommand
>( "/session/*/refresh");
Completed in 227 milliseconds