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

<<31323334353637383940>>

  /external/chromium_org/content/public/common/
url_utils.cc 14 #include "url/gurl.h"
24 bool HasWebUIScheme(const GURL& url) {
32 bool IsSavableURL(const GURL& url) {
  /external/chromium_org/content/public/test/
mock_resource_context.h 31 virtual bool AllowMicAccess(const GURL& origin) OVERRIDE;
32 virtual bool AllowCameraAccess(const GURL& origin) OVERRIDE;
  /external/chromium_org/content/renderer/media/
peer_connection_identity_service.h 13 #include "url/gurl.h"
22 explicit PeerConnectionIdentityService(const GURL& origin);
40 GURL origin_;
test_response_generator.h 11 #include "url/gurl.h"
28 TestResponseGenerator(const GURL& gurl, int64 content_length);
58 GURL gurl_;
  /external/chromium_org/content/renderer/service_worker/
service_worker_context_client.h 12 #include "url/gurl.h"
34 const GURL& script_url);
52 const GURL script_url_;
  /external/chromium_org/extensions/common/
extension_api_stub.cc 28 const GURL& url) {
35 const GURL& url) {
  /external/chromium_org/google_apis/gaia/
gaia_auth_util.h 11 class GURL;
36 bool IsGaiaSignonRealm(const GURL& url);
  /external/chromium_org/net/android/
gurl_utils.cc 9 #include "url/gurl.h"
14 GURL host(base::android::ConvertJavaStringToUTF16(env, url));
21 GURL host(base::android::ConvertJavaStringToUTF16(env, url));
  /external/chromium_org/net/cookies/
canonical_cookie.h 17 class GURL;
30 CanonicalCookie(const GURL& url,
45 CanonicalCookie(const GURL& url, const ParsedCookie& pc);
54 static CanonicalCookie* Create(const GURL& url,
62 static CanonicalCookie* Create(const GURL& url,
123 bool IncludeForRequestURL(const GURL& url,
130 static std::string GetCookieSourceFromURL(const GURL& url);
131 static std::string CanonPath(const GURL& url, const ParsedCookie& pc);
  /external/chromium_org/net/proxy/
proxy_resolver_winhttp.h 10 #include "url/gurl.h"
24 virtual int GetProxyForURL(const GURL& url,
46 GURL pac_url_;
  /external/chromium_org/net/socket_stream/
socket_stream_job_manager.h 15 class GURL;
25 const GURL& url, SocketStream::Delegate* delegate) const;
  /external/chromium_org/net/url_request/
url_request_job_factory_impl.h 35 virtual bool IsHandledURL(const GURL& url) const OVERRIDE;
36 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
  /external/chromium_org/sync/test/accounts_client/
test_accounts_client.h 12 #include "url/gurl.h"
53 virtual bool SendRequest(const GURL& url, string* response);
56 GURL CreateGURLWithPath(const string& path);
  /external/chromium_org/ui/base/webui/
web_ui_util.h 16 class GURL;
49 UI_EXPORT void ParsePathAndScale(const GURL& url,
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job.h 19 #include "url/gurl.h"
43 void StartUpdate(AppCacheHost* host, const GURL& new_master_resource);
52 typedef std::map<GURL, PendingHosts> PendingMasters;
53 typedef std::map<GURL, URLFetcher*> PendingUrlFetches;
54 typedef std::map<int64, GURL> LoadingResponses;
87 UrlToFetch(const GURL& url, bool checked, AppCacheResponseInfo* info);
90 GURL url;
103 URLFetcher(const GURL& url,
125 const GURL& new_url,
138 GURL url_
    [all...]
mock_appcache_storage.h 36 virtual void LoadOrCreateGroup(const GURL& manifest_url,
41 virtual void FindResponseForMainRequest(const GURL& url,
42 const GURL& preferred_manifest_url,
45 AppCache* cache, const GURL& url,
48 virtual void MarkEntryAsForeign(const GURL& entry_url,
53 const GURL& manifest_url, int64 group_id, int64 response_id) OVERRIDE;
55 const GURL& manifest_url, int64 group_id) OVERRIDE;
57 const GURL& manifest_url,
60 const GURL& manifest_url,
70 typedef std::map<GURL, scoped_refptr<AppCacheGroup> > StoredGroupMap
    [all...]
  /external/chromium_org/webkit/child/
websocketstreamhandle_delegate.h 10 class GURL;
23 const GURL& url) {}
  /external/chromium_org/webkit/common/fileapi/
file_system_util.h 20 class GURL;
77 WEBKIT_STORAGE_COMMON_EXPORT GURL GetFileSystemRootURI(const GURL& origin_url,
92 GetFileSystemName(const GURL& origin_url, FileSystemType type);
137 const GURL& origin_url,
156 const GURL& origin_url,
163 const GURL& origin_url,
176 GetFileSystemInfoForChromeOS(const GURL& origin_url);
  /external/chromium_org/chrome/browser/search/
search.cc 127 GURL TemplateURLRefToGURL(const TemplateURLRef& ref,
136 return GURL(ref.ReplaceSearchTerms(search_terms_args));
139 bool MatchesAnySearchURL(const GURL& url, TemplateURL* template_url) {
140 GURL search_url =
183 bool IsSuitableURLForInstant(const GURL& url, const TemplateURL* template_url) {
190 bool IsInstantURL(const GURL& url, Profile* profile) {
197 const GURL new_tab_url(GetNewTabPageURL(profile));
210 const GURL instant_url =
250 bool IsURLAllowedForSupervisedUser(const GURL& url, Profile* profile) {
306 base::string16 GetSearchTermsFromURL(Profile* profile, const GURL& url)
    [all...]
  /external/chromium_org/chrome/browser/predictors/
resource_prefetcher_unittest.cc 85 Eq(GURL(url)))));
95 GURL url(url_str);
115 GetInFlightRequest(url), GURL(std::string()), NULL);
155 requests->push_back(new ResourcePrefetcher::Request(GURL(
157 requests->push_back(new ResourcePrefetcher::Request(GURL(
159 requests->push_back(new ResourcePrefetcher::Request(GURL(
161 requests->push_back(new ResourcePrefetcher::Request(GURL(
163 requests->push_back(new ResourcePrefetcher::Request(GURL(
165 requests->push_back(new ResourcePrefetcher::Request(GURL(
167 requests->push_back(new ResourcePrefetcher::Request(GURL(
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_view_host_unittest.cc 30 virtual bool IsHandledURL(const GURL& url) OVERRIDE {
63 test_rvh()->SendNavigate(1, GURL("about:cache"));
65 EXPECT_EQ(GURL(kAboutBlankURL), controller().GetVisibleEntry()->GetURL());
79 const GURL url1("http://foo1");
80 const GURL url2("http://foo2");
140 GURL drag_url() {
144 GURL html_base_url() {
149 GURL drag_url_;
150 GURL html_base_url_;
159 GURL file_url = GURL("file:///home/user/secrets.txt")
    [all...]
  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 38 const GURL& url) {
41 params->referrer = GURL();
43 params->redirects = std::vector<GURL>();
45 params->searchable_form_url = GURL();
52 params->content_state = webkit_glue::CreateHistoryStateForURL(GURL(url));
83 const GURL& url,
121 void TestDidNavigate(int page_id, const GURL& url) {
235 InitNavigateParams(&params, 0, GURL(chrome::kAboutBlankURL));
247 const GURL kGURL(kUrl);
251 controller().LoadURL(kGURL, GURL(), PageTransition::TYPED)
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_unittest.cc 103 GURL result(url.url_ref().ReplaceSearchTerms(
116 GURL result(url.url_ref().ReplaceSearchTerms(
128 GURL result(url.url_ref().ReplaceSearchTerms(
140 GURL result(url.url_ref().ReplaceSearchTerms(
152 GURL result(url.url_ref().ReplaceSearchTerms(
164 GURL result(url.url_ref().ReplaceSearchTerms(
206 search_args.image_url = GURL("http://dummyimage.com/dummy.jpg");
210 GURL result(url.image_url_ref().ReplaceSearchTerms(search_args));
215 result = GURL(url.image_url_ref().ReplaceSearchTermsUsingTermsData(
300 GURL result(url.url_ref().ReplaceSearchTerms
    [all...]
  /external/chromium/net/websockets/
websocket_handshake_draft75_unittest.cc 27 new WebSocketHandshakeDraft75(GURL("ws://example.com/demo"),
86 new WebSocketHandshakeDraft75(GURL("ws://example.com/demo"),
111 new WebSocketHandshakeDraft75(GURL("ws://example.com/demo"),
127 new WebSocketHandshakeDraft75(GURL("ws://example.com/Test?q=xxx&p=%20"),
138 new WebSocketHandshakeDraft75(GURL("ws://Example.Com/demo"),
151 new WebSocketHandshakeDraft75(GURL("ws://example.com:80/demo"),
162 new WebSocketHandshakeDraft75(GURL("wss://example.com:443/demo"),
174 new WebSocketHandshakeDraft75(GURL("ws://example.com:8080/demo"),
186 new WebSocketHandshakeDraft75(GURL("wss://example.com:4443/demo"),
197 new WebSocketHandshakeDraft75(GURL("ws://example.com:443/demo")
    [all...]
  /external/chromium_org/chrome/browser/history/
thumbnail_database.h 129 chrome::FaviconID GetFaviconIDForFaviconURL(const GURL& icon_url,
135 GURL* icon_url,
140 chrome::FaviconID AddFavicon(const GURL& icon_url,
146 const GURL& icon_url,
169 bool GetIconMappingsForPageURL(const GURL& page_url,
176 bool GetIconMappingsForPageURL(const GURL& page_url,
181 IconMappingID AddIconMapping(const GURL& page_url, chrome::FaviconID icon_id);
190 bool DeleteIconMappings(const GURL& page_url);
201 bool CloneIconMappings(const GURL& old_page_url, const GURL& new_page_url)
    [all...]

Completed in 4470 milliseconds

<<31323334353637383940>>