Searched refs:current_url_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/component_updater/
H A Dcrx_downloader.cc64 return current_url_ != urls_.end() ? *current_url_ : GURL();
100 // be inconsistent for the list of urls. At any rate, the |current_url_| is
103 current_url_ = urls_.begin();
106 DoStartDownload(*current_url_);
125 ++current_url_;
127 current_url_ = urls_.erase(current_url_);
131 if (current_url_ != urls_.end()) {
132 DoStartDownload(*current_url_);
[all...]
H A Dcrx_downloader.h135 std::vector<GURL>::iterator current_url_; member in class:component_updater::CrxDownloader
/external/chromium_org/content/browser/frame_host/
H A Dframe_tree_node.h81 return current_url_;
85 current_url_ = url;
130 GURL current_url_; member in class:content::FrameTreeNode
H A Dframe_tree_node.cc77 current_url_ = GURL();
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_input.h133 const GURL& current_url() const { return current_url_; }
183 GURL current_url_; member in class:AutocompleteInput
H A Dautocomplete_input.cc54 current_url_(current_url),
531 current_url_ = GURL();
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_handler_impl.cc64 GURL current_url_; member in class:__anon5489::InlineSigninHelper
85 current_url_(current_url),
110 signin::Source source = signin::GetSourceForPromoURL(current_url_);
116 if (signin::IsAutoCloseEnabledInURL(current_url_)) {
123 signin::ShouldShowAccountManagement(current_url_)));
162 signin::GetNextPageURLForPromoURL(current_url_),
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dpage_action_decoration.h97 GURL current_url_; member in class:PageActionDecoration
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dpage_action_image_view.h115 GURL current_url_; member in class:PageActionImageView
H A Dpage_action_image_view.cc194 current_url_ = url;
227 UpdateVisibility(web_contents, current_url_);
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_browsertest.cc254 const GURL& current_url() const { return current_url_; }
304 GURL current_url_; member in class:GeolocationBrowserTest
340 current_url_ = embedded_test_server()->GetURL(html_for_tests_);
344 browser()->profile(), current_url_);
349 ui_test_utils::NavigateToURL(current_browser_, current_url_);

Completed in 259 milliseconds