HomeSort by relevance Sort by last modified time
    Searched full:gurl (Results 351 - 375 of 5155) sorted by null

<<11121314151617181920>>

  /external/chromium_org/components/history/core/browser/
page_usage_data.h 10 #include "url/gurl.h"
35 void SetURL(const GURL& url) {
39 const GURL& GetURL() const {
64 GURL url_;
  /external/chromium_org/components/password_manager/content/common/
credential_manager_types.h 13 #include "url/gurl.h"
32 const GURL& avatar);
47 GURL avatar;
54 GURL federation;
  /external/chromium_org/components/password_manager/core/browser/
psl_matching_helper.cc 13 #include "url/gurl.h"
26 GURL gurl1(url1);
27 GURL gurl2(url2);
38 std::string GetRegistryControlledDomain(const GURL& signon_realm) {
  /external/chromium_org/components/power/
origin_power_map.cc 9 #include "url/gurl.h"
19 int OriginPowerMap::GetPowerForOrigin(const GURL& url) {
28 void OriginPowerMap::AddPowerForOrigin(const GURL& url, double power) {
30 GURL origin = url.GetOrigin();
  /external/chromium_org/content/browser/appcache/
appcache_database.h 19 #include "url/gurl.h"
53 GURL origin;
54 GURL manifest_url;
74 GURL url;
85 GURL origin;
95 GURL namespace_url;
106 int64 GetOriginUsage(const GURL& origin);
107 bool GetAllOriginUsage(std::map<GURL, int64>* usage_map);
109 bool FindOriginsWithGroups(std::set<GURL>* origins);
115 bool FindGroupForManifestUrl(const GURL& manifest_url, GroupRecord* record)
    [all...]
  /external/chromium_org/content/browser/
browser_url_handler_impl.h 15 class GURL;
26 virtual void RewriteURLIfNecessary(GURL* url,
34 bool ReverseURLRewrite(GURL* url, const GURL& original,
  /external/chromium_org/content/browser/frame_host/
render_frame_host_delegate.cc 11 #include "url/gurl.h"
21 const GURL& RenderFrameHostDelegate::GetMainFrameLastCommittedURL() const {
22 return GURL::EmptyGURL();
50 const GURL& security_origin,
  /external/chromium_org/content/browser/ssl/
ssl_request_info.h 13 #include "url/gurl.h"
22 SSLRequestInfo(const GURL& url,
28 const GURL& url() const { return url_; }
39 GURL url_;
  /external/chromium_org/content/public/browser/
media_device_id.h 18 #include "url/gurl.h"
26 const GURL& security_origin,
33 const GURL& security_origin,
40 const GURL& security_origin,
session_storage_usage_info.h 12 GURL origin;
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_proxy.h 13 #include "url/gurl.h"
30 const GURL& page_url,
39 const GURL& page_url,
43 const GURL& page_url,
  /external/chromium_org/content/renderer/fetchers/
multi_resolution_image_resource_fetcher.h 15 #include "url/gurl.h"
36 const GURL& image_url,
45 const GURL& image_url() const { return image_url_; }
67 const GURL image_url_;
  /external/chromium_org/extensions/common/
event_filtering_info.h 9 #include "url/gurl.h"
29 void SetURL(const GURL& url);
36 const GURL& url() const { return url_; }
49 GURL url_;
extension_api_stub.cc 11 #include "url/gurl.h"
29 const GURL& url) {
36 const GURL& url) {
46 const GURL& url) {
url_pattern_unittest.cc 8 #include "url/gurl.h"
105 EXPECT_TRUE(pattern.MatchesURL(GURL("http://google.com")));
106 EXPECT_TRUE(pattern.MatchesURL(GURL("http://yahoo.com")));
107 EXPECT_TRUE(pattern.MatchesURL(GURL("http://google.com/foo")));
108 EXPECT_FALSE(pattern.MatchesURL(GURL("https://google.com")));
109 EXPECT_TRUE(pattern.MatchesURL(GURL("http://74.125.127.100/search")));
121 EXPECT_TRUE(pattern.MatchesURL(GURL("https://www.google.com/foo")));
122 EXPECT_TRUE(pattern.MatchesURL(GURL("https://www.google.com/foobar")));
123 EXPECT_FALSE(pattern.MatchesURL(GURL("http://www.google.com/foo")));
124 EXPECT_FALSE(pattern.MatchesURL(GURL("https://www.google.com/")))
    [all...]
  /external/chromium_org/mojo/shell/
ui_application_loader_android.h 30 const GURL& url,
33 const GURL& url) OVERRIDE;
43 const GURL& url,
46 const GURL& url);
  /external/chromium_org/net/base/
network_delegate.cc 17 GURL* new_url) {
25 const GURL& url,
70 GURL* allowed_unsafe_redirect_url) {
94 const GURL& new_location) {
163 const GURL& url,
164 const GURL& first_party_for_cookies) const {
171 const GURL& target_url,
172 const GURL& referrer_url) const {
180 GURL* new_url) {
185 const GURL& url
    [all...]
  /external/chromium_org/net/filter/
mock_filter_context.cc 34 // Return false if gurl is not present.
35 bool MockFilterContext::GetURL(GURL* gurl) const {
37 *gurl = gurl_;
  /external/chromium_org/net/proxy/
mock_proxy_script_fetcher.h 10 #include "url/gurl.h"
26 virtual int Fetch(const GURL& url,
33 const GURL& pending_request_url() const;
40 GURL pending_request_url_;
  /external/chromium_org/net/url_request/
url_request_job_factory.h 15 class GURL;
39 virtual bool IsSafeRedirectTarget(const GURL& location) const;
52 virtual bool IsHandledURL(const GURL& url) const = 0;
54 virtual bool IsSafeRedirectTarget(const GURL& location) const = 0;
  /external/chromium_org/ui/web_dialogs/test/
test_web_dialog_delegate.h 13 #include "url/gurl.h"
20 explicit TestWebDialogDelegate(const GURL& url);
30 virtual GURL GetDialogContentURL() const OVERRIDE;
41 const GURL url_;
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details_history.h 26 typedef std::vector<GURL> RedirectChain;
40 void StartHistoryCollection(const std::vector<GURL>& urls,
61 void StartGetRedirects(const std::vector<GURL>& urls);
62 void GetRedirects(const GURL& url);
63 void OnGotQueryRedirectsTo(const GURL& url,
81 std::vector<GURL> urls_;
83 std::vector<GURL>::iterator urls_it_;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
fake_sync_worker.h 20 class GURL;
56 virtual void RegisterOrigin(const GURL& origin,
58 virtual void EnableOrigin(const GURL& origin,
60 virtual void DisableOrigin(const GURL& origin,
63 const GURL& origin,
73 virtual scoped_ptr<base::ListValue> DumpFiles(const GURL& origin) OVERRIDE;
97 typedef std::map<GURL, AppStatus> StatusMap;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_all_tabs_controller_unittest.mm 29 ActiveTabNameURLPair(ASCIIToUTF16("at-0"), GURL("http://at-0.com")));
31 ActiveTabNameURLPair(ASCIIToUTF16("at-1"), GURL("http://at-1.com")));
33 ActiveTabNameURLPair(ASCIIToUTF16("at-2"), GURL("http://at-2.com")));
48 model->AddURL(folder_a_, 0, ASCIIToUTF16("a-0"), GURL("http://a-0.com"));
49 model->AddURL(folder_a_, 1, ASCIIToUTF16("a-1"), GURL("http://a-1.com"));
50 model->AddURL(folder_a_, 2, ASCIIToUTF16("a-2"), GURL("http://a-2.com"));
58 url:GURL()
  /external/chromium_org/chrome/browser/ui/search/
instant_test_utils.h 22 #include "url/gurl.h"
42 void Init(const GURL& instant_url, const GURL& ntp_url,
63 const GURL& instant_url() const { return instant_url_; }
65 const GURL& ntp_url() const { return ntp_url_; }
103 GURL instant_url_;
104 GURL ntp_url_;

Completed in 1449 milliseconds

<<11121314151617181920>>