/external/chromium/chrome/browser/tabs/ |
tab_finder.h | 21 class GURL; 41 const GURL& url, 54 typedef std::map<TabContents*, GURL> TabContentsToURLMap; 70 bool TabMatchesURL(TabContents* tab_contents, const GURL& url); 74 TabContents* FindTabInBrowser(Browser* browser, const GURL& url); 95 GURL url,
|
/external/chromium/chrome/browser/ui/webui/ |
mediaplayer_browsertest.cc | 24 GURL GetMusicTestURL() { 25 return GURL("http://localhost:1337/files/plugin/sample_mp3.mp3"); 32 const GURL& url = 48 const GURL& url = 66 GURL("chrome://downloads")); 81 GURL("chrome://downloads"));
|
most_visited_handler.h | 18 class GURL; 68 const std::vector<GURL>& most_visited_urls() const { 76 static std::vector<GURL> GetPrePopulatedUrls(); 91 void BlacklistURL(const GURL& url); 102 void RemovePinnedURL(const GURL& url); 121 std::vector<GURL> most_visited_urls_;
|
/external/chromium/chrome/common/net/ |
test_url_fetcher_factory.h | 15 #include "googleurl/src/gurl.h" 48 const GURL& url, 66 const GURL& original_url() const { return original_url_; } 79 const GURL original_url_; 94 const GURL& url, 150 const GURL& url, 165 typedef std::map<GURL, std::pair<std::string, bool> > FakeResponseMap;
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_local_storage_helper.h | 20 #include "url/gurl.h" 32 const GURL& origin_url, 37 GURL origin_url; 50 virtual void DeleteOrigin(const GURL& origin); 85 void AddLocalStorage(const GURL& origin); 97 const std::set<GURL>& GetLocalStorageInfo() const; 110 std::set<GURL> pending_local_storage_info_;
|
/external/chromium_org/chrome/browser/renderer_host/ |
safe_browsing_resource_throttle.h | 57 virtual void WillRedirectRequest(const GURL& new_url, bool* defer) OVERRIDE; 62 const GURL& url, SBThreatType result) OVERRIDE; 87 bool CheckUrl(const GURL& url); 94 void StartDisplayingBlockingPage(const GURL& url, SBThreatType threat_type); 114 std::vector<GURL> redirect_urls_; 116 GURL url_being_checked_;
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
sessions_helper.h | 17 class GURL; 47 const GURL& url, 98 bool OpenTab(int index, const GURL& url); 102 bool OpenMultipleTabs(int index, const std::vector<GURL>& urls); 106 bool WaitForTabsToLoad(int index, const std::vector<GURL>& urls); 110 bool ModelAssociatorHasTabWithUrl(int index, const GURL& url);
|
typed_urls_helper.h | 24 bool GetUrlFromClient(int index, const GURL& url, history::URLRow* row); 34 void AddUrlToHistory(int index, const GURL& url); 39 const GURL& url, 47 const GURL& url, 53 void DeleteUrlFromHistory(int index, const GURL& url); 57 void DeleteUrlsFromHistory(int index, const std::vector<GURL>& urls);
|
two_client_bookmarks_sync_test.cc | 62 GURL google_url("http://www.google.com"); 65 ASSERT_TRUE(AddURL(1, L"Yahoo", GURL("http://www.yahoo.com")) != NULL); 73 GURL("http://www.cnn.com")) != NULL); 77 ASSERT_TRUE(AddURL(1, L"Facebook", GURL("http://www.facebook.com")) != NULL); 96 GURL initial_url("http://www.google.com"); 97 GURL second_url("http://www.google.com/abc"); 98 GURL third_url("http://www.google.com/def"); 133 ASSERT_TRUE(AddURL(0, kGenericURLTitle, GURL(kGenericURL)) != NULL); 143 const GURL page_url(kGenericURL); 144 const GURL icon_url("http://www.google.com/favicon.ico") [all...] |
/external/chromium_org/chrome/browser/ui/bookmarks/ |
bookmark_editor.h | 15 class GURL; 47 const GURL& url, 87 GURL url; 92 std::vector<std::pair<GURL, base::string16> > urls; 115 const GURL& new_url); 126 const GURL& new_url);
|
/external/chromium_org/chromeos/ime/ |
input_method_descriptor.h | 13 #include "url/gurl.h" 27 const GURL& options_page_url, 28 const GURL& input_view_url); 37 const GURL& options_page_url() const { return options_page_url_; } 38 const GURL& input_view_url() const { return input_view_url_; } 70 GURL options_page_url_; 75 GURL input_view_url_;
|
/external/chromium_org/content/browser/frame_host/ |
navigation_entry_impl_unittest.cc | 29 GURL("test:url"), 30 Referrer(GURL("from"), blink::WebReferrerPolicyDefault), 62 EXPECT_EQ(GURL(), entry1_->GetURL()); 63 EXPECT_EQ(GURL(), entry1_->GetVirtualURL()); 67 entry1_->SetURL(GURL("http://www.google.com")); 68 EXPECT_EQ(GURL("http://www.google.com"), entry1_->GetURL()); 69 EXPECT_EQ(GURL("http://www.google.com"), entry1_->GetVirtualURL()); 74 entry1_->SetURL(GURL("file:///foo/bar baz.txt")); 83 entry2_->SetVirtualURL(GURL("display:url")); 85 EXPECT_EQ(GURL("test:url"), entry2_->GetURL()) [all...] |
/external/chromium_org/content/public/common/ |
context_menu_params.h | 20 #include "url/gurl.h" 60 GURL link_url; 69 GURL unfiltered_link_url; 74 GURL src_url; 82 GURL page_url; 86 GURL keyword_url; 89 GURL frame_url;
|
/external/chromium_org/content/public/test/ |
test_file_error_injector.h | 16 #include "url/gurl.h" 102 bool HadFile(const GURL& url) const; 112 typedef std::set<GURL> FileSet; 120 void RecordDownloadFileConstruction(const GURL& url); 121 void RecordDownloadFileDestruction(const GURL& url); 124 void DownloadFileCreated(GURL url); 125 void DestroyingDownloadFile(GURL url);
|
/external/chromium_org/content/renderer/dom_storage/ |
dom_storage_cached_area.h | 14 #include "url/gurl.h" 31 const GURL& origin, 35 const GURL& origin() const { return origin_; } 43 const GURL& page_url); 46 const GURL& page_url); 47 void Clear(int connection_id, const GURL& page_url); 86 GURL origin_;
|
/external/chromium_org/net/cookies/ |
cookie_store_test_helpers.h | 27 const GURL& url, 33 const GURL& url, 37 virtual bool SetCookieWithOptions(const GURL& url, 41 virtual std::string GetCookiesWithOptions(const GURL& url, 44 virtual void DeleteCookie(const GURL& url, 47 virtual void DeleteCookieAsync(const GURL& url,
|
/external/chromium_org/net/proxy/ |
proxy_resolver_script_data.cc | 16 GURL(), 23 return new ProxyResolverScriptData(TYPE_SCRIPT_CONTENTS, GURL(), utf16); 28 const GURL& url) { 35 return new ProxyResolverScriptData(TYPE_AUTO_DETECT, GURL(), 44 const GURL& ProxyResolverScriptData::url() const { 67 const GURL& url,
|
/external/chromium_org/ui/keyboard/ |
keyboard.cc | 15 #include "url/gurl.h" 28 const GURL& url) const OVERRIDE { 29 if (url == GURL(keyboard::kKeyboardWebUIURL)) 35 const GURL& url) const OVERRIDE { 39 const GURL& url) const OVERRIDE { 44 const GURL& url) const OVERRIDE { 45 if (url == GURL(keyboard::kKeyboardWebUIURL))
|
/external/chromium_org/webkit/browser/database/ |
database_util_unittest.cc | 31 static GURL ToAndFromOriginIdentifier(const GURL origin_url) { 59 const GURL kFileOrigin(GURL("file:///").GetOrigin()); 60 const GURL kHttpOrigin(GURL("http://bar/").GetOrigin());
|
/external/chromium_org/webkit/child/ |
resource_loader_bridge.h | 31 #include "url/gurl.h" 51 GURL url; 55 GURL first_party_for_cookies; 59 GURL referrer; 117 GURL url; 143 virtual bool OnReceivedRedirect(const GURL& new_url, 146 GURL* new_first_party_for_cookies) = 0;
|
/external/chromium_org/chrome/browser/extensions/ |
extension_context_menu_browsertest.cc | 113 const GURL& page_url, 114 const GURL& link_url, 115 const GURL& frame_url) { 163 bool MenuHasItemWithLabel(const GURL& page_url, 164 const GURL& link_url, 165 const GURL& frame_url, 191 GURL page_url("http://www.google.com"); 195 CreateMenu(browser(), page_url, GURL(), GURL())); 266 GURL page_url("http://www.google.com") [all...] |
/external/chromium_org/chrome/browser/prerender/ |
prerender_util_unittest.cc | 12 #include "url/gurl.h" 25 GURL result; 27 GURL("http://www.google.com/url?sa=t&source=web&cd=1&ved=0CBcQFjAA&url=http%3A%2F%2Fwww.abercrombie.com%2Fwebapp%2Fwcs%2Fstores%2Fservlet%2FStoreLocator%3FcatalogId%3D%26storeId%3D10051%26langId%3D-1&rct=j&q=allinurl%3A%26&ei=KLyUTYGSEdTWiAKUmLCdCQ&usg=AFQjCNF8nJ2MpBFfr1ijO39_f22bcKyccw&sig2=2ymyGpO0unJwU1d4kdCUjQ"), 29 ASSERT_EQ(GURL("http://www.abercrombie.com/webapp/wcs/stores/servlet/StoreLocator?catalogId=&storeId=10051&langId=-1").spec(), result.spec()); 31 GURL("http://www.google.com/url?sadf=test&blah=blahblahblah"), &result)); 33 GURL("http://www.google.com/?url=INVALIDurlsAREsoMUCHfun.com"), &result)); 35 GURL("http://www.google.com/?url=http://validURLSareGREAT.com"), 37 ASSERT_EQ(GURL("http://validURLSareGREAT.com").spec(), result.spec()); 44 GURL("http://www.google.com/url?sa=t&source=web&cd=1&ved=0CBcQFjAA&url=http%3A%2F%2Fwww.abercrombie.com%2Fwebapp%2Fwcs%2Fstores%2Fservlet%2FStoreLocator%3FcatalogId%3D%26storeId%3D10051%26langId%3D-1&rct=j&q=allinurl%3A%26&ei=KLyUTYGSEdTWiAKUmLCdCQ&usg=AFQjCNF8nJ2MpBFfr1ijO39_f22bcKyccw&sig2=2ymyGpO0unJwU1d4kdCUjQ&lpe=4&asdf=test")), 4); 46 GURL("http://www.google.com/test.php?a=b")), kNoExperiment) [all...] |
/external/chromium/chrome/browser/prerender/ |
prerender_manager.h | 19 #include "googleurl/src/gurl.h" 59 bool AddPreload(const GURL& url, const std::vector<GURL>& alias_urls, 60 const GURL& referrer); 63 const GURL& url, 64 const std::vector<GURL>& alias_urls, 65 const GURL& referrer); 71 bool MaybeUsePreloadedPage(TabContents* tc, const GURL& url); 81 PrerenderContents* GetEntry(const GURL& url); 130 static bool MaybeGetQueryStringBasedAliasURL(const GURL& url [all...] |
/external/chromium_org/content/child/ |
site_isolation_policy_unittest.cc | 18 GURL data_url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA=="); 19 GURL ftp_url("ftp://google.com"); 20 GURL mailto_url("mailto:google@google.com"); 21 GURL about_url("about:chrome"); 22 GURL http_url("http://google.com"); 23 GURL https_url("https://google.com"); 34 GURL a_com_url0("https://mock1.a.com:8080/page1.html"); 35 GURL a_com_url1("https://mock2.a.com:9090/page2.html"); 36 GURL a_com_url2("https://a.com/page3.html"); 41 GURL b_com_url0("https://mock1.b.com/index.html") [all...] |
/external/chromium_org/webkit/common/appcache/ |
appcache_interfaces.h | 14 #include "url/gurl.h" 69 GURL manifest_url; 87 GURL url; 102 Namespace(NamespaceType type, const GURL& url, const GURL& target, 104 Namespace(NamespaceType type, const GURL& url, const GURL& target, 108 bool IsMatch(const GURL& url) const; 111 GURL namespace_url; 112 GURL target_url [all...] |