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

  /external/chromium/chrome/browser/google/
google_url_tracker_unittest.cc 290 GoogleURLTracker::GoogleURL());
315 // GoogleURL should be updated, becase there was no last prompted URL.
316 EXPECT_EQ(GURL("http://www.google.co.uk/"), GoogleURLTracker::GoogleURL());
331 // GoogleURL should not be updated, because the fetched and prompted URLs
334 GoogleURLTracker::GoogleURL());
345 EXPECT_EQ(GURL("http://www.google.co.uk/"), GoogleURLTracker::GoogleURL());
355 EXPECT_EQ(GURL("http://www.google.co.uk/"), GoogleURLTracker::GoogleURL());
363 EXPECT_EQ(GURL("http://www.google.co.uk/"), GoogleURLTracker::GoogleURL());
385 EXPECT_EQ(GURL("http://www.google.co.uk/"), GoogleURLTracker::GoogleURL());
394 EXPECT_EQ(GURL("http://www.google.co.uk/"), GoogleURLTracker::GoogleURL());
    [all...]
google_util.cc 12 #include "googleurl/src/gurl.h"
56 GoogleURLTracker::GoogleURL()));
google_url_tracker.h 17 #include "googleurl/src/gurl.h"
29 // Most consumers should only call GoogleURL(), which is guaranteed to
32 // the notification service for NOTIFY_GOOGLE_URL_UPDATED, and call GoogleURL()
56 static GURL GoogleURL();
google_url_tracker.cc 117 GURL GoogleURLTracker::GoogleURL() {
  /external/chromium/chrome/browser/search_engines/
search_terms_data.cc 11 #include "googleurl/src/gurl.h"
55 // GoogleURLTracker::GoogleURL() DCHECKs this also, but adding it here helps
65 (*google_base_url_) : GoogleURLTracker::GoogleURL().spec();

Completed in 37 milliseconds