Home
last modified time | relevance | path

Searched refs:current_url_ (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/components/component_updater/
Dcrx_downloader.cc64 return current_url_ != urls_.end() ? *current_url_ : GURL(); in url()
103 current_url_ = urls_.begin(); in StartDownload()
106 DoStartDownload(*current_url_); in StartDownload()
125 ++current_url_; in OnDownloadComplete()
127 current_url_ = urls_.erase(current_url_); in OnDownloadComplete()
131 if (current_url_ != urls_.end()) { in OnDownloadComplete()
132 DoStartDownload(*current_url_); in OnDownloadComplete()
Dcrx_downloader.h147 std::vector<GURL>::iterator current_url_; variable
/external/chromium_org/content/browser/frame_host/
Dframe_tree_node.h83 return current_url_; in current_url()
87 current_url_ = url; in set_current_url()
132 GURL current_url_; variable
Dframe_tree_node.cc81 current_url_ = GURL(); in ResetForNewProcess()
/external/chromium_org/chrome/browser/ui/webui/signin/
Dinline_login_handler_impl.cc72 GURL current_url_; member in __anonf18e8e0a0111::InlineSigninHelper
97 current_url_(current_url), in InlineSigninHelper()
122 signin::Source source = signin::GetSourceForPromoURL(current_url_); in OnSigninOAuthInformationAvailable()
137 if (signin::IsAutoCloseEnabledInURL(current_url_)) { in OnSigninOAuthInformationAvailable()
144 signin::ShouldShowAccountManagement(current_url_))); in OnSigninOAuthInformationAvailable()
201 signin::GetNextPageURLForPromoURL(current_url_), in OnSigninOAuthInformationAvailable()
/external/chromium_org/components/omnibox/
Dautocomplete_input.h147 const GURL& current_url() const { return current_url_; } in current_url()
197 GURL current_url_; variable
Dautocomplete_input.cc56 current_url_(current_url), in AutocompleteInput()
512 current_url_ = GURL(); in Clear()
/external/chromium_org/chrome/browser/geolocation/
Dgeolocation_browsertest.cc256 const GURL& current_url() const { return current_url_; } in current_url()
306 GURL current_url_; member in GeolocationBrowserTest
342 current_url_ = embedded_test_server()->GetURL(html_for_tests_); in Initialize()
346 browser()->profile(), current_url_); in Initialize()
351 ui_test_utils::NavigateToURL(current_browser_, current_url_); in Initialize()
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dpage_action_decoration.h105 GURL current_url_; variable
Dpage_action_decoration.mm124 UpdateVisibility(web_contents, current_url_);
135 current_url_ = url;