HomeSort by relevance Sort by last modified time
    Searched refs:GURL (Results 376 - 400 of 5716) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/extensions/
event_router_forwarder.h 15 class GURL;
39 const GURL& event_url);
49 const GURL& event_url);
59 const GURL& event_url);
70 const GURL& event_url);
83 const GURL& event_url);
94 const GURL& event_url);
extension_url_rewrite_browsertest.cc 23 #include "url/gurl.h"
40 GURL GetLocationBarTextAsURL() const {
41 return GURL(GetLocationBarText());
61 void TestExtensionURLOverride(const GURL& url) {
71 void TestURLNotShown(const GURL& url) {
80 GURL url(chrome::kChromeUINewTabURL);
90 TestURLNotShown(GURL(chrome::kChromeUINewTabURL));
105 const GURL bookmarks_url(chrome::kChromeUIBookmarksURL);
118 GURL url_with_ref(chrome::kChromeUIBookmarksURL + std::string("#1"));
127 TestExtensionURLOverride(GURL(chrome::kChromeUIBookmarksURL))
    [all...]
  /external/chromium_org/chrome/browser/external_protocol/
external_protocol_handler.h 12 class GURL;
35 virtual void RunExternalProtocolDialog(const GURL& url,
38 virtual void LaunchUrlWithoutSecurityCheck(const GURL& url) = 0;
56 static void LaunchUrl(const GURL& url, int render_process_host_id,
63 static void LaunchUrlWithDelegate(const GURL& url, int render_process_host_id,
76 static void RunExternalProtocolDialog(const GURL& url,
91 static void LaunchUrlWithoutSecurityCheck(const GURL& url,
  /external/chromium_org/chrome/browser/media/
protected_media_identifier_permission_context.h 31 const GURL& requesting_frame,
36 const GURL& requesting_frame);
56 const GURL& requesting_frame,
65 const GURL& requesting_frame,
66 const GURL& embedder,
75 const GURL& requesting_frame,
76 const GURL& embedder,
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details_history.h 25 typedef std::vector<GURL> RedirectChain;
39 void StartHistoryCollection(const std::vector<GURL>& urls,
60 void StartGetRedirects(const std::vector<GURL>& urls);
61 void GetRedirects(const GURL& url);
63 GURL url,
82 std::vector<GURL> urls_;
84 std::vector<GURL>::iterator urls_it_;
  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router_policy_unittest.cc 16 #include "url/gurl.h"
22 AddTab(browser(), GURL("chrome://blank"));
45 NavigateAndCommitActiveTab(GURL("chrome-search://foo/bar"));
51 NavigateAndCommitActiveTab(GURL(chrome::kChromeSearchLocalNtpUrl));
57 NavigateAndCommitActiveTab(GURL("chrome-search://foo/bar"));
62 NavigateAndCommitActiveTab(GURL(chrome::kChromeSearchLocalNtpUrl));
68 NavigateAndCommitActiveTab(GURL("chrome-search://foo/bar"));
73 NavigateAndCommitActiveTab(GURL(chrome::kChromeSearchLocalNtpUrl));
78 NavigateAndCommitActiveTab(GURL(chrome::kChromeSearchLocalNtpUrl));
84 NavigateAndCommitActiveTab(GURL(chrome::kChromeSearchLocalNtpUrl))
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_internals_ui.h 45 const GURL& origin_url);
47 const GURL& origin_url,
52 const GURL& origin_url,
62 const GURL& origin_url);
64 const GURL& origin_url,
67 const GURL& origin_url,
71 GURL* origin_url,
  /external/chromium_org/content/child/npapi/
webplugin.h 21 class GURL;
64 virtual bool FindProxyForUrl(const GURL& url, std::string* proxy_list) = 0;
67 virtual void SetCookie(const GURL& url,
68 const GURL& first_party_for_cookies,
70 virtual std::string GetCookies(const GURL& url,
71 const GURL& first_party_for_cookies) = 0;
114 virtual bool CheckIfRunInsecureContent(const GURL& url) = 0;
  /external/chromium_org/ui/base/webui/
web_ui_util_unittest.cc 8 #include "url/gurl.h"
21 GURL url("http://some/random/username@email/and/more");
26 GURL url2("http://some/random/username/and/more");
31 GURL url3("http://some/random/username/and/more@2ax");
36 GURL url4("http://some/random/username/and/more@x");
41 GURL url5("http://some/random/username@email/and/more@2x");
46 GURL url6("http://some/random/username/and/more@1.4x");
51 GURL url7("http://some/random/username/and/more@1.3x");
  /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_org/chrome/browser/android/
url_utilities.cc 11 #include "url/gurl.h"
31 GURL url_1(ConvertJavaStringToUTF8(env, url_1_str));
32 GURL url_2(ConvertJavaStringToUTF8(env, url_2_str));
46 GURL gurl = GURL(ConvertJavaStringToUTF8(env, url)); local
47 if (gurl.is_empty())
56 gurl, filter)).Release();
60 GURL gurl = GURL(ConvertJavaStringToUTF8(env, url)) local
67 GURL gurl = GURL(ConvertJavaStringToUTF8(env, url)); local
    [all...]
  /external/chromium_org/chrome/browser/google/
google_url_tracker.h 21 #include "url/gurl.h"
50 typedef std::pair<GURL, GURL> UpdatedDetails;
72 static GURL GoogleURL(Profile* profile);
96 const GURL& google_url() const { return google_url_; }
97 const GURL& fetched_google_url() const { return fetched_google_url_; }
119 const GURL& search_url);
182 base::Callback<InfoBar*(InfoBarService*, GoogleURLTracker*, const GURL&)>
185 GURL google_url_;
186 GURL fetched_google_url_
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.h 16 #include "url/gurl.h"
36 GURL GetWelcomePageURL();
61 const std::vector<GURL>& urls_to_open,
69 const std::vector<GURL>& urls,
112 const std::vector<GURL>& urls_to_open,
122 bool ProcessStartupURLs(const std::vector<GURL>& urls_to_open,
136 Browser* ProcessSpecifiedURLs(const std::vector<GURL>& urls_to_open,
141 void AddUniqueURLs(const std::vector<GURL>& urls, StartupTabs* tabs);
149 void AddStartupURLs(std::vector<GURL>* startup_urls) const;
159 const std::vector<GURL>& startup_urls)
    [all...]
  /external/chromium_org/chrome/common/extensions/
sync_type_unittest.cc 13 #include "url/gurl.h"
31 const GURL& update_url,
32 const GURL& launch_url,
83 const GURL& update_url,
84 const GURL& launch_url,
104 MakeSyncTestExtension(EXTENSION, GURL(), GURL(),
112 MakeSyncTestExtension(USER_SCRIPT, GURL(kValidUpdateUrl1), GURL(),
120 MakeSyncTestExtension(USER_SCRIPT, GURL(), GURL()
    [all...]
  /external/chromium_org/content/browser/dom_storage/
dom_storage_message_filter.h 14 class GURL;
52 const GURL& origin);
57 const base::string16& value, const GURL& page_url);
61 const GURL& page_url);
62 void OnClear(int connection_id, const GURL& page_url);
72 const GURL& page_url) OVERRIDE;
77 const GURL& page_url) OVERRIDE;
80 const GURL& page_url) OVERRIDE;
85 const GURL& page_url,
  /external/chromium_org/webkit/browser/appcache/
appcache_request_handler.h 43 const GURL& location);
47 void GetExtraResponseInfo(int64* cache_id, GURL* manifest_url);
70 int64 group_id, const GURL& manifest_url,
72 const GURL& namespace_entry_url);
91 const GURL& url, const AppCacheEntry& entry,
92 const GURL& fallback_url, const AppCacheEntry& fallback_entry,
93 int64 cache_id, int64 group_id, const GURL& mainfest_url) OVERRIDE;
122 GURL found_namespace_entry_url_;
123 GURL found_manifest_url_;
  /external/chromium_org/webkit/browser/quota/
