Searched defs:target_url (Results 26 - 32 of 32) sorted by relevance

12

/external/chromium_org/content/browser/download/
H A Ddownload_browsertest.cc517 const GURL& target_url,
523 response->AddCustomHeader("Location", target_url.spec());
532 const GURL& target_url) {
534 &HandleRequestAndSendRedirectResponse, relative_url, target_url);
515 HandleRequestAndSendRedirectResponse( const std::string& relative_url, const GURL& target_url, const net::test_server::HttpRequest& request) argument
530 CreateRedirectHandler( const std::string& relative_url, const GURL& target_url) argument
/external/chromium_org/content/public/browser/
H A Dcontent_browser_client.cc248 const GURL& target_url,
243 CanCreateWindow( const GURL& opener_url, const GURL& opener_top_level_frame_url, const GURL& source_origin, WindowContainerType container_type, const GURL& target_url, const Referrer& referrer, WindowOpenDisposition disposition, const blink::WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, ResourceContext* context, int render_process_id, int opener_id, bool* no_javascript_access) argument
/external/chromium_org/chrome/browser/net/
H A Dpredictor.cc468 const GURL& target_url) {
474 DCHECK_EQ(target_url, Predictor::CanonicalizeUrl(target_url));
475 DCHECK_NE(target_url, GURL::EmptyGURL());
477 referrers_[referring_url].SuggestHost(target_url);
467 LearnFromNavigation(const GURL& referring_url, const GURL& target_url) argument
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc1052 const GURL& target_url,
1060 std::make_pair(guest, NewWindowInfo(target_url, guest_name)));
1049 WebContentsCreated(WebContents* source_contents, int opener_render_frame_id, const base::string16& frame_name, const GURL& target_url, content::WebContents* new_contents) argument
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc2009 const GURL& target_url,
2059 BlockedWindowParams blocked_params(target_url,
2004 CanCreateWindow( const GURL& opener_url, const GURL& opener_top_level_frame_url, const GURL& source_origin, WindowContainerType container_type, const GURL& target_url, const content::Referrer& referrer, WindowOpenDisposition disposition, const WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, content::ResourceContext* context, int render_process_id, int opener_id, bool* no_javascript_access) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1544 const GURL& target_url,
1552 target_url,
1563 const GURL& target_url,
1575 details.target_url = target_url;
2409 const GURL& target_url,
2481 target_url,
1539 ShouldCreateWebContents( WebContents* web_contents, int route_id, WindowContainerType window_container_type, const base::string16& frame_name, const GURL& target_url, const std::string& partition_id, content::SessionStorageNamespace* session_storage_namespace) argument
1560 WebContentsCreated(WebContents* source_contents, int opener_render_frame_id, const base::string16& frame_name, const GURL& target_url, WebContents* new_contents) argument
2405 MaybeCreateBackgroundContents( int route_id, WebContents* opener_web_contents, const base::string16& frame_name, const GURL& target_url, const std::string& partition_id, content::SessionStorageNamespace* session_storage_namespace) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1500 SiteInstance::CreateForURL(GetBrowserContext(), params.target_url) :
1537 params.target_url,
1596 params.target_url, new_contents);
1610 OpenURLParams open_params(params.target_url,
2730 const std::string& security_origin, const GURL& target_url) {
2732 << target_url.possibly_invalid_spec();
2729 OnDidRunInsecureContent( const std::string& security_origin, const GURL& target_url) argument

Completed in 2236 milliseconds

12