/external/chromium_org/chrome/common/ |
search_urls_unittest.cc | 8 #include "url/gurl.h" 15 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") [all...] |
search_urls.h | 8 class GURL; 13 bool MatchesOriginAndPath(const GURL& my_url, const GURL& other_url);
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_download_url.h | 8 class GURL; 12 GURL GetAutofillQueryUrl(); 13 GURL GetAutofillUploadUrl();
|
/external/chromium_org/google_apis/gaia/ |
gaia_urls.h | 11 #include "url/gurl.h" 19 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 [all...] |
/external/chromium_org/chrome/renderer/searchbox/ |
searchbox_extension_unittest.cc | 8 #include "url/gurl.h" 13 GURL ResolveURL(const GURL& current_url, 17 EXPECT_EQ(GURL("http://www.google.com/"), 18 ResolveURL(GURL(""), 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") [all...] |
searchbox_unittest.cc | 8 #include "url/gurl.h" 14 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} [all...] |
/external/chromium_org/chrome/browser/translate/ |
translate_url_util.h | 8 #include "url/gurl.h" 13 // 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/ |
website_settings_utils.h | 8 class GURL; 11 bool InternalChromePage(const GURL& url);
|
/external/chromium_org/components/navigation_metrics/ |
navigation_metrics.h | 8 class GURL; 12 void RecordMainFrameNavigation(const GURL& url);
|
/external/chromium/chrome/browser/cocoa/ |
file_metadata.h | 10 class GURL; 17 void AddOriginMetadataToFile(const FilePath& file, const GURL& source, 18 const GURL& referrer); 24 void AddQuarantineMetadataToFile(const FilePath& file, const GURL& source, 25 const GURL& referrer);
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_policy.h | 8 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;
|
/external/chromium_org/chrome/browser/ |
browser_about_handler.h | 8 class GURL; 22 bool WillHandleBrowserAboutURL(GURL* url, 28 bool HandleNonNavigationAboutURL(const GURL& url);
|
browser_about_handler_unittest.cc | 13 #include "url/gurl.h" 23 GURL test_url; 24 GURL result_url; 27 GURL("http://google.com"), 28 GURL("http://google.com") 31 GURL(content::kAboutBlankURL), 32 GURL(content::kAboutBlankURL) 35 GURL(chrome_prefix + chrome::kChromeUIMemoryHost), 36 GURL(chrome_prefix + chrome::kChromeUIMemoryHost) 39 GURL(chrome_prefix + chrome::kChromeUIDefaultHost) [all...] |
/external/chromium_org/content/browser/frame_host/ |
debug_urls.h | 10 class GURL; 16 bool HandleDebugURL(const GURL& url, PageTransition transition); 22 bool IsRendererDebugURL(const GURL& url);
|
/external/chromium_org/chrome/common/extensions/ |
extension_process_policy.h | 9 class GURL; 18 const GURL& url); 28 const GURL& old_url, 29 const GURL& new_url,
|
/external/chromium_org/content/common/ |
pepper_renderer_instance_data.h | 8 #include "url/gurl.h" 20 const GURL& document, 21 const GURL& plugin); 25 GURL document_url; 26 GURL plugin_url;
|
/external/chromium_org/chrome/browser/printing/cloud_print/ |
cloud_print_url.h | 10 class GURL; 24 GURL GetCloudPrintServiceURL(); 25 GURL GetCloudPrintServiceDialogURL(); 26 GURL GetCloudPrintServiceManageURL(); 27 GURL GetCloudPrintServiceEnableURL(const std::string& proxy_id); 28 GURL GetCloudPrintSigninURL(); 32 static GURL GetCloudPrintLearnMoreURL(); 33 static GURL GetCloudPrintTestPageURL();
|
/external/chromium_org/chrome/browser/ui/startup/ |
startup_browser_creator_win.h | 8 class GURL; 16 GURL GetURLToOpen(Profile* profile);
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_bubble_view_observer.h | 8 class GURL; 12 virtual void OnBookmarkBubbleShown(const GURL& url) = 0;
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_url.h | 9 class GURL; 17 GURL GetCloudPrintServiceURL(); 18 GURL GetCloudPrintServiceDialogURL(); 19 GURL GetCloudPrintServiceManageURL(); 23 static GURL GetCloudPrintLearnMoreURL(); 24 static GURL GetCloudPrintTestPageURL();
|
/external/chromium_org/google_apis/drive/ |
gdata_wapi_url_generator.h | 12 #include "url/gurl.h" 21 GDataWapiUrlGenerator(const GURL& base_url, const GURL& base_download_url); 32 static GURL AddStandardUrlParams(const GURL& url); 36 static GURL AddInitiateUploadUrlParams(const GURL& url); 40 static GURL AddFeedUrlParams(const GURL& url, 67 GURL GenerateResourceListUrl [all...] |
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_service_url.h | 10 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 GetSendStatusUrl(size_t user_index); 24 GURL GetSaveToWalletNoEscrowUrl(size_t user_index); 25 GURL GetSaveToWalletUrl(size_t user_index) [all...] |
/external/chromium/chrome/browser/ |
browser_about_handler_unittest.cc | 13 #include "googleurl/src/gurl.h" 20 GURL test_url; 21 GURL result_url; 26 GURL("http://google.com"), 27 GURL("http://google.com"), 32 GURL(chrome::kAboutBlankURL), 33 GURL(chrome::kAboutBlankURL), 38 GURL(std::string(chrome::kAboutCacheURL) + "/mercury"), 39 GURL(std::string(chrome::kNetworkViewCacheURL) + "mercury"), 44 GURL(std::string(chrome::kAboutNetInternalsURL) + "/venus") [all...] |
/external/chromium/chrome/browser/google/ |
google_util.h | 13 class GURL; 21 GURL AppendGoogleLocaleParam(const GURL& url); 28 GURL AppendGoogleTLDParam(const GURL& url);
|
/external/chromium/net/base/ |
cookie_policy.h | 13 class GURL; 31 virtual int CanGetCookies(const GURL& url, 32 const GURL& first_party_for_cookies) const = 0; 41 virtual int CanSetCookie(const GURL& url, 42 const GURL& first_party_for_cookies,
|