Searched refs:should_replace_current_entry (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/content/public/browser/
H A Dpage_navigator.cc22 should_replace_current_entry(false),
40 should_replace_current_entry(false),
50 should_replace_current_entry(false),
H A Dnavigation_controller.cc20 should_replace_current_entry(false),
41 should_replace_current_entry(false),
61 should_replace_current_entry = other.should_replace_current_entry;
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/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/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.h60 bool should_replace_current_entry,
70 bool should_replace_current_entry,
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.h237 bool should_replace_current_entry);
/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/chrome/browser/ui/
H A Dbrowser_navigator.h231 bool should_replace_current_entry; member in struct:chrome::NavigateParams
H A Dbrowser_navigator.cc266 load_url_params.should_replace_current_entry =
267 params->should_replace_current_entry;
420 should_replace_current_entry(false),
443 should_replace_current_entry(false),
468 should_replace_current_entry(false),
485 nav_params->should_replace_current_entry =
486 params.should_replace_current_entry;
/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/content/common/
H A Dframe_messages.h223 IPC_STRUCT_MEMBER(bool, should_replace_current_entry)
274 IPC_STRUCT_MEMBER(bool, should_replace_current_entry)
306 IPC_STRUCT_MEMBER(bool, should_replace_current_entry)
H A Dresource_messages.h223 IPC_STRUCT_MEMBER(bool, should_replace_current_entry)
/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/test/
H A Dtest_render_frame_host.cc177 params.should_replace_current_entry = false;
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_manager.h469 bool should_replace_current_entry);
662 // if a swap-in was not possible. If |should_replace_current_entry| is true,
667 bool should_replace_current_entry);
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/components/web_contents_delegate_android/
H A Dweb_contents_delegate_android.cc119 load_params.should_replace_current_entry =
120 params.should_replace_current_entry;
/external/chromium_org/content/shell/browser/
H A Dshell.cc267 load_url_params.should_replace_current_entry =
268 params.should_replace_current_entry;
/external/chromium_org/athena/content/
H A Dweb_activity.cc228 load_url_params.should_replace_current_entry =
229 params.should_replace_current_entry;
/external/chromium_org/chrome/browser/android/
H A Dtab_android.cc270 load_url_params->should_replace_current_entry =
271 params->should_replace_current_entry;

Completed in 427 milliseconds

12