/external/chromium_org/content/browser/indexed_db/ |
mock_indexed_db_factory.h | 23 const GURL& origin_url, 30 const GURL& origin_url, 36 const GURL& origin_url, 38 MOCK_METHOD1(HandleBackingStoreFailure, void(const GURL& origin_url)); 40 void(const GURL& origin_url, 45 const GURL& origin_url) const OVERRIDE; 46 MOCK_METHOD1(ForceClose, void(const GURL& origin_url)); 50 MOCK_CONST_METHOD1(GetConnectionCount, size_t(const GURL& origin_url)); 53 void(const GURL& origin_url, bool blobs_outstanding)); 60 const GURL& origin_url [all...] |
/external/chromium_org/mojo/shell/ |
mojo_url_resolver.cc | 31 GURL AddTrailingSlashIfNeeded(const GURL& url) { 36 GURL::Replacements replacements; 56 void MojoURLResolver::SetBaseURL(const GURL& base_url) { 63 void MojoURLResolver::AddCustomMapping(const GURL& mojo_url, 64 const GURL& resolved_url) { 68 void MojoURLResolver::AddLocalFileMapping(const GURL& mojo_url) { 72 GURL MojoURLResolver::Resolve(const GURL& mojo_url) const { 73 std::map<GURL, GURL>::const_iterator it = url_map_.find(mojo_url) [all...] |
run.h | 10 #include "url/gurl.h" 17 void Run(Context* context, const std::vector<GURL>& app_urls);
|
/external/chromium_org/content/browser/appcache/ |
appcache_unittest.cc | 24 const GURL& url, 32 int host_id, const GURL& manifest_url) OVERRIDE {} 46 new AppCacheGroup(service.storage(), GURL("http://blah/manifest"), 111)); 55 host1.AssociateNoCache(GURL()); 56 host2.AssociateNoCache(GURL()); 66 const GURL kFooUrl("http://foo.com"); 75 const GURL kBarUrl("http://bar.com"); 115 AppCacheNamespace(APPCACHE_FALLBACK_NAMESPACE, GURL("http://fb1.com"), 116 GURL("http://fbone.com"), true)); 118 AppCacheNamespace(APPCACHE_NETWORK_NAMESPACE, GURL("http://w1.com") [all...] |
/external/chromium_org/chrome/browser/extensions/api/terminal/ |
terminal_extension_helper.h | 10 #include "url/gurl.h" 20 static GURL GetCroshExtensionURL(Profile* profile);
|
/external/chromium_org/chrome/browser/media/ |
midi_permission_context.h | 10 class GURL; 22 const GURL& requesting_frame,
|
/external/chromium_org/chrome/browser/policy/ |
policy_helpers.h | 8 class GURL; 13 bool OverrideBlacklistForURL(const GURL& url, bool* block, int* reason);
|
/external/chromium_org/chrome/browser/supervised_user/ |
permission_request_creator.h | 10 class GURL; 16 virtual void CreatePermissionRequest(const GURL& url_requested,
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
local_origin_change_observer.h | 11 #include "url/gurl.h" 20 virtual void OnChangesAvailableInOrigins(const std::set<GURL>& origins) = 0;
|
/external/chromium_org/chrome/common/net/ |
url_util.h | 10 class GURL; 15 void WriteURLToClipboard(const GURL& url, const std::string& languages);
|
/external/chromium_org/chrome/renderer/ |
chrome_content_renderer_client_browsertest.cc | 15 #include "url/gurl.h" 28 GetMainFrame(), GURL("http://foo"), "GET", false, false, &unused)); 40 std::vector<GURL> search_urls; 41 search_urls.push_back(GURL("http://example.com/search")); 43 search_urls, GURL("http://example.com/newtab"))); 46 GetMainFrame(), GURL("http://example.com/newtab"), "GET", false, false, 49 GetMainFrame(), GURL("http://example.com/search?q=foo"), "GET", false, 52 GetMainFrame(), GURL("http://example.com/"), "GET", false, false,
|
/external/chromium_org/components/google/core/browser/ |
google_url_tracker_unittest.cc | 134 virtual void OpenURL(GURL url, 174 GURL url, 221 GURL fetched_google_url() const { 224 void set_google_url(const GURL& url) { 227 GURL google_url() const { return google_url_tracker_->google_url(); } 228 void SetLastPromptedGoogleURL(const GURL& url); 229 GURL GetLastPromptedGoogleURL(); 234 const GURL& search_url); 304 fetcher->set_url(GURL(GoogleURLTracker::kSearchDomainCheckURL)); 329 void GoogleURLTrackerTest::SetLastPromptedGoogleURL(const GURL& url) [all...] |
/external/chromium_org/components/translate/core/browser/ |
translate_driver.h | 10 class GURL; 43 // Returns the last committed URL, or an empty GURL if there is no committed 45 virtual const GURL& GetLastCommittedURL() = 0; 47 // Returns the active URL, or an empty GURL if there is no active URL. 48 virtual const GURL& GetActiveURL() = 0; 50 // Returns the visible URL, or an empty GURL if there is no visible URL. 51 virtual const GURL& GetVisibleURL() = 0; 57 virtual void OpenUrlInNewTab(const GURL& url) = 0;
|
/external/chromium_org/content/browser/net/ |
view_http_cache_job_factory.h | 14 class GURL; 20 static bool IsSupportedURL(const GURL& url);
|
/external/chromium_org/content/common/ |
geolocation_messages.h | 10 #include "url/gurl.h" 49 GURL /* GURL of the frame requesting geolocation */, 52 // The |bridge_id| representing |GURL| is cancelling its previous permission 56 GURL /* GURL of the frame */) 63 GURL /* GURL of the frame requesting geolocation */,
|
pepper_renderer_instance_data.cc | 17 const GURL& document, 18 const GURL& plugin)
|
/external/chromium_org/content/public/browser/ |
local_storage_usage_info.h | 10 #include "url/gurl.h" 16 GURL origin;
|
/external/chromium_org/net/http/ |
mock_allow_url_security_manager.cc | 14 const GURL& auth_origin) const { 18 bool MockAllowURLSecurityManager::CanDelegate(const GURL& auth_origin) const {
|
/external/chromium_org/net/websockets/ |
websocket_handshake_request_info.cc | 8 #include "url/gurl.h" 13 const GURL& url,
|
/external/chromium_org/storage/browser/fileapi/quota/ |
quota_backend_impl.h | 47 const GURL& origin, 52 const GURL& origin, 56 const GURL& origin, 60 const GURL& origin, 63 const GURL& origin, 70 QuotaReservationInfo(const GURL& origin, FileSystemType type, int64 delta); 73 GURL origin; 87 const GURL& origin,
|
quota_reservation_manager.cc | 24 const GURL& origin, 33 const GURL& origin, 41 const GURL& origin, 48 void QuotaReservationManager::IncrementDirtyCount(const GURL& origin, 54 void QuotaReservationManager::DecrementDirtyCount(const GURL& origin, 62 const GURL& origin, 78 std::pair<GURL, FileSystemType> key(reservation_buffer->origin(), 85 const GURL& origin,
|
/external/chromium_org/ui/base/webui/ |
web_ui_util_unittest.cc | 8 #include "url/gurl.h" 14 GURL url("http://some/random/username@email/and/more"); 20 GURL url2("http://some/random/username/and/more"); 26 GURL url3("http://some/random/username/and/more@2ax"); 32 GURL url4("http://some/random/username/and/more@x"); 38 GURL url5("http://some/random/username@email/and/more@2x"); 44 GURL url6("http://some/random/username/and/more@1.4x"); 50 GURL url7("http://some/random/username/and/more@1.3x");
|
/external/chromium_org/content/browser/quota/ |
quota_temporary_storage_evictor_unittest.cc | 39 const GURL& origin, 68 callback.Run(GURL()); 70 callback.Run(GURL(origin_order_.front())); 75 for (std::map<GURL, int64>::const_iterator p = origins_.begin(); 100 void AccessOrigin(const GURL& origin) { 101 std::map<GURL, int64>::iterator found = origins_.find(origin); 109 void AddOrigin(const GURL& origin, int64 usage) { 116 int64 EnsureOriginRemoved(const GURL& origin) { 130 std::list<GURL> origin_order_; 131 std::map<GURL, int64> origins_ [all...] |
/external/chromium_org/chrome/browser/android/ |
new_tab_page_url_handler.cc | 12 #include "url/gurl.h" 23 bool HandleAndroidNewTabURL(GURL* url, 29 *url = GURL(chrome::kChromeUINativeBookmarksURL); 31 *url = GURL(chrome::kChromeUINativeRecentTabsURL); 33 *url = GURL(chrome::kChromeUINativeNewTabURL); 40 *url = GURL(chrome::kChromeUINativeRecentTabsURL);
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_local_storage_helper_unittest.cc | 20 const GURL origin("http://host1:1/"); 35 const GURL origin1("http://host1:9000"); 36 const GURL origin2("http://example.com"); 37 const GURL origin3("http://foo.example.com"); 56 const GURL origin1("chrome-extension://abcdefghijklmnopqrstuvwxyz/"); 57 const GURL origin2("chrome-devtools://abcdefghijklmnopqrstuvwxyz/");
|