/external/chromium_org/content/public/browser/ |
page_navigator.cc | 23 should_replace_current_entry(false), 43 should_replace_current_entry(false), 54 should_replace_current_entry(false),
|
navigation_controller.cc | 20 should_replace_current_entry(false), 41 should_replace_current_entry(false), 61 should_replace_current_entry = other.should_replace_current_entry;
|
page_navigator.h | 85 bool should_replace_current_entry; member in struct:content::OpenURLParams
|
navigation_controller.h | 163 bool should_replace_current_entry; member in struct:content::NavigationController::LoadURLParams
|
/external/chromium_org/content/child/ |
request_extra_data.cc | 23 bool should_replace_current_entry, 37 should_replace_current_entry_(should_replace_current_entry),
|
request_extra_data.h | 31 bool should_replace_current_entry, 44 bool should_replace_current_entry() const { function in class:content::RequestExtraData
|
resource_dispatcher.cc | 139 request_.should_replace_current_entry = 140 extra_data->should_replace_current_entry(); 154 request_.should_replace_current_entry = false;
|
/external/chromium_org/content/browser/loader/ |
cross_site_resource_handler.cc | 39 bool should_replace_current_entry) 47 should_replace_current_entry(should_replace_current_entry) { 57 bool should_replace_current_entry; member in struct:content::__anon7757::CrossSiteResponseParams 69 params.should_replace_current_entry); 284 info->should_replace_current_entry())));
|
resource_request_info_impl.h | 55 bool should_replace_current_entry, 121 bool should_replace_current_entry() const { function in class:content::ResourceRequestInfoImpl
|
resource_request_info_impl.cc | 47 false, // should_replace_current_entry 101 bool should_replace_current_entry, 122 should_replace_current_entry_(should_replace_current_entry),
|
/external/chromium_org/content/browser/frame_host/ |
render_frame_host_manager.h | 229 bool should_replace_current_entry) OVERRIDE; 265 bool should_replace_current_entry); 295 bool should_replace_current_entry; member in struct:content::RenderFrameHostManager::PendingNavigationParams
|
render_frame_host_manager.cc | 38 : is_transfer(false), frame_id(-1), should_replace_current_entry(false) { 48 bool should_replace_current_entry) 55 should_replace_current_entry(should_replace_current_entry) { 277 pending_nav_params_->should_replace_current_entry, 423 bool should_replace_current_entry) { 437 page_transition, frame_id, should_replace_current_entry)); [all...] |
/external/chromium_org/chrome/browser/ui/ |
browser_navigator.h | 228 bool should_replace_current_entry; member in struct:chrome::NavigateParams
|
browser_navigator.cc | 258 load_url_params.should_replace_current_entry = 259 params->should_replace_current_entry; 419 should_replace_current_entry(false), 441 should_replace_current_entry(false), 465 should_replace_current_entry(false), 481 nav_params->should_replace_current_entry = 482 params.should_replace_current_entry;
|
/external/chromium_org/content/public/renderer/ |
navigation_state.h | 64 bool should_replace_current_entry() const { function in class:content::NavigationState
|
/external/chromium_org/content/shell/browser/ |
shell.cc | 255 load_url_params.should_replace_current_entry = 256 params.should_replace_current_entry;
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_manager.h | 455 bool should_replace_current_entry); 688 // if a swap-in was not possible. If |should_replace_current_entry| is true, 693 bool should_replace_current_entry);
|
prerender_manager.cc | 496 params->should_replace_current_entry)); 507 params->should_replace_current_entry); 520 bool should_replace_current_entry) { 647 should_replace_current_entry); [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_view_host_delegate.h | 108 bool should_replace_current_entry) = 0;
|
render_view_host_impl.h | 308 bool should_replace_current_entry); [all...] |
/external/chromium_org/content/common/ |
resource_messages.h | 200 IPC_STRUCT_MEMBER(bool, should_replace_current_entry)
|
/external/chromium_org/content/renderer/ |
render_frame_impl.cc | 1038 bool should_replace_current_entry = false; local [all...] |
/external/chromium_org/content/browser/ |
site_per_process_browsertest.cc | 170 bool should_replace_current_entry) { 172 if (should_replace_current_entry) 568 // Tests that the |should_replace_current_entry| flag persists correctly across 623 // Tests that the |should_replace_current_entry| flag persists correctly across 667 // Tests that the |should_replace_current_entry| flag persists correctly across
|
/external/chromium_org/chrome/browser/ui/search/ |
search_tab_helper.cc | 583 load_params.should_replace_current_entry = true;
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_impl.h | 351 bool should_replace_current_entry, 361 bool should_replace_current_entry, [all...] |