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

1 2 3 4 5 6 7 8 91011>>

  /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/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();
cloud_print_url.cc 13 #include "googleurl/src/gurl.h"
33 GURL CloudPrintURL::GetCloudPrintServiceURL() {
38 GURL cloud_print_service_url = GURL(command_line.GetSwitchValueASCII(
41 cloud_print_service_url = GURL(
47 GURL CloudPrintURL::GetCloudPrintServiceDialogURL() {
48 GURL cloud_print_service_url = GetCloudPrintServiceURL();
50 GURL::Replacements replacements;
52 GURL cloud_print_dialog_url = cloud_print_service_url.ReplaceComponents(
57 GURL CloudPrintURL::GetCloudPrintServiceManageURL()
    [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...]
browser_url_handler.h 19 class GURL;
30 typedef bool (*URLHandler)(GURL* url, Profile* profile);
36 static void RewriteURLIfNecessary(GURL* url, Profile* profile,
40 static bool ReverseURLRewrite(GURL* url, const GURL& original,
  /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,
  /external/chromium/chrome/browser/bookmarks/
bookmark_service.h 11 class GURL;
23 virtual bool IsBookmarked(const GURL& url) = 0;
30 virtual void GetBookmarks(std::vector<GURL>* urls) = 0;
  /external/chromium/chrome/browser/net/
preconnect.h 14 class GURL;
21 void PreconnectOnUIThread(const GURL& url,
28 void PreconnectOnIOThread(const GURL& url,
chrome_cookie_policy.h 14 #include "googleurl/src/gurl.h"
27 virtual int CanGetCookies(const GURL& url, const GURL& first_party) const;
28 virtual int CanSetCookie(const GURL& url,
29 const GURL& first_party,
33 int CheckPolicy(const GURL& url) const;
  /external/chromium/chrome/common/
content_settings_helper.h 13 class GURL;
19 std::string OriginToString(const GURL& origin);
20 string16 OriginToString16(const GURL& origin);
about_handler.h 11 class GURL;
21 bool WillHandle(const GURL& url);
  /external/chromium/chrome/browser/ui/options/
show_options_url.h 9 class GURL;
16 void ShowOptionsURL(Profile* profile, const GURL& url);
  /external/chromium/chrome/browser/ui/webui/
chrome_web_ui_factory.h 16 class GURL;
23 virtual WebUI::TypeID GetWebUIType(Profile* profile, const GURL& url) const;
24 virtual bool UseWebUIForURL(Profile* profile, const GURL& url) const;
25 virtual bool HasWebUIScheme(const GURL& url) const;
26 virtual bool IsURLAcceptableForWebUI(Profile* profile, const GURL& url) const;
28 const GURL& url) const;
34 const GURL& page_url) const;
45 RefCountedMemory* GetFaviconResourceBytes(const GURL& page_url) const;
  /external/chromium/net/http/
mock_allow_url_security_manager.cc 14 const GURL& auth_origin) const {
18 bool MockAllowURLSecurityManager::CanDelegate(const GURL& auth_origin) const {
http_auth_filter_unittest.cc 9 #include "googleurl/src/gurl.h"
31 GURL url;
38 { GURL(""),
40 { GURL("http://foo.cn"),
42 { GURL("http://foo.cn"),
44 { GURL("http://slashdot.org"),
46 { GURL("http://www.google.com"),
48 { GURL("http://www.google.com"),
50 { GURL("https://login.facebook.com/login.php?login_attempt=1"),
52 { GURL("http://codereview.chromium.org/634002/show")
    [all...]
  /external/chromium/net/ftp/
ftp_request_info.h 9 #include "googleurl/src/gurl.h"
16 GURL url;
  /external/chromium/net/url_request/
url_request_redirect_job.h 12 class GURL;
22 URLRequestRedirectJob(URLRequest* request, const GURL& redirect_destination);
25 virtual bool IsRedirectResponse(GURL* location, int* http_status_code);
32 GURL redirect_destination_;
  /external/chromium/chrome/browser/search_engines/
search_provider_install_state_message_filter.h 12 class GURL;
30 const GURL& page_location,
31 const GURL& requested_host);
34 void OnMsgGetSearchProviderInstallState(const GURL& page_location,
35 const GURL& requested_host,
39 void ReplyWithProviderInstallState(const GURL& page_location,
40 const GURL& requested_host,
  /external/chromium/chrome/browser/notifications/
notifications_prefs_cache.h 14 #include "googleurl/src/gurl.h"
35 int HasPermission(const GURL& origin);
38 void CacheAllowedOrigin(const GURL& origin);
39 void CacheDeniedOrigin(const GURL& origin);
43 void SetCacheAllowedOrigins(const std::vector<GURL>& allowed);
44 void SetCacheDeniedOrigins(const std::vector<GURL>& denied);
48 std::vector<GURL>* origin_vector);
61 bool IsOriginAllowed(const GURL& origin);
62 bool IsOriginDenied(const GURL& origin);
68 std::set<GURL> allowed_origins_
    [all...]
notifications_prefs_cache_unittest.cc 14 std::vector<GURL> allowed_origins;
15 allowed_origins.push_back(GURL("http://allowed.com"));
16 std::vector<GURL> denied_origins;
17 denied_origins.push_back(GURL("http://denied.com"));
34 cache->CacheAllowedOrigin(GURL("http://allowed2.com"));
35 cache->CacheDeniedOrigin(GURL("http://denied2.com"));
37 EXPECT_EQ(cache->HasPermission(GURL("http://allowed.com")),
39 EXPECT_EQ(cache->HasPermission(GURL("http://allowed2.com")),
42 EXPECT_EQ(cache->HasPermission(GURL("http://denied.com")),
44 EXPECT_EQ(cache->HasPermission(GURL("http://denied2.com"))
    [all...]
  /external/chromium/net/proxy/
proxy_bypass_rules_unittest.cc 24 EXPECT_TRUE(rules.Matches(GURL("http://www.google.com")));
25 EXPECT_TRUE(rules.Matches(GURL("ftp://www.google.com:99")));
26 EXPECT_TRUE(rules.Matches(GURL("https://www.google.com:81")));
29 EXPECT_FALSE(rules.Matches(GURL("http://foo.www.google.com")));
30 EXPECT_FALSE(rules.Matches(GURL("http://xxx.google.com")));
31 EXPECT_FALSE(rules.Matches(GURL("http://google.com")));
32 EXPECT_FALSE(rules.Matches(GURL("http://www.google.com.baz.org")));
44 EXPECT_TRUE(rules.Matches(GURL("http://www.google.com")));
45 EXPECT_TRUE(rules.Matches(GURL("ftp://www.google.com:99")));
46 EXPECT_TRUE(rules.Matches(GURL("https://a.google.com:81")))
    [all...]
  /external/chromium/chrome/browser/custom_handlers/
protocol_handler.h 12 #include "googleurl/src/gurl.h"
20 const GURL& url,
25 GURL TranslateUrl(const GURL& url);
32 GURL url() const { return url_;}
39 const GURL& url,
42 const GURL url_;
  /external/chromium/chrome/browser/webdata/
web_apps_table.h 13 class GURL;
39 bool SetWebAppImage(const GURL& url, const SkBitmap& image);
40 bool GetWebAppImages(const GURL& url, std::vector<SkBitmap>* images);
42 bool SetWebAppHasAllImages(const GURL& url, bool has_all_images);
43 bool GetWebAppHasAllImages(const GURL& url);
45 bool RemoveWebApp(const GURL& url);
  /external/chromium/chrome/browser/content_settings/
content_settings_notification_provider.h 18 class GURL;
29 static ContentSettingsPattern ToContentSettingsPattern(const GURL& origin);
31 static GURL ToGURL(const ContentSettingsPattern& pattern);
42 const GURL& requesting_url,
43 const GURL& embedding_url,
78 std::vector<GURL> GetAllowedOrigins() const;
81 std::vector<GURL> GetBlockedOrigins() const;
84 void GrantPermission(const GURL& origin);
85 void DenyPermission(const GURL& origin);
87 void PersistPermissionChange(const GURL& origin, bool is_allowed)
    [all...]

Completed in 614 milliseconds

1 2 3 4 5 6 7 8 91011>>