/external/chromium_org/components/enhanced_bookmarks/ |
metadata_accessor.h | 14 class GURL; 51 const GURL& url, 58 GURL* url, 65 GURL* url, 79 const GURL& image_url, 82 const GURL& thumbnail_url,
|
persistent_image_store.cc | 12 #include "url/gurl.h" 79 bool PersistentImageStore::HasKey(const GURL& page_url) { 93 void PersistentImageStore::Insert(const GURL& page_url, 94 const GURL& image_url, 125 void PersistentImageStore::Erase(const GURL& page_url) { 136 std::pair<gfx::Image, GURL> PersistentImageStore::Get(const GURL& page_url) { 139 return std::make_pair(gfx::Image(), GURL()); 152 GURL(statement.ColumnString(1))); 156 return std::make_pair(gfx::Image(), GURL()); [all...] |
/external/chromium_org/content/browser/download/ |
save_file_resource_handler.h | 12 #include "url/gurl.h" 27 const GURL& url, 45 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE; 48 virtual bool OnBeforeNetworkStart(const GURL& url, bool* defer) OVERRIDE; 81 GURL url_; 82 GURL final_url_;
|
/external/chromium_org/content/browser/renderer_host/ |
render_message_filter.h | 118 net::CookieStore* GetCookieStoreForURL(const GURL& url); 125 const GURL& url, 150 const GURL& url, 151 const GURL& first_party_for_cookies, 154 const GURL& url, 155 const GURL& first_party_for_cookies, 157 void OnGetRawCookies(const GURL& url, 158 const GURL& first_party_for_cookies, 160 void OnDeleteCookie(const GURL& url, 163 const GURL& url [all...] |
/external/chromium_org/content/browser/service_worker/ |
service_worker_context_unittest.cc | 145 GURL("http://www.example.com/"), 146 GURL("http://www.example.com/service_worker.js"), 168 GURL("http://www.example.com"), 187 GURL("http://www.example.com/"), 188 GURL("http://www.example.com/service_worker.js"), 210 GURL("http://www.example.com"), 229 GURL("http://www.example.com/"), 230 GURL("http://www.example.com/service_worker.js"), 252 GURL("http://www.example.com"), 263 GURL pattern("http://www.example.com/") [all...] |
/external/chromium_org/content/browser/webui/ |
web_ui_controller_factory_registry.cc | 10 #include "url/gurl.h" 38 WebUI* web_ui, const GURL& url) const { 50 BrowserContext* browser_context, const GURL& url) const { 61 BrowserContext* browser_context, const GURL& url) const { 71 BrowserContext* browser_context, const GURL& url) const { 82 const GURL& url) const {
|
/external/chromium_org/content/shell/browser/ |
shell_content_browser_client.h | 50 virtual bool IsHandledURL(const GURL& url) OVERRIDE; 54 const GURL& url, 63 const GURL& source_origin, 69 const GURL& source_url, 76 const GURL& current_url, 77 const GURL& new_url) OVERRIDE;
|
/external/chromium_org/extensions/renderer/ |
script_context_browsertest.cc | 11 #include "url/gurl.h" 20 GURL GetEffectiveDocumentURL(const WebFrame* frame) { 27 GURL top_url("http://example.com/"); 28 GURL different_url("http://example.net/"); 29 GURL blank_url("about:blank"); 30 GURL srcdoc_url("about:srcdoc");
|
/external/chromium_org/google_apis/gcm/engine/ |
gservices_settings.h | 16 #include "url/gurl.h" 30 static const GURL DefaultCheckinURL(); 54 GURL GetCheckinURL() const; 57 GURL GetMCSMainEndpoint() const; 60 GURL GetMCSFallbackEndpoint() const; 63 GURL GetRegistrationURL() const;
|
/external/chromium_org/mojo/application_manager/ |
background_shell_application_loader.cc | 19 const GURL& url, 26 void OnApplicationError(ApplicationManager* manager, const GURL& url) { 54 const GURL& url, 85 const GURL& url) { 110 const GURL& url, 120 const GURL& url) {
|
application_manager_unittest.cc | 117 const GURL& url, 125 const GURL& url) OVERRIDE {} 329 const GURL& url, 336 const GURL& url) OVERRIDE {} 388 const GURL& url, 405 GURL url_; 425 application_manager_->ConnectToService(GURL(kTestURLString), 446 void AddLoaderForURL(const GURL& url, const std::string& requestor_url) { 453 return manager_test_api.HasFactoryForURL(GURL(kTestURLString)); 475 GURL test_url("test:test") [all...] |
/external/chromium_org/storage/browser/quota/ |
quota_manager.h | 75 typedef base::Callback<void(const GURL&)> GetLRUOriginCallback; 82 // GURL when there are no evictable origins. 88 const GURL& origin, 141 const GURL& origin, 152 const GURL& origin, 160 const GURL& origin, 167 const GURL& origin, 174 void NotifyOriginInUse(const GURL& origin); 175 void NotifyOriginNoLongerInUse(const GURL& origin); 176 bool IsOriginInUse(const GURL& origin) const [all...] |
/external/chromium_org/chrome/browser/renderer_host/ |
chrome_render_message_filter.cc | 109 void ChromeRenderMessageFilter::OnPreconnect(const GURL& url) { 112 url, GURL(), chrome_browser_net::UrlInfo::MOUSE_OVER_MOTIVATED, 1); 169 const GURL& origin_url, 170 const GURL& top_origin_url, 184 const GURL& origin_url, 185 const GURL& top_origin_url, 200 const GURL& origin_url, 201 const GURL& top_origin_url, 227 const GURL& url, 246 const GURL& origin_url [all...] |
/external/chromium_org/content/browser/fileapi/ |
sandbox_file_system_backend_unittest.cc | 21 #include "url/gurl.h" 64 const GURL& origin_url, 98 void CreateOriginTypeDirectory(const GURL& origin, 106 bool GetRootPath(const GURL& origin_url, 160 std::set<GURL> temporary_set, persistent_set; 162 CreateOriginTypeDirectory(GURL(temporary_origins[i]), 164 temporary_set.insert(GURL(temporary_origins[i])); 167 CreateOriginTypeDirectory(GURL(persistent_origins[i]), 169 persistent_set.insert(GURL(persistent_origins[i])); 176 GURL current [all...] |
/external/chromium_org/content/browser/streams/ |
stream_unittest.cc | 116 GURL url("blob://stream"); 127 GURL url("blob://stream"); 139 GURL url("blob://stream"); 153 GURL url("blob://stream"); 180 GURL url("blob://stream"); 197 GURL url("blob://stream"); 208 GURL url1("blob://stream"); 212 GURL url2("blob://stream2"); 220 GURL url1("blob://stream"); 224 GURL url2("blob://stream2") [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
browser_feature_extractor_unittest.cc | 35 #include "url/gurl.h" 110 void SetRedirectChain(const std::vector<GURL>& redirect_chain, 120 void SimpleNavigateAndCommit(const GURL& url) { 121 std::vector<GURL> redirect_chain; 124 NavigateAndCommit(url, GURL(), ui::PAGE_TRANSITION_LINK); 129 void NavigateAndCommit(const GURL& url, 130 const GURL& referrer, 242 SimpleNavigateAndCommit(GURL("http://www.google.com")); 252 SimpleNavigateAndCommit(GURL("http://www.google.com")); 257 history_service()->AddPage(GURL("http://www.foo.com/bar.html") [all...] |
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
new_tab_ui_browsertest.cc | 17 #include "url/gurl.h" 46 browser(), GURL(chrome::kChromeUINewTabURL), NEW_FOREGROUND_TAB, 68 browser(), GURL(chrome::kChromeUINewTabURL), NEW_FOREGROUND_TAB, 76 browser(), GURL(chrome::kChromeUISettingsURL), NEW_FOREGROUND_TAB, 84 browser(), GURL(chrome::kChromeUINewTabURL), NEW_FOREGROUND_TAB, 92 ui_test_utils::NavigateToURL(browser(), GURL(chrome::kChromeUINewTabURL)); 104 browser(), GURL(chrome::kChromeUINewTabURL), NEW_FOREGROUND_TAB, 109 browser(), GURL(content::kChromeUIHangURL), CURRENT_TAB, 0); 115 GURL(content::kChromeUIHangURL), Referrer(), CURRENT_TAB, 134 ui_test_utils::NavigateToURL(browser(), GURL(chrome::kChromeUINewTabURL)) [all...] |
/external/chromium_org/chrome/renderer/ |
chrome_content_renderer_client.h | 95 const GURL& url) OVERRIDE; 108 const GURL& url, 115 const GURL& url, 116 const GURL& first_party_for_cookies, 117 GURL* new_url) OVERRIDE; 140 virtual bool AllowPepperMediaStreamAPI(const GURL& url) OVERRIDE; 144 virtual bool IsPluginAllowedToUseCompositorAPI(const GURL& url) OVERRIDE; 145 virtual bool IsPluginAllowedToUseVideoDecodeAPI(const GURL& url) OVERRIDE; 171 const GURL& url, const std::set<std::string>& whitelist); 190 const GURL& new_url [all...] |
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_service_url_unittest.cc | 10 #include "url/gurl.h" 98 const GURL sandbox_get_items_url = GetGetWalletItemsUrl(0); 99 const GURL fake_service_url = GURL("http://goo.gl"); 103 const GURL flag_get_items_url = GetGetWalletItemsUrl(0); 118 EXPECT_TRUE(IsSignInContinueUrl(GURL(sign_in_url), &user_index)); 125 EXPECT_TRUE(IsSignInContinueUrl(GURL(sign_in_url_no_user), &user_index)); 132 EXPECT_TRUE(IsSignInContinueUrl(GURL(sign_in_url_bad_user), &user_index)); 137 EXPECT_FALSE(IsSignInContinueUrl(GURL(not_a_sign_in_url), &user_index)); 142 EXPECT_TRUE(IsSignInRelatedUrl(GURL("https://accounts.youtube.com"))) [all...] |
/external/chromium_org/net/base/ |
sdch_dictionary_fetcher_unittest.cc | 18 #include "url/gurl.h" 52 static std::string ExpectedResponseForURL(const GURL& url) { 66 GURL url(request_->url()); 80 const GURL& dictionary_url) 86 GURL dictionary_url; 90 const GURL& dictionary_url) OVERRIDE { 133 GURL PathToGurl(const char* path) { 138 return GURL(gurl_string); 149 GURL dictionary_url(PathToGurl("dictionary")); 163 GURL dictionary_url(PathToGurl("dictionary")) [all...] |
/external/chromium_org/net/http/ |
http_auth_handler_factory_unittest.cc | 26 const GURL& origin, 43 GURL gurl("www.google.com"); 61 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler)); 67 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler)); 70 "Digest", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), 77 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler)); 80 "Digest", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), 86 "basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler)); 92 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler)) [all...] |
/external/chromium_org/storage/browser/fileapi/ |
file_system_quota_client.cc | 25 #include "url/gurl.h" 36 std::set<GURL>* origins_ptr) { 50 std::set<GURL>* origins_ptr) { 61 std::set<GURL>* origins_ptr) { 67 const GURL& origin, 100 const GURL& origin_url, 139 std::set<GURL> origins; 144 std::set<GURL>* origins_ptr = new std::set<GURL>(); 164 std::set<GURL> origins [all...] |
/external/chromium_org/third_party/ocmock/OCMock/ |
OCMBoxedReturnValueProvider.mm | 91 // For example, when creating a OCMOCK_VALUE with a GURL object (from the 94 // r^{GURL={basic_string<char, std::__1::char_traits<char>, std::__1::alloca 99 // }{scoped_ptr<GURL, base::DefaultDeleter<GURL> >={scoped_ptr_impl<GURL, ba 100 // se::DefaultDeleter<GURL> >={Data=^{GURL}}}}} 102 // r^{GURL={basic_string<char, std::__1::char_traits<char>, std::__1::alloca 107 // Component=ii}{Component=ii}{Component=ii}^{Parsed}}{scoped_ptr<GURL, base 108 // ::DefaultDeleter<GURL> >={scoped_ptr_impl<GURL, base::DefaultDeleter<GUR [all...] |
/external/chromium_org/chrome/browser/extensions/activity_log/ |
uma_policy_browsertest.cc | 57 browser(), GURL("http://www.opener.com/#google"), NEW_WINDOW, 60 browser(), GURL("http://www.blocker.com"), 2); 62 browser(), GURL("http://www.opener.com/#google?q=a"), NEW_WINDOW, 65 browser(), GURL("http://www.blocker.com"), 2); 67 browser(), GURL("http://www.opener.com/#google?q=b"), NEW_WINDOW, 70 browser(), GURL("http://www.blocker.com"), 2); 72 browser(), GURL("http://www.opener.com/#cnn?q=a"), NEW_WINDOW, 75 browser(), GURL("http://www.blocker.com"), 2); 77 browser(), GURL("http://www.opener.com/#cnn?q=b"), NEW_WINDOW, 80 browser(), GURL("http://www.blocker.com"), 2) [all...] |
/external/chromium_org/chrome/browser/search/suggestions/ |
image_manager_impl.cc | 54 image_url_map_[GURL(suggestion.url())] = GURL(suggestion.thumbnail()); 60 const GURL& url, 61 base::Callback<void(const GURL&, const SkBitmap*)> callback) { 65 GURL image_url; 82 bool ImageManagerImpl::GetImageURL(const GURL& url, GURL* image_url) { 83 std::map<GURL, GURL>::iterator it = image_url_map_.find(url); 90 const GURL& url, const GURL& image_url [all...] |