HomeSort by relevance Sort by last modified time
    Searched full:new_google_url (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/google/
google_url_tracker.cc 31 const GURL& new_google_url) {
33 google_url_tracker, new_google_url);
45 const GURL& new_google_url)
48 new_google_url_(new_google_url) {
71 // TODO(ukai): change new_google_url to google_base_domain?
256 void GoogleURLTracker::AcceptGoogleURL(const GURL& new_google_url) {
257 google_url_ = new_google_url;
268 void GoogleURLTracker::CancelGoogleURL(const GURL& new_google_url) {
270 new_google_url.spec());
google_url_tracker_unittest.cc 61 const GURL& new_google_url);
64 GURL new_google_url() const { return new_google_url_; } function in class:__anon4158::TestInfoBarDelegate
77 const GURL& new_google_url)
80 new_google_url_(new_google_url) {
93 const GURL& new_google_url) {
94 return new TestInfoBarDelegate(google_url_tracker, new_google_url);
259 return infobar->new_google_url();
267 infobar->google_url_tracker()->AcceptGoogleURL(infobar->new_google_url());
275 infobar->google_url_tracker()->CancelGoogleURL(infobar->new_google_url());
google_url_tracker.h 168 const GURL& new_google_url);

Completed in 196 milliseconds