Searched refs:host_page_url_ (Results 1 – 2 of 2) sorted by relevance
41 if (!host_page_url_.get()) in RegistrationScreen()54 host_page_url_.reset(new GURL(url)); in set_registration_host_page_url()58 scoped_ptr<GURL> RegistrationScreen::host_page_url_; member in chromeos::RegistrationScreen69 GURL url(*host_page_url_); in Refresh()
104 static scoped_ptr<GURL> host_page_url_; variable