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

<<11121314151617181920>>

  /external/chromium_org/content/browser/quota/
mock_quota_manager.cc 11 #include "url/gurl.h"
18 const GURL& origin,
48 const GURL& origin,
55 void MockQuotaManager::SetQuota(const GURL& origin, StorageType type,
61 const GURL& origin,
70 const GURL& origin,
88 std::set<GURL>* origins_to_return = new std::set<GURL>();
106 const GURL& origin,
133 const GURL& origin, StorageType type, int64 delta)
    [all...]
  /external/chromium_org/content/browser/web_contents/
opened_by_dom_browsertest.cc 16 #include "url/gurl.h"
70 Shell* OpenWindowFromJavaScript(Shell* shell, const GURL& url) {
90 GURL url1 = test_server()->GetURL("files/site_isolation/blank.html?1");
91 GURL url2 = test_server()->GetURL("files/site_isolation/blank.html?2");
105 GURL url1 = test_server()->GetURL("files/site_isolation/blank.html?1");
106 GURL url2 = test_server()->GetURL("files/site_isolation/blank.html?2");
107 GURL url3 = test_server()->GetURL("files/site_isolation/blank.html?3");
122 GURL url1 = test_server()->GetURL("files/site_isolation/blank.html?1");
124 GURL url2 = test_server()->GetURL("files/site_isolation/blank.html?2");
125 GURL::Replacements replace_host
    [all...]
  /external/chromium_org/storage/browser/fileapi/
sandbox_file_system_backend_delegate.h 74 virtual GURL Next() = 0;
103 const GURL& origin_url,
109 const GURL& origin_url,
113 const GURL& root_url);
133 const GURL& origin_url,
137 std::set<GURL>* origins) OVERRIDE;
141 std::set<GURL>* origins) OVERRIDE;
144 const GURL& origin_url,
148 const GURL& origin_url,
174 void InvalidateUsageCache(const GURL& origin_url
    [all...]
  /external/chromium_org/google_apis/gcm/engine/
gservices_settings_unittest.cc 70 EXPECT_EQ(GURL(kDefaultCheckinURL), settings().GetCheckinURL());
71 EXPECT_EQ(GURL("https://mtalk.google.com:5228"),
73 EXPECT_EQ(GURL("https://mtalk.google.com:443"),
75 EXPECT_EQ(GURL(kDefaultRegistrationURL), settings().GetRegistrationURL());
139 EXPECT_EQ(GURL(kAlternativeCheckinURL), settings().GetCheckinURL());
140 EXPECT_EQ(GURL("https://alternative.gcm.host:7777"),
142 EXPECT_EQ(GURL("https://alternative.gcm.host:443"),
144 EXPECT_EQ(GURL(kAlternativeRegistrationURL), settings().GetRegistrationURL());
180 EXPECT_EQ(GURL("https://mtalk.google.com:5228"),
182 EXPECT_EQ(GURL("https://mtalk.google.com:443")
    [all...]
  /external/chromium_org/content/child/
blink_platform_impl_unittest.cc 75 EXPECT_FALSE(platform_impl.isReservedIPAddress(GURL("http://8.8.8.8/")));
76 EXPECT_FALSE(platform_impl.isReservedIPAddress(GURL("http://99.64.0.0/")));
77 EXPECT_FALSE(platform_impl.isReservedIPAddress(GURL("http://212.15.0.0/")));
78 EXPECT_FALSE(platform_impl.isReservedIPAddress(GURL("http://212.15/")));
79 EXPECT_FALSE(platform_impl.isReservedIPAddress(GURL("http://212.15.0/")));
80 EXPECT_FALSE(platform_impl.isReservedIPAddress(GURL("http://3557752832/")));
83 EXPECT_TRUE(platform_impl.isReservedIPAddress(GURL("http://192.168.0.0/")));
84 EXPECT_TRUE(platform_impl.isReservedIPAddress(GURL("http://192.168.0.6/")));
85 EXPECT_TRUE(platform_impl.isReservedIPAddress(GURL("http://10.0.0.5/")));
86 EXPECT_TRUE(platform_impl.isReservedIPAddress(GURL("http://10.0.0/")))
    [all...]
  /external/chromium_org/net/base/
sdch_manager_unittest.cc 49 const GURL& gurl) {
51 sdch_manager_->GetAvailDictionaryList(gurl, &list);
52 sdch_manager_->AddSdchDictionary(dictionary_text, gurl);
54 sdch_manager_->GetAvailDictionaryList(gurl, &list2);
79 GURL google_url("http://www.google.com");
88 GURL test_url("http://www.test.com");
89 GURL google_url("http://www.google.com");
100 GURL test_url("http://www.TesT.com");
101 GURL test2_url("http://www.tEst.com")
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_handler.h 20 #include "url/gurl.h"
90 void FetchFavicon(const GURL& url);
107 const GURL& image_url,
121 virtual int DownloadFavicon(const GURL& image_url, int max_bitmap_size);
125 const GURL& page_url,
126 const GURL& icon_url,
132 const GURL& icon_url,
138 const GURL& page_url,
143 virtual void SetHistoryFavicons(const GURL& page_url,
144 const GURL& icon_url
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.h 26 #include "url/gurl.h"
71 const GURL& favicon_url,
78 const GURL& page_url,
85 void OnPageFaviconUpdated(const GURL& page_url);
90 void OnFaviconVisited(const GURL& page_url, const GURL& favicon_url);
95 void OnReceivedSyncFavicon(const GURL& page_url,
96 const GURL& icon_url,
116 typedef std::map<GURL, linked_ptr<SyncedFaviconInfo> > FaviconMap;
120 typedef std::map<GURL, base::CancelableTaskTracker::TaskId> PageTaskMap
    [all...]
  /external/chromium_org/components/google/core/browser/
google_util.cc 21 #include "url/gurl.h"
68 bool IsValidURL(const GURL& url, google_util::PortPermission port_permission) {
90 GURL LinkDoctorBaseURL() {
92 return GURL("http://mock.linkdoctor.url/for?testing");
93 return GURL(LINKDOCTOR_SERVER_REQUEST_URL);
105 GURL AppendGoogleLocaleParam(const GURL& url,
111 std::string GetGoogleCountryCode(GURL google_homepage_url) {
132 GURL GetGoogleSearchURL(GURL google_homepage_url)
    [all...]
  /external/chromium_org/content/browser/fileapi/
file_system_url_unittest.cc 11 #include "url/gurl.h"
33 FileSystemURL url = FileSystemURL::CreateForTest(GURL(url_string));
104 const GURL urls[] = {
105 GURL("filesystem:http://chromium.org/temporary/dir a/file a"),
106 GURL("filesystem:http://chromium.org/temporary/dir a/file a"),
107 GURL("filesystem:http://chromium.org/temporary/dir a/file b"),
108 GURL("filesystem:http://chromium.org/temporary/dir a/file aa"),
109 GURL("filesystem:http://chromium.org/temporary/dir b/file a"),
110 GURL("filesystem:http://chromium.org/temporary/dir aa/file b"),
111 GURL("filesystem:http://chromium.com/temporary/dir a/file a")
    [all...]
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_params_unittest.cc 39 EXPECT_EQ(GURL(expected_origin), params.origin());
40 EXPECT_EQ(GURL(expected_fallback_origin), params.fallback_origin());
41 EXPECT_EQ(GURL(expected_ssl_origin), params.ssl_origin());
42 EXPECT_EQ(GURL(expected_alt_origin), params.alt_origin());
43 EXPECT_EQ(GURL(expected_alt_fallback_origin), params.alt_fallback_origin());
44 EXPECT_EQ(GURL(expected_probe_url), params.probe_url());
545 net::HostPortPair::FromURL(GURL(
551 net::HostPortPair::FromURL(GURL(
553 net::HostPortPair::FromURL(GURL(
560 net::HostPortPair::FromURL(GURL(
    [all...]
  /external/chromium_org/android_webview/renderer/
aw_permission_client.cc 10 #include "url/gurl.h"
21 GURL gurl(url);
22 return !gurl.IsStandard();
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_helper.h 18 class GURL;
35 static bool HasWebScheme(const GURL& origin);
39 static bool HasExtensionScheme(const GURL& origin);
42 static bool DoesOriginMatchMask(const GURL& origin,
  /external/chromium_org/chrome/browser/chromeos/fileapi/
external_file_url_util.h 8 class GURL;
24 GURL FileSystemURLToExternalFileURL(
28 base::FilePath ExternalFileURLToVirtualPath(const GURL& url);
33 GURL CreateExternalFileURLFromPath(Profile* profile,
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_device_data.cc 14 const GURL& device_description_url,
22 const GURL& DialDeviceData::device_description_url() const {
26 void DialDeviceData::set_device_description_url(const GURL& url) {
31 bool DialDeviceData::IsDeviceDescriptionUrl(const GURL& url) {
  /external/chromium_org/chrome/browser/media/
midi_permission_infobar_delegate.h 12 class GURL;
26 const GURL& requesting_frame,
33 const GURL& requesting_frame,
43 GURL requesting_frame_;
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_profile_util.cc 32 Profile* profile, const GURL& origin) {
44 Profile* profile, const GURL& origin) {
64 Profile* profile, const GURL& origin) {
73 const GURL& origin) {
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu_test_util.h 11 #include "url/gurl.h"
33 const GURL& page_url,
34 const GURL& link_url,
35 const GURL& frame_url);
  /external/chromium_org/chrome/browser/services/gcm/
push_messaging_infobar_delegate.h 11 class GURL;
25 const GURL& requesting_frame,
32 const GURL& requesting_frame,
41 const GURL requesting_origin_;
  /external/chromium_org/chrome/browser/ui/blocked_content/
blocked_window_params.h 12 #include "url/gurl.h"
20 BlockedWindowParams(const GURL& target_url,
44 const GURL& target_url() const {
49 GURL target_url_;
  /external/chromium_org/chrome/browser/ui/
external_protocol_dialog_delegate.h 12 #include "url/gurl.h"
18 explicit ExternalProtocolDialogDelegate(const GURL& url,
25 virtual void DoAccept(const GURL& url, bool dont_block) const OVERRIDE;
26 virtual void DoCancel(const GURL& url, bool dont_block) const OVERRIDE;
singleton_tabs.h 9 class GURL;
23 void ShowSingletonTab(Browser* browser, const GURL& url);
26 void ShowSingletonTabRespectRef(Browser* browser, const GURL& url);
34 NavigateParams GetSingletonTabNavigateParams(Browser* browser, const GURL& url);
  /external/chromium_org/chrome/browser/ui/website_settings/
mock_permission_bubble_request.h 10 #include "url/gurl.h"
17 const GURL& url);
27 virtual GURL GetRequestingHostname() const OVERRIDE;
49 GURL hostname_;
permission_menu_model_unittest.cc 9 #include "url/gurl.h"
36 GURL("http://www.google.com"), permission, callback.callback());
47 GURL("http://www.google.com"), permission, callback.callback());
53 PermissionMenuModel model(GURL("http://www.google.com"),
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_wipeout.h 13 #include "url/gurl.h"
27 CloudPrintWipeout(Client* client, const GURL& cloud_print_server_url);
36 const GURL& url,
49 GURL cloud_print_server_url_;

Completed in 2199 milliseconds

<<11121314151617181920>>