/external/chromium/net/base/ |
cookie_monster_perftest.cc | 80 std::vector<GURL> gurls; // just wanna have ffffuunnn local 82 gurls.push_back(GURL(base::StringPrintf("http://a%04d.izzle", i))); 87 for (std::vector<GURL>::const_iterator it = gurls.begin(); 88 it != gurls.end(); ++it) { 94 for (std::vector<GURL>::const_iterator it = gurls.begin(); 95 it != gurls.end(); ++it) {
|
registry_controlled_domain.h | 160 // This convenience function returns true if the two GURLs both have hosts
|
/external/chromium/chrome/browser/history/ |
top_sites_cache.h | 83 // value. This way we aren't duplicating GURLs. CanonicalURLComparator 84 // enforces the ordering as if we were using GURLs.
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_content_settings_map.h | 58 // Both arguments should be valid GURLs.
|
geolocation_browsertest.cc | 369 // If not empty, the GURLs for the iframes loaded by LoadIFrames().
|
/external/chromium/chrome/browser/sessions/ |
session_restore.cc | 822 std::vector<GURL> gurls; local 824 static_cast<Browser*>(NULL), true, false, true, gurls); 832 std::vector<GURL> gurls; local 834 static_cast<Browser*>(NULL), true, false, true, gurls);
|
/external/chromium/chrome/browser/content_settings/ |
content_settings_notification_provider.cc | 49 // Fix empty GURLs.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_controller_unittest.mm | [all...] |
/external/chromium/webkit/glue/ |
weburlloader_impl.cc | 426 // creating the GURLs.
|
/external/chromium/chrome/browser/extensions/ |
extension_tabs_module.cc | 351 // Second, resolve, validate and convert them to GURLs. [all...] |
/external/chromium/chrome/browser/automation/ |
testing_automation_provider.cc | [all...] |