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

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/
desktop_notification_handler.h 11 class GURL;
28 void OnRequestPermission(const GURL& origin, int callback_id);
favicon_service.h 18 class GURL;
49 Handle GetFavicon(const GURL& icon_url,
59 Handle UpdateFaviconMappingAndFetch(const GURL& page_url,
60 const GURL& icon_url,
73 Handle GetFaviconForURL(const GURL& page_url,
79 void SetFaviconOutOfDateForPage(const GURL& page_url);
88 void SetFavicon(const GURL& page_url,
89 const GURL& icon_url,
  /external/chromium/chrome/browser/ui/gtk/
external_protocol_dialog_gtk.h 11 #include "googleurl/src/gurl.h"
18 explicit ExternalProtocolDialogGtk(const GURL& url);
26 GURL url_;
  /external/chromium/chrome/browser/ui/
status_bubble.h 11 class GURL;
41 virtual void SetURL(const GURL& url, const string16& languages) = 0;
  /external/chromium/chrome/common/
about_handler.cc 7 #include "googleurl/src/gurl.h"
24 bool WillHandle(const GURL& url) {
30 if (GURL(*url_handler) == url)
favicon_url.h 9 #include "googleurl/src/gurl.h"
22 FaviconURL(const GURL& url, IconType type);
26 GURL icon_url;
icon_messages.h 29 GURL /* URL of the image */,
43 GURL /* URL of the image */,
  /external/chromium/chrome/common/extensions/
extension_sidebar_utils.h 12 class GURL;
20 // In case of any problem, returns an empty invalid GURL and |error| receives
22 GURL ResolveRelativePath(const std::string& relative_path,
extension_set.h 15 #include "googleurl/src/gurl.h"
39 std::string GetIdByURL(const GURL& url) const;
46 const Extension* GetByURL(const GURL& url) const;
50 bool InSameExtent(const GURL& old_url, const GURL& new_url) const;
58 bool ExtensionBindingsAllowed(const GURL& url) const;
  /external/chromium/net/base/
openssl_private_key_store.h 14 class GURL;
41 virtual bool StorePrivateKey(const GURL& url, EVP_PKEY* pkey) = 0;
sdch_manager.h 32 #include "googleurl/src/gurl.h"
50 virtual void Schedule(const GURL& dictionary_url) = 0;
180 const GURL& url,
187 const GURL& url() const { return url_; }
192 bool CanAdvertise(const GURL& target_url);
197 const std::set<int>& ports, const GURL& dictionary_url);
201 bool CanUse(const GURL& referring_url);
208 static bool DomainMatch(const GURL& url, const std::string& restriction);
218 // The GURL that arrived with the text_ in a URL request to specify where
220 const GURL url_
    [all...]
static_cookie_policy_unittest.cc 8 #include "googleurl/src/gurl.h"
23 int CanGetCookies(const GURL& url, const GURL& first_party) {
26 int CanSetCookie(const GURL& url, const GURL& first_party) {
31 GURL url_google_;
32 GURL url_google_secure_;
33 GURL url_google_mail_;
34 GURL url_google_analytics_;
42 EXPECT_EQ(OK, CanGetCookies(url_google_, GURL()));
    [all...]
  /external/chromium/webkit/glue/
form_data.h 14 #include "googleurl/src/gurl.h"
30 GURL origin;
32 GURL action;
context_menu.h 12 #include "googleurl/src/gurl.h"
51 GURL link_url;
55 GURL unfiltered_link_url;
60 GURL src_url;
67 GURL page_url;
70 GURL frame_url;
dom_operations.h 11 #include "googleurl/src/gurl.h"
29 std::vector<GURL>* resources_list;
32 std::vector<GURL>* referrers_list;
34 std::vector<GURL>* frames_list;
37 SavableResourcesResult(std::vector<GURL>* resources_list,
38 std::vector<GURL>* referrers_list,
39 std::vector<GURL>* frames_list)
53 const GURL& page_url, SavableResourcesResult* savable_resources_result,
  /external/chromium/chrome/browser/google/
google_url_tracker_unittest.cc 61 const GURL& new_google_url);
64 GURL new_google_url() const { return new_google_url_; }
73 GURL new_google_url_;
77 const GURL& new_google_url)
93 const GURL& new_google_url) {
117 GURL GetFetchedGoogleURL();
118 void SetGoogleURL(const GURL& url);
119 void SetLastPromptedGoogleURL(const GURL& url);
120 GURL GetLastPromptedGoogleURL();
121 void SearchCommitted(const GURL& search_url)
    [all...]
  /external/chromium/chrome/browser/history/
top_sites.h 26 #include "googleurl/src/gurl.h"
60 bool SetPageThumbnail(const GURL& url,
79 bool GetPageThumbnail(const GURL& url,
85 virtual bool GetPageThumbnailScore(const GURL& url, ThumbnailScore* score);
90 bool GetTemporaryPageThumbnailScore(const GURL& url, ThumbnailScore* score);
109 void AddBlacklistedURL(const GURL& url);
112 void RemoveBlacklistedURL(const GURL& url);
115 bool IsBlacklisted(const GURL& url);
123 void AddPinnedURL(const GURL& url, size_t index);
126 bool IsURLPinned(const GURL& url)
    [all...]
  /external/chromium/net/url_request/
url_request_throttler_manager.h 17 #include "googleurl/src/gurl.h"
44 const GURL& url);
54 void OverrideEntryForTests(const GURL& url, URLRequestThrottlerEntry* entry);
60 void EraseEntryForTests(const GURL& url);
81 std::string GetIdFromUrl(const GURL& url) const;
123 GURL::Replacements url_id_replacements_;
  /external/chromium/chrome/browser/extensions/
extension_process_manager.h 22 class GURL;
39 const GURL& url,
42 ExtensionHost* CreateView(const GURL& url,
46 const GURL& url,
48 ExtensionHost* CreatePopup(const GURL& url, Browser* browser);
50 const GURL& url,
52 ExtensionHost* CreateInfobar(const GURL& url,
61 const GURL& url);
68 virtual SiteInstance* GetSiteInstanceForURL(const GURL& url);
79 virtual RenderProcessHost* GetExtensionProcess(const GURL& url)
    [all...]
extension_webnavigation_api.h 20 #include "googleurl/src/gurl.h"
39 const GURL& url,
45 GURL GetUrl(int64 frame_id) const;
67 GURL url; // URL of this frame.
92 const GURL& validated_url,
97 const GURL& url,
101 const GURL& validated_url,
106 virtual void DidOpenURL(const GURL& url,
107 const GURL& referrer,
115 bool IsReferenceFragmentNavigation(int64 frame_id, const GURL& url)
    [all...]
extension_event_router_forwarder.h 16 class GURL;
38 const GURL& event_url);
48 const GURL& event_url);
58 const GURL& event_url);
69 const GURL& event_url);
84 const GURL& event_url);
95 const GURL& event_url);
  /external/chromium/chrome/browser/notifications/
desktop_notification_service.h 23 #include "googleurl/src/gurl.h"
53 void RequestPermission(const GURL& origin,
75 void GrantPermission(const GURL& origin);
76 void DenyPermission(const GURL& origin);
88 static string16 CreateDataUrl(const GURL& icon_url,
109 std::vector<GURL> GetAllowedOrigins();
112 std::vector<GURL> GetBlockedOrigins();
115 void ResetAllowedOrigin(const GURL& origin);
118 void ResetBlockedOrigin(const GURL& origin);
125 ContentSetting GetContentSetting(const GURL& origin)
    [all...]
  /external/chromium/chrome/browser/chromeos/
plugin_selection_policy_unittest.cc 15 #include "googleurl/src/gurl.h"
180 EXPECT_TRUE(policy1->IsAllowed(GURL("http://www.foo.com/blah.html"),
182 EXPECT_FALSE(policy1->IsAllowed(GURL("http://www.bar.com/blah.html"),
184 EXPECT_FALSE(policy1->IsAllowed(GURL("http://www.baz.com/blah.html"),
186 EXPECT_TRUE(policy1->IsAllowed(GURL("http://www.baz.com/blah.html"),
192 EXPECT_FALSE(policy2->IsAllowed(GURL("http://www.foo.com/blah.html"),
194 EXPECT_FALSE(policy2->IsAllowed(GURL("http://www.bar.com/blah.html"),
196 EXPECT_FALSE(policy2->IsAllowed(GURL("http://www.baz.com/blah.html"),
198 EXPECT_TRUE(policy2->IsAllowed(GURL("http://www.baz.com/blah.html"),
204 EXPECT_TRUE(policy3->IsAllowed(GURL("http://www.foo.com/blah.html")
    [all...]
  /external/chromium/chrome/browser/importer/
firefox2_importer.h 19 class GURL;
35 std::set<GURL>* urls);
41 const GURL& url);
48 const std::set<GURL>& default_urls,
100 GURL* url,
101 GURL* favicon,
116 GURL* url);
137 const GURL& link_url,
138 const GURL& favicon_data,
  /external/chromium/chrome/browser/download/
save_types.h 15 #include "googleurl/src/gurl.h"
37 const GURL& url,
49 GURL url;
51 GURL final_url;

Completed in 1842 milliseconds

1 2 34 5 6 7 8 91011>>