Searched defs:should_replace_current_entry (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dpage_navigator.h80 bool should_replace_current_entry; member in struct:content::OpenURLParams
H A Dnavigation_controller.h158 bool should_replace_current_entry; member in struct:content::NavigationController::LoadURLParams
/external/chromium_org/content/browser/frame_host/
H A Dnavigator.h95 bool should_replace_current_entry,
109 bool should_replace_current_entry,
91 RequestOpenURL(RenderFrameHostImpl* render_frame_host, const GURL& url, const Referrer& referrer, WindowOpenDisposition disposition, bool should_replace_current_entry, bool user_gesture) argument
101 RequestTransferURL( RenderFrameHostImpl* render_frame_host, const GURL& url, const std::vector<GURL>& redirect_chain, const Referrer& referrer, ui::PageTransition page_transition, WindowOpenDisposition disposition, const GlobalRequestID& transferred_global_request_id, bool should_replace_current_entry, bool user_gesture) argument
H A Dnavigator_impl.cc93 params->should_replace_current_entry = entry.should_replace_entry();
549 bool should_replace_current_entry,
574 should_replace_current_entry,
586 bool should_replace_current_entry,
609 params.should_replace_current_entry = should_replace_current_entry;
544 RequestOpenURL( RenderFrameHostImpl* render_frame_host, const GURL& url, const Referrer& referrer, WindowOpenDisposition disposition, bool should_replace_current_entry, bool user_gesture) argument
578 RequestTransferURL( RenderFrameHostImpl* render_frame_host, const GURL& url, const std::vector<GURL>& redirect_chain, const Referrer& referrer, ui::PageTransition page_transition, WindowOpenDisposition disposition, const GlobalRequestID& transferred_global_request_id, bool should_replace_current_entry, bool user_gesture) argument
H A Drender_frame_host_manager.cc69 begin_navigation_params.should_replace_current_entry =
70 navigate_params.should_replace_current_entry;
362 bool should_replace_current_entry) {
411 should_replace_current_entry,
355 OnCrossSiteResponse( RenderFrameHostImpl* pending_render_frame_host, const GlobalRequestID& global_request_id, scoped_ptr<CrossSiteTransferringRequest> cross_site_transferring_request, const std::vector<GURL>& transfer_url_chain, const Referrer& referrer, ui::PageTransition page_transition, bool should_replace_current_entry) argument
H A Drender_frame_host_impl.cc633 params.should_replace_current_entry, params.user_gesture);
760 bool should_replace_current_entry) {
764 should_replace_current_entry);
754 OnCrossSiteResponse( const GlobalRequestID& global_request_id, scoped_ptr<CrossSiteTransferringRequest> cross_site_transferring_request, const std::vector<GURL>& transfer_url_chain, const Referrer& referrer, ui::PageTransition page_transition, bool should_replace_current_entry) argument
/external/chromium_org/content/public/renderer/
H A Dnavigation_state.h64 bool should_replace_current_entry() const { function in class:content::NavigationState
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_navigator.h231 bool should_replace_current_entry; member in struct:chrome::NavigateParams
/external/chromium_org/content/browser/
H A Dcross_site_transfer_browsertest.cc158 load_url_params.should_replace_current_entry =
159 params.should_replace_current_entry;
194 bool should_replace_current_entry,
197 if (should_replace_current_entry)
246 // Tests that the |should_replace_current_entry| flag persists correctly across
312 // Tests that the |should_replace_current_entry| flag persists correctly across
356 // Tests that the |should_replace_current_entry| flag persists correctly across
192 NavigateToURLContentInitiated(Shell* window, const GURL& url, bool should_replace_current_entry, bool should_wait_for_navigation) argument
/external/chromium_org/content/browser/loader/
H A Dcross_site_resource_handler.cc46 bool should_replace_current_entry)
52 should_replace_current_entry(should_replace_current_entry) {
60 bool should_replace_current_entry; member in struct:content::__anon7212::CrossSiteResponseParams
74 params.page_transition, params.should_replace_current_entry);
377 info->should_replace_current_entry())));
40 CrossSiteResponseParams( int render_frame_id, const GlobalRequestID& global_request_id, const std::vector<GURL>& transfer_url_chain, const Referrer& referrer, ui::PageTransition page_transition, bool should_replace_current_entry) argument
H A Dresource_request_info_impl.cc46 false, // should_replace_current_entry
101 bool should_replace_current_entry,
123 should_replace_current_entry_(should_replace_current_entry),
89 ResourceRequestInfoImpl( int process_type, int child_id, int route_id, int origin_pid, int request_id, int render_frame_id, bool is_main_frame, bool parent_is_main_frame, int parent_render_frame_id, ResourceType resource_type, ui::PageTransition transition_type, bool should_replace_current_entry, bool is_download, bool is_stream, bool allow_download, bool has_user_gesture, bool enable_load_timing, blink::WebReferrerPolicy referrer_policy, blink::WebPageVisibilityState visibility_state, ResourceContext* context, base::WeakPtr<ResourceMessageFilter> filter, bool is_async) argument
H A Dresource_request_info_impl.h54 bool should_replace_current_entry,
122 bool should_replace_current_entry() const { function in class:content::ResourceRequestInfoImpl
/external/chromium_org/content/child/
H A Drequest_extra_data.h60 bool should_replace_current_entry() const { function in class:content::RequestExtraData
64 bool should_replace_current_entry) {
65 should_replace_current_entry_ = should_replace_current_entry;
63 set_should_replace_current_entry( bool should_replace_current_entry) argument
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_manager.cc475 params->should_replace_current_entry));
486 params->should_replace_current_entry);
499 bool should_replace_current_entry) {
642 should_replace_current_entry);
1045 bool should_replace_current_entry)
1050 should_replace_current_entry_(should_replace_current_entry),
495 SwapInternal( const GURL& url, WebContents* web_contents, PrerenderData* prerender_data, bool should_replace_current_entry) argument
1040 PendingSwap( PrerenderManager* manager, content::WebContents* target_contents, PrerenderData* prerender_data, const GURL& url, bool should_replace_current_entry) argument
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc2139 render_view_->pending_navigation_params_->should_replace_current_entry =
2706 // Attach |should_replace_current_entry| state to requests so that, should
2709 bool should_replace_current_entry = false; local
2711 should_replace_current_entry = data_source->replacesCurrentHistoryItem();
2717 // NavigationState::should_replace_current_entry().
2718 should_replace_current_entry =
2719 navigation_state->should_replace_current_entry();
2762 extra_data->set_should_replace_current_entry(should_replace_current_entry);
3704 params.should_replace_current_entry = ds->replacesCurrentHistoryItem();
3706 // This is necessary to preserve the should_replace_current_entry valu
[all...]

Completed in 217 milliseconds