mock_storage_client.h 16 #include "url/gurl.h"
40 const GURL& origin_url, StorageType type, int64 size);
42 const GURL& origin_url, StorageType type, int64 delta);
45 void AddOriginToErrorSet(const GURL& origin_url, StorageType type);
52 virtual void GetOriginUsage(const GURL& origin_url,
59 virtual void DeleteOriginData(const GURL& origin,
65 void RunGetOriginUsage(const GURL& origin_url,
73 void RunDeleteOriginData(const GURL& origin_url,
82 typedef std::map<std::pair<GURL, StorageType>, int64> OriginDataMap;
84 typedef std::set<std::pair<GURL, StorageType> > ErrorOriginSet
    [all...]
  /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;
  /external/chromium/chrome/browser/extensions/
extension_context_menu_browsertest.cc 133 const GURL& page_url,
134 const GURL& link_url,
135 const GURL& frame_url) {
183 bool MenuHasItemWithLabel(const GURL& page_url,
184 const GURL& link_url,
185 const GURL& frame_url,
202 GURL page_url("http://www.google.com");
206 CreateMenu(browser(), page_url, GURL(), GURL()));
228 GURL google_url("http://www.google.com")
    [all...]
  /external/chromium/chrome/browser/history/
visit_tracker.h 31 const GURL& url,
43 VisitID GetLastVisit(const void* host, int32 page_id, const GURL& url);
47 GURL url; // URL that the event happened to.
  /external/chromium/chrome/browser/prerender/
prerender_manager_unittest.cc 11 #include "googleurl/src/gurl.h"
21 const GURL& url,
24 std::vector<GURL>(), GURL()),
30 const GURL& url,
31 const std::vector<GURL> alias_urls,
33 : PrerenderContents(prerender_manager, NULL, url, alias_urls, GURL()),
86 bool AddSimplePreload(const GURL& url) {
87 return AddPreload(url, std::vector<GURL>(), GURL());
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_fetcher.h 13 class GURL;
38 const GURL& osdd_url,
39 const GURL& favicon_url,
  /external/chromium/chrome/browser/ssl/
ssl_request_info.h 12 #include "googleurl/src/gurl.h"
20 SSLRequestInfo(const GURL& url,
26 const GURL& url() const { return url_; }
37 GURL url_;
  /external/chromium/chrome/browser/tabs/
pinned_tab_codec_unittest.cc 20 GURL url1("http://www.google.com");
33 GURL url1("http://www.google.com");
34 GURL url2("http://www.google.com/2");

Completed in 294 milliseconds

<<11121314151617181920>>