OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_url
(Results
1 - 12
of
12
) sorted by null
/external/autotest/server/cros/ap_configurators/
netgear2000_ap_configurator.py
59
if os.path.basename(self.driver.
current_url
) != 'adv_index.htm':
60
raise RuntimeError('Invalid url %s' % self.driver.
current_url
)
62
self.driver.
current_url
) == 'multi_login.html':
netgear4300_ap_configurator.py
72
if os.path.basename(self.driver.
current_url
) != 'adv_index.htm':
73
raise RuntimeError('Invalid url %s' % self.driver.
current_url
)
75
self.driver.
current_url
) == 'multi_login.html':
belkinF6D4230_ap_configurator.py
78
self.wait.until(lambda _:'setup.htm' in self.driver.
current_url
)
dlink_ap_configurator.py
21
page_name = os.path.basename(self.driver.
current_url
)
27
if (os.path.basename(self.driver.
current_url
) ==
40
if os.path.basename(self.driver.
current_url
) != 'bsc_wizard.php':
42
os.path.basename(self.driver.
current_url
))
belkin_ap_configurator.py
111
if os.path.basename(self.driver.
current_url
) == 'post.cgi':
116
os.path.basename(self.driver.
current_url
))
117
if (os.path.basename(self.driver.
current_url
) == 'wireless_chan.htm' or
dlinkwbr1310_ap_configurator.py
95
page_name = os.path.basename(self.driver.
current_url
)
belkinF9K1102_ap_configurator.py
130
if (page_url in self.driver.
current_url
):
152
self.wait.until(lambda _:'Dashboard.htm' in self.driver.
current_url
)
belkinF9K1105_ap_configurator.py
133
if page_url in self.driver.
current_url
():
/system/update_engine/
omaha_response_handler_action.cc
62
string
current_url
= system_state_->payload_state()->GetCurrentUrl();
local
63
if (
current_url
.empty()) {
71
install_plan_.download_url =
current_url
;
omaha_response_handler_action_unittest.cc
114
string
current_url
= in.payload_urls.size() ? in.payload_urls[0] : "";
local
116
.WillRepeatedly(Return(
current_url
));
payload_state.cc
521
string
current_url
= candidate_urls_[GetUrlIndex()];
local
522
if (base::StartsWith(
current_url
, "https://",
525
} else if (base::StartsWith(
current_url
, "http://",
[
all
...]
/external/autotest/client/site_tests/desktopui_SonicExtension/extension_pages/
extension_pages.py
21
if self._driver.
current_url
!= self._url:
Completed in 308 milliseconds