Searched refs:GURL (Results 1 - 25 of 4894) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/
H A Dsearch_urls_unittest.cc15 GURL("http://example.com/path"),
16 GURL("http://example.com/path?param")));
18 GURL("http://not.example.com/path"),
19 GURL("http://example.com/path")));
21 GURL("http://example.com:80/path"),
22 GURL("http://example.com/path")));
24 GURL("http://example.com:8080/path"),
25 GURL("http://example.com/path")));
27 GURL("ftp://example.com/path"),
28 GURL("htt
[all...]
H A Dsearch_urls.h8 class GURL;
13 bool MatchesOriginAndPath(const GURL& my_url, const GURL& other_url);
H A Dprefetch_messages.h19 GURL /* url */)
/external/chromium_org/google_apis/gaia/
H A Dgaia_urls.h19 const GURL& gaia_url() const;
20 const GURL& captcha_base_url() const;
21 const GURL& client_login_url() const;
22 const GURL& service_login_url() const;
23 const GURL& service_login_auth_url() const;
24 const GURL& service_logout_url() const;
25 const GURL& issue_auth_token_url() const;
26 const GURL& get_user_info_url() const;
27 const GURL& token_auth_url() const;
28 const GURL
[all...]
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_utils_unittest.cc12 GURL("http://www.example.com/"), GURL("http://www.example.com/")));
14 GURL("http://www.example.com/"),
15 GURL("http://www.example.com/page.html")));
18 GURL("http://www.example.com/"), GURL("https://www.example.com/")));
20 GURL("http://www.example.com/"),
21 GURL("https://www.example.com/page.html")));
24 GURL("http://www.example.com/"), GURL("htt
[all...]
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_url_util.h13 // GURL instance.
14 GURL AddApiKeyToUrl(const GURL& url);
17 // returns GURL instance.
18 GURL AddHostLocaleToUrl(const GURL& url);
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dwebsite_settings_utils.h8 class GURL;
11 bool InternalChromePage(const GURL& url);
/external/chromium_org/chrome/renderer/searchbox/
H A Dsearchbox_extension_unittest.cc13 GURL ResolveURL(const GURL& current_url,
17 EXPECT_EQ(GURL("http://www.google.com/"),
18 ResolveURL(GURL(""), base::ASCIIToUTF16("http://www.google.com")));
20 EXPECT_EQ(GURL("http://news.google.com/"),
21 ResolveURL(GURL("http://www.google.com"),
24 EXPECT_EQ(GURL("http://www.google.com/hello?q=world"),
25 ResolveURL(GURL("http://www.google.com/foo?a=b"),
28 EXPECT_EQ(GURL("http://www.google.com:90/foo/hello?q=world"),
29 ResolveURL(GURL("htt
[all...]
H A Dsearchbox_unittest.cc14 const GURL& url,
19 const GURL& url,
29 GURL transient_url;
34 {kValidRenderViewID, GURL("chrome-search://favicon/1/2"), 2, true},
35 {kValidRenderViewID, GURL("chrome-search://thumb/1/2"), 2, true},
38 {kInvalidRenderViewID, GURL("chrome-search://favicon/1/2"), 0, false},
39 {kInvalidRenderViewID, GURL("chrome-search://thumb/1/2"), 0, false},
42 {kValidRenderViewID, GURL("chrome-search://thumb"), 0, false},
43 {kValidRenderViewID, GURL("chrome-search://thumb/"), 0, false},
44 {kValidRenderViewID, GURL("chrom
[all...]
/external/chromium_org/mojo/shell/
H A Dmojo_url_resolver.h28 void SetBaseURL(const GURL& base_url);
31 void AddCustomMapping(const GURL& mojo_url, const GURL& resolved_url);
35 void AddLocalFileMapping(const GURL& mojo_url);
39 GURL Resolve(const GURL& mojo_url) const;
42 std::map<GURL, GURL> url_map_;
43 std::set<GURL> local_file_set_;
44 GURL default_base_url
[all...]
/external/chromium_org/components/navigation_metrics/
H A Dnavigation_metrics.h8 class GURL;
12 void RecordMainFrameNavigation(const GURL& url);
/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_url_generator.h20 GDataWapiUrlGenerator(const GURL& base_url);
31 static GURL AddStandardUrlParams(const GURL& url);
35 GURL GenerateEditUrl(const std::string& resource_id) const;
44 GURL GenerateEditUrlWithoutParams(const std::string& resource_id) const;
50 GURL GenerateEditUrlWithEmbedOrigin(const std::string& resource_id,
51 const GURL& embed_origin) const;
54 const GURL base_url_;
H A Ddrive_api_url_generator.h20 DriveApiUrlGenerator(const GURL& base_url, const GURL& base_download_url);
30 GURL GetAboutGetUrl() const;
35 GURL GetAppsListUrl(bool use_internal_endpoint) const;
38 GURL GetAppsDeleteUrl(const std::string& app_id) const;
41 GURL GetFilesGetUrl(const std::string& file_id) const;
44 GURL GetFilesAuthorizeUrl(const std::string& file_id,
48 GURL GetFilesInsertUrl() const;
51 GURL GetFilesPatchUrl(const std::string& file_id,
56 GURL GetFilesCopyUr
[all...]
/external/chromium_org/chrome/browser/
H A Dbrowser_about_handler_unittest.cc23 GURL test_url;
24 GURL result_url;
27 GURL("http://google.com"),
28 GURL("http://google.com")
31 GURL(url::kAboutBlankURL),
32 GURL(url::kAboutBlankURL)
35 GURL(chrome_prefix + chrome::kChromeUIMemoryHost),
36 GURL(chrome_prefix + chrome::kChromeUIMemoryHost)
39 GURL(chrome_prefix + chrome::kChromeUIDefaultHost),
40 GURL(chrome_prefi
[all...]
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_service_url.h10 class GURL;
17 GURL GetGetWalletItemsUrl(size_t user_index);
18 GURL GetGetFullWalletUrl(size_t user_index);
19 GURL GetManageInstrumentsUrl(size_t user_index);
20 GURL GetManageAddressesUrl(size_t user_index);
21 GURL GetAcceptLegalDocumentsUrl(size_t user_index);
22 GURL GetAuthenticateInstrumentUrl(size_t user_index);
23 GURL GetSaveToWalletNoEscrowUrl(size_t user_index);
24 GURL GetSaveToWalletUrl(size_t user_index);
25 GURL GetPassiveAuthUr
[all...]
/external/chromium_org/components/google/core/browser/
H A Dgoogle_util.h14 class GURL;
21 // returned by GURL::query() or GURL::ref().
27 GURL LinkDoctorBaseURL();
37 GURL AppendGoogleLocaleParam(const GURL& url,
41 std::string GetGoogleCountryCode(GURL google_homepage_url);
44 GURL GetGoogleSearchURL(GURL google_homepage_url);
49 GURL CommandLineGoogleBaseUR
[all...]
/external/chromium_org/components/cloud_devices/common/
H A Dcloud_devices_urls.h19 GURL GetCloudPrintURL();
20 GURL GetCloudPrintRelativeURL(const std::string& relative_path);
21 GURL GetCloudPrintEnableURL(const std::string& proxy_id);
22 GURL GetCloudPrintEnableWithSigninURL(const std::string& proxy_id);
23 GURL GetCloudPrintManageDeviceURL(const std::string& device_id);
24 GURL GetCloudPrintSigninURL();
25 GURL GetCloudPrintAddAccountURL();
27 GURL GetCloudDevicesURL();
28 GURL GetCloudDevicesRelativeURL(const std::string& relative_path);
/external/chromium_org/chrome/browser/history/
H A Durl_utils.h10 class GURL;
32 bool HaveSameSchemeHostAndPort(const GURL&url1, const GURL& url2);
42 GURL ToggleHTTPAndHTTPS(const GURL& url);
/external/chromium_org/chrome/browser/metrics/rappor/
H A Dsampling_unittest.cc15 GURL("https://www.GoOgLe.com:80/blah")));
17 GURL("file://foo/bar/baz")));
19 GURL("chrome-extension://abc1234/foo.html")));
21 GURL("chrome-search://local-ntp/local-ntp.html")));
27 SampleDomainAndRegistryFromGURL(std::string(), GURL());
/external/chromium_org/content/browser/appcache/
H A Dappcache_policy.h8 class GURL;
19 virtual bool CanLoadAppCache(const GURL& manifest_url,
20 const GURL& first_party) = 0;
23 virtual bool CanCreateAppCache(const GURL& manifest_url,
24 const GURL& first_party) = 0;
H A Dmock_appcache_policy.h19 virtual bool CanLoadAppCache(const GURL& manifest_url,
20 const GURL& first_party) OVERRIDE;
21 virtual bool CanCreateAppCache(const GURL& manifest_url,
22 const GURL& first_party) OVERRIDE;
26 GURL requested_manifest_url_;
/external/chromium_org/content/browser/download/
H A Dfile_metadata_mac.h8 class GURL;
19 void AddOriginMetadataToFile(const base::FilePath& file, const GURL& source,
20 const GURL& referrer);
26 void AddQuarantineMetadataToFile(const base::FilePath& file, const GURL& source,
27 const GURL& referrer);
/external/chromium_org/content/public/browser/
H A Dservice_worker_usage_info.h18 ServiceWorkerUsageInfo(const GURL& origin, const std::vector<GURL>& scopes);
19 ServiceWorkerUsageInfo(const GURL& origin);
24 GURL origin;
28 std::vector<GURL> scopes;
/external/chromium_org/extensions/shell/browser/
H A Dshell_special_storage_policy.cc15 bool ShellSpecialStoragePolicy::IsStorageProtected(const GURL& origin) {
19 bool ShellSpecialStoragePolicy::IsStorageUnlimited(const GURL& origin) {
23 bool ShellSpecialStoragePolicy::IsStorageSessionOnly(const GURL& origin) {
27 bool ShellSpecialStoragePolicy::CanQueryDiskSize(const GURL& origin) {
39 bool ShellSpecialStoragePolicy::HasIsolatedStorage(const GURL& origin) {
/external/chromium_org/chrome/common/cloud_print/
H A Dcloud_print_helpers.h14 class GURL;
32 std::string AppendPathToUrl(const GURL& url, const std::string& path);
34 GURL GetUrlForSearch(const GURL& cloud_print_server_url);
35 GURL GetUrlForSubmit(const GURL& cloud_print_server_url);
36 GURL GetUrlForPrinterList(const GURL& cloud_print_server_url,
38 GURL GetUrlForPrinterRegistration(const GURL
[all...]

Completed in 2135 milliseconds

1234567891011>>