HomeSort by relevance Sort by last modified time
    Searched refs:GURL (Results 1 - 25 of 4895) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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);
prefetch_messages.h 9 #include "url/gurl.h"
19 GURL /* url */)
  /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/content/browser/service_worker/
service_worker_utils_unittest.cc 12 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("http://www.foo.com/")))
    [all...]
  /external/chromium_org/components/translate/core/browser/
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/mojo/shell/
mojo_url_resolver.h 11 #include "url/gurl.h"
28 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_
    [all...]
  /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_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 GetSaveToWalletNoEscrowUrl(size_t user_index);
24 GURL GetSaveToWalletUrl(size_t user_index);
25 GURL GetPassiveAuthUrl(size_t user_index)
    [all...]
  /external/chromium_org/content/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/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(""), 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")
    [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/components/cloud_devices/common/
cloud_devices_urls.h 10 #include "url/gurl.h"
19 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)
    [all...]
  /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(url::kAboutBlankURL),
32 GURL(url::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, ui::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/components/enhanced_bookmarks/
image_store.h 14 class GURL;
24 virtual bool HasKey(const GURL& page_url) = 0;
30 virtual void Insert(const GURL& page_url,
31 const GURL& image_url,
35 virtual void Erase(const GURL& page_url) = 0;
40 virtual std::pair<gfx::Image, GURL> Get(const GURL& page_url) = 0;
44 virtual gfx::Size GetSize(const GURL& page_url) = 0;
47 virtual void GetAllPageUrls(std::set<GURL>* urls) = 0;
53 void ChangeImageURL(const GURL& from, const GURL& to)
    [all...]
  /external/chromium_org/chrome/browser/google/
google_profile_helper.h 14 class GURL;
22 GURL GetGoogleHomePageURL(Profile* profile);
  /external/chromium_org/chrome/browser/policy/
policy_helpers.h 8 class GURL;
13 bool OverrideBlacklistForURL(const GURL& url, bool* block, int* reason);
  /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_org/content/test/
content_browser_test_utils_internal.h 13 class GURL;
21 void NavigateFrameToURL(FrameTreeNode* node, const GURL& url);
  /external/chromium_org/google_apis/drive/
gdata_wapi_url_generator.h 12 #include "url/gurl.h"
20 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_;
drive_api_url_generator.h 10 #include "url/gurl.h"
20 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
    [all...]

Completed in 517 milliseconds

1 2 3 4 5 6 7 8 91011>>