HomeSort by relevance Sort by last modified time
    Searched refs:current_url_ (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/browser/component_updater/
crx_downloader.cc 62 return current_url_ != urls_.end() ? *current_url_ : GURL();
96 // be inconsistent for the list of urls. At any rate, the |current_url_| is
99 current_url_ = urls_.begin();
101 DoStartDownload(*current_url_);
120 ++current_url_;
122 current_url_ = urls_.erase(current_url_);
126 if (current_url_ != urls_.end()) {
127 DoStartDownload(*current_url_);
    [all...]
crx_downloader.h 120 std::vector<GURL>::iterator current_url_; member in class:component_updater::CrxDownloader
  /external/chromium_org/content/browser/frame_host/
frame_tree_node.h 99 return current_url_;
103 current_url_ = url;
162 GURL current_url_; member in class:content::FrameTreeNode
frame_tree_node.cc 62 current_url_ = GURL();
  /external/chromium/chrome/browser/geolocation/
geolocation_browsertest.cc 238 current_url_ = test_server()->GetURL(html_for_tests_);
241 ui_test_utils::OpenURLOffTheRecord(browser()->profile(), current_url_);
248 ui_test_utils::NavigateToURL(current_browser_, current_url_);
251 ui_test_utils::NavigateToURL(current_browser_, current_url_);
254 ui_test_utils::NavigateToURL(current_browser_, current_url_);
368 GURL current_url_; member in class:__anon1899::GeolocationBrowserTest
386 SetInfobarResponse(current_url_, true);
396 SetInfobarResponse(current_url_, false);
409 SetInfobarResponse(current_url_, true);
428 SetContentSetting(current_url_, current_url_, CONTENT_SETTING_BLOCK)
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.h 205 const GURL& current_url() const { return current_url_; }
253 GURL current_url_; member in class:AutocompleteInput
autocomplete_input.cc 53 current_url_(current_url),
527 current_url_ = GURL();
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
page_action_decoration.h 90 GURL current_url_; member in class:PageActionDecoration
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_image_view.h 100 GURL current_url_; member in class:PageActionImageView
page_action_image_view.cc 101 current_tab_id_, current_url_.spec(), button);
192 current_url_ = url;
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
page_action_decoration.h 104 GURL current_url_; member in class:PageActionDecoration
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_image_view.h 118 GURL current_url_; member in class:PageActionImageView
page_action_image_view.cc 219 current_url_ = url;
252 UpdateVisibility(web_contents, current_url_);
  /external/chromium_org/chrome/browser/geolocation/
geolocation_browsertest.cc 262 const GURL& current_url() const { return current_url_; }
309 GURL current_url_; member in class:GeolocationBrowserTest
344 current_url_ = embedded_test_server()->GetURL(html_for_tests_);
348 browser()->profile(), current_url_);
353 ui_test_utils::NavigateToURL(current_browser_, current_url_);
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.h 287 GURL current_url_; member in class:LocationBarViewGtk::PageActionViewGtk
location_bar_view_gtk.cc     [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
location_bar_view_gtk.h 297 GURL current_url_; member in class:LocationBarViewGtk::PageActionViewGtk
location_bar_view_gtk.cc     [all...]

Completed in 1305 milliseconds