/external/chromium_org/chrome/browser/search_engines/ |
search_provider_install_state_message_filter.cc | 15 #include "url/gurl.h" 55 const GURL& page_location, 56 const GURL& requested_host) { 57 GURL requested_origin = requested_host.GetOrigin(); 86 const GURL& page_location, 87 const GURL& requested_host, 100 const GURL& page_location, 101 const GURL& requested_host,
|
/external/chromium_org/chrome/common/extensions/ |
manifest_url_handler.h | 22 GURL url_; 25 static const GURL& GetDevToolsPage(const Extension* extension); 30 // this returns a blank GURL. 31 static const GURL GetHomepageURL(const Extension* extension); 34 static const GURL& GetUpdateURL(const Extension* extension); 41 static const GURL& GetOptionsPage(const Extension* extension); 44 static const GURL GetDetailsURL(const Extension* extension); 50 typedef std::map<const std::string, GURL> URLOverrideMap;
|
/external/chromium_org/components/precache/core/ |
precache_url_table.cc | 18 std::string GetKey(const GURL& url) { 37 void PrecacheURLTable::AddURL(const GURL& url, 48 bool PrecacheURLTable::HasURL(const GURL& url) { 56 void PrecacheURLTable::DeleteURL(const GURL& url) { 72 void PrecacheURLTable::GetAllDataForTesting(std::map<GURL, base::Time>* map) { 79 GURL url = GURL(statement.ColumnString(0));
|
/external/chromium_org/content/public/browser/ |
resource_dispatcher_host_delegate.h | 15 class GURL; 53 const GURL& url, 110 virtual bool HandleExternalProtocol(const GURL& url, 117 const GURL& url, const std::string& mime_type); 129 const GURL& url, 131 GURL* origin, 155 const GURL& redirect_url,
|
/external/chromium_org/extensions/browser/ |
pending_extension_manager.h | 15 class GURL; 30 int count, const GURL& update_url, 80 const GURL& update_url, 87 const GURL& update_url, 93 const GURL& update_url, 121 const GURL& update_url, 147 int count, const GURL& update_url,
|
/external/chromium_org/google_apis/drive/ |
gdata_contacts_requests.cc | 9 #include "url/gurl.h" 47 GURL GetContactGroupsRequest::GetURL() const { 50 GURL(kGetContactGroupsURL); 67 GURL GetContactsRequest::GetURL() const { 69 return GURL(feed_url_for_testing_); 71 GURL url(kGetContactsURL); 88 const GURL& photo_url, 97 GURL GetContactPhotoRequest::GetURL() const {
|
/external/chromium_org/net/http/ |
http_auth_cache.h | 15 #include "url/gurl.h" 33 const GURL& origin() const { 87 GURL origin_; 117 Entry* Lookup(const GURL& origin, 128 Entry* LookupByPath(const GURL& origin, const std::string& path); 141 Entry* Add(const GURL& origin, 155 bool Remove(const GURL& origin, 165 bool UpdateStaleChallenge(const GURL& origin,
|
/external/chromium_org/net/url_request/ |
url_request_test_job.h | 63 static GURL test_url_1(); 64 static GURL test_url_2(); 65 static GURL test_url_3(); 66 static GURL test_url_4(); 67 static GURL test_url_error(); 68 static GURL test_url_redirect_to_url_2(); 121 virtual bool IsRedirectResponse(GURL* location,
|
/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data_provider_aura.h | 15 #include "url/gurl.h" 31 virtual void SetURL(const GURL& url, const base::string16& title) OVERRIDE; 39 GURL* url, 53 const GURL& base_url) OVERRIDE; 54 virtual bool GetHtml(base::string16* html, GURL* base_url) const OVERRIDE; 66 bool GetPlainTextURL(GURL* url) const; 76 GURL url_; 91 GURL base_url_;
|
/external/chromium_org/webkit/browser/blob/ |
blob_storage_context.h | 18 class GURL; 40 scoped_ptr<BlobDataHandle> GetBlobDataFromPublicURL(const GURL& url); 47 bool RegisterPublicBlobURL(const GURL& url, const std::string& uuid); 48 void RevokePublicBlobURL(const GURL& url); 72 typedef std::map<GURL, std::string> BlobURLMap; 94 const GURL& url, uint64 offset, uint64 length, 99 bool IsUrlRegistered(const GURL& blob_url);
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
toolbar_model_unittest.cc | 37 GURL url; 52 GURL("view-source:http://www.google.com"), 61 GURL("view-source:chrome://newtab/"), 70 GURL("chrome-extension://monkey/balls.html"), 79 GURL(content::kAboutBlankURL), 88 GURL("http://searchurl/?q=tractor+supply"), 97 GURL("http://google.com/search?q=tractor+supply&espv=1"), 106 GURL("https://google.ca/search?q=tractor+supply"), 115 GURL("https://google.com/search?q=tractor+supply"), 124 GURL("https://google.com/search?q=tractor+supply&espv=1") [all...] |
/external/chromium_org/webkit/browser/quota/ |
usage_tracker.h | 17 #include "url/gurl.h" 45 const GURL& origin, 48 void GetCachedOrigins(std::set<GURL>* origins) const; 55 const GURL& origin, 97 typedef base::Callback<void(const GURL& origin, 99 typedef std::map<std::string, std::set<GURL> > OriginSetByHost; 110 void UpdateUsageCache(const GURL& origin, int64 delta); 112 void GetCachedOrigins(std::set<GURL>* origins) const; 113 int64 GetCachedOriginsUsage(const std::set<GURL>& origins, 114 std::vector<GURL>* origins_not_in_cache) [all...] |
/external/chromium_org/chrome/browser/history/ |
top_sites_impl_unittest.cc | 24 #include "url/gurl.h" 158 SkBitmap GetThumbnail(const GURL& url) { 236 void AddPageToHistory(const GURL& url) { 240 url, base::Time::Now(), static_cast<void*>(this), 0, GURL(), 246 void AddPageToHistory(const GURL& url, const base::string16& title) { 250 url, base::Time::Now(), static_cast<void*>(this), 0, GURL(), 257 void AddPageToHistory(const GURL& url, 262 url, time, static_cast<void*>(this), 0, GURL(), 269 void DeleteURL(const GURL& url) { 291 GURL GetCanonicalURL(const GURL& url) [all...] |
/external/chromium/chrome/common/extensions/ |
url_pattern_unittest.cc | 8 #include "googleurl/src/gurl.h" 94 EXPECT_TRUE(pattern.MatchesUrl(GURL("http://google.com"))); 95 EXPECT_TRUE(pattern.MatchesUrl(GURL("http://yahoo.com"))); 96 EXPECT_TRUE(pattern.MatchesUrl(GURL("http://google.com/foo"))); 97 EXPECT_FALSE(pattern.MatchesUrl(GURL("https://google.com"))); 98 EXPECT_TRUE(pattern.MatchesUrl(GURL("http://74.125.127.100/search"))); 111 EXPECT_TRUE(pattern.MatchesUrl(GURL("https://www.google.com/foo"))); 112 EXPECT_TRUE(pattern.MatchesUrl(GURL("https://www.google.com/foobar"))); 113 EXPECT_FALSE(pattern.MatchesUrl(GURL("http://www.google.com/foo"))); 114 EXPECT_FALSE(pattern.MatchesUrl(GURL("https://www.google.com/"))) [all...] |
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_tab_helper_unittest.cc | 86 void SimulateSuccess(const GURL& url, 99 void SimulateTimeout(const GURL& url, 111 1, -1, true, GURL(kErrorPageUrl), true, false, render_view_host); 115 1, base::string16(), true, GURL(kErrorPageUrl), 120 void SimulateAbort(const GURL& url, 145 void SimulateAbortTimeout(const GURL& url, 198 void OnRedirect(ResourceType::Type type, const GURL& new_url, int child_id) { 230 SimulateSuccess(GURL(kHttpUrl), render_view_host1()); 235 SimulateTimeout(GURL(kHttpUrl), render_view_host1()); 243 SimulateTimeout(GURL(kHttpUrl), render_view_host1()) [all...] |
/external/chromium_org/extensions/common/ |
url_pattern_unittest.cc | 8 #include "url/gurl.h" 95 EXPECT_TRUE(pattern.MatchesURL(GURL("http://google.com"))); 96 EXPECT_TRUE(pattern.MatchesURL(GURL("http://yahoo.com"))); 97 EXPECT_TRUE(pattern.MatchesURL(GURL("http://google.com/foo"))); 98 EXPECT_FALSE(pattern.MatchesURL(GURL("https://google.com"))); 99 EXPECT_TRUE(pattern.MatchesURL(GURL("http://74.125.127.100/search"))); 111 EXPECT_TRUE(pattern.MatchesURL(GURL("https://www.google.com/foo"))); 112 EXPECT_TRUE(pattern.MatchesURL(GURL("https://www.google.com/foobar"))); 113 EXPECT_FALSE(pattern.MatchesURL(GURL("http://www.google.com/foo"))); 114 EXPECT_FALSE(pattern.MatchesURL(GURL("https://www.google.com/"))) [all...] |
/external/chromium/chrome/browser/autocomplete/ |
keyword_provider_unittest.cc | 13 #include "googleurl/src/gurl.h" 130 test_data<GURL> url_cases[] = { 132 {ASCIIToUTF16("z"), 1, {GURL()}}, 133 {ASCIIToUTF16("z \t"), 1, {GURL()}}, 137 {ASCIIToUTF16("z a b c++"), 1, {GURL("a+++b+++c%2B%2B=z")}}, 138 {ASCIIToUTF16("www.www www"), 1, {GURL(" +%2B?=wwwfoo ")}}, 141 {ASCIIToUTF16("aaa 1a2b"), 2, {GURL("http://aaaa/?aaaa=1&b=1a2b&c"), 142 GURL("1a2b")}}, 143 {ASCIIToUTF16("a 1 2 3"), 3, {GURL("aa.com?foo=1+2+3"), 144 GURL("bogus URL 1+2+3") [all...] |
/external/chromium_org/chrome/browser/sync_file_system/local/ |
local_file_sync_service.h | 22 class GURL; 47 typedef base::Callback<LocalChangeProcessor*(const GURL& origin)> 75 const GURL& app_origin, 144 const std::set<GURL>& origins) OVERRIDE; 149 void SetOriginEnabled(const GURL& origin, bool enabled); 156 typedef std::map<GURL, int64> Map; 164 bool NextOriginToProcess(GURL* origin); 169 void SetOriginChangeCount(const GURL& origin, int64 changes); 171 void SetOriginEnabled(const GURL& origin, bool enabled); 179 std::set<GURL> disabled_origins_ [all...] |
/external/chromium_org/chrome/browser/content_settings/ |
host_content_settings_map.h | 26 class GURL; 81 const GURL& primary_url, 82 const GURL& secondary_url, 100 const GURL& primary_url, 101 const GURL& secondary_url, 152 void AddExceptionForURL(const GURL& primary_url, 153 const GURL& secondary_url, 188 static bool ShouldAllowAllContent(const GURL& primary_url, 189 const GURL& secondary_url,
|
/external/chromium_org/chrome/browser/sync/test/integration/performance/ |
sessions_sync_perf_test.cc | 43 GURL NextURL(); 46 GURL IntToURL(int n); 53 std::vector<GURL> urls; 62 GURL url; 63 std::vector<GURL> urls; 69 content::Referrer(GURL("http://localhost"), 110 GURL SessionsSyncPerfTest::NextURL() { 114 GURL SessionsSyncPerfTest::IntToURL(int n) { 115 return GURL(base::StringPrintf("http://localhost/%d", n));
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_service_url_unittest.cc | 9 #include "url/gurl.h" 90 const GURL sandbox_get_items_url = GetGetWalletItemsUrl(0); 91 const GURL fake_service_url = GURL("http://goo.gl"); 95 const GURL flag_get_items_url = GetGetWalletItemsUrl(0); 108 EXPECT_TRUE(IsSignInContinueUrl(GURL(sign_in_url), &user_index)); 115 EXPECT_TRUE(IsSignInContinueUrl(GURL(sign_in_url_no_user), &user_index)); 122 EXPECT_TRUE(IsSignInContinueUrl(GURL(sign_in_url_bad_user), &user_index)); 127 EXPECT_FALSE(IsSignInContinueUrl(GURL(not_a_sign_in_url), &user_index)); 132 EXPECT_FALSE(IsSignInRelatedUrl(GURL("http://google.com"))) [all...] |
/external/chromium_org/content/browser/download/ |
save_file_manager.h | 69 class GURL; 99 void SaveURL(const GURL& url, 112 const GURL& save_url, 122 void RemoveSaveFile(int save_id, const GURL& save_url, 130 void SaveLocalFile(const GURL& original_file_url, 163 void RegisterStartingRequest(const GURL& save_url, 167 SavePackage* UnregisterStartingRequest(const GURL& save_url, 195 void OnErrorFinished(const GURL& save_url, int contents_id); 209 void OnSaveURL(const GURL& url,
|
/external/chromium_org/content/browser/service_worker/ |
service_worker_context_unittest.cc | 73 GURL("http://www.example.com/*"), 74 GURL("http://www.example.com/service_worker.js"), 86 GURL pattern("http://www.example.com/*"); 92 GURL("http://www.example.com/service_worker.js"), 110 GURL pattern("http://www.example.com/*"); 116 GURL("http://www.example.com/service_worker.js"), 127 GURL("http://www.example.com/service_worker_new.js"), 140 GURL pattern("http://www.example.com/*"); 141 GURL script_url("http://www.example.com/service_worker.js");
|
/external/chromium_org/content/browser/webui/ |
web_ui_controller_factory_registry.cc | 9 #include "url/gurl.h" 37 WebUI* web_ui, const GURL& url) const { 49 BrowserContext* browser_context, const GURL& url) const { 60 BrowserContext* browser_context, const GURL& url) const { 70 BrowserContext* browser_context, const GURL& url) const { 81 const GURL& url, 90 url == GURL(kChromeUICrashURL) || 91 url == GURL(kChromeUIKillURL) || 92 url == GURL(kChromeUIHangURL) || 93 url == GURL(kChromeUIShorthangURL) | [all...] |
/external/chromium_org/webkit/common/database/ |
database_identifier.cc | 14 std::string GetIdentifierFromOrigin(const GURL& origin) { 19 GURL GetOriginFromIdentifier(const std::string& identifier) { 33 DatabaseIdentifier DatabaseIdentifier::CreateFromOrigin(const GURL& origin) { 45 // We encode the default port for the specified scheme as 0. GURL 88 GURL url(scheme + "://" + hostname + "/"); 128 GURL DatabaseIdentifier::ToOrigin() const { 130 return GURL("file:///"); 132 return GURL(); 134 return GURL(scheme_ + "://" + hostname_); 135 return GURL(scheme_ + "://" + hostname_ + ":" + base::IntToString(port_)) [all...] |