HomeSort by relevance Sort by last modified time
    Searched refs:should_replace_current_entry (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/content/public/browser/
page_navigator.cc 22 should_replace_current_entry(false),
40 should_replace_current_entry(false),
50 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 80 bool should_replace_current_entry; member in struct:content::OpenURLParams
navigation_controller.h 158 bool should_replace_current_entry; member in struct:content::NavigationController::LoadURLParams
  /external/chromium_org/content/child/
request_extra_data.h 60 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;
  /external/chromium_org/content/browser/frame_host/
navigator.h 105 bool should_replace_current_entry,
119 bool should_replace_current_entry,
navigator_impl.h 57 bool should_replace_current_entry,
67 bool should_replace_current_entry,
navigator_impl.cc 70 params->should_replace_current_entry = entry.should_replace_entry();
548 bool should_replace_current_entry,
569 should_replace_current_entry, user_gesture);
580 bool should_replace_current_entry,
602 params.should_replace_current_entry = should_replace_current_entry;
render_frame_host_manager.h 221 bool should_replace_current_entry);
309 bool should_replace_current_entry);
337 bool should_replace_current_entry; member in struct:content::RenderFrameHostManager::PendingNavigationParams
render_frame_host_manager.cc 50 bool should_replace_current_entry)
57 should_replace_current_entry(should_replace_current_entry) {
338 bool should_replace_current_entry) {
354 should_replace_current_entry));
408 pending_nav_params_->should_replace_current_entry,
    [all...]
render_frame_host_impl.cc 378 params.should_replace_current_entry, params.user_gesture);
510 bool should_replace_current_entry) {
514 should_replace_current_entry);
    [all...]
render_frame_host_impl.h 119 bool should_replace_current_entry);
  /external/chromium_org/content/browser/loader/
cross_site_resource_handler.cc 46 bool should_replace_current_entry)
53 should_replace_current_entry(should_replace_current_entry) {
62 bool should_replace_current_entry; member in struct:content::__anon11536::CrossSiteResponseParams
79 params.page_transition, params.should_replace_current_entry);
332 info->should_replace_current_entry())));
resource_request_info_impl.h 54 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/chrome/browser/ui/
browser_navigator.h 231 bool should_replace_current_entry; member in struct:chrome::NavigateParams
browser_navigator.cc 262 load_url_params.should_replace_current_entry =
263 params->should_replace_current_entry;
416 should_replace_current_entry(false),
439 should_replace_current_entry(false),
464 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/browser/
cross_site_transfer_browsertest.cc 161 load_url_params.should_replace_current_entry =
162 params.should_replace_current_entry;
197 bool should_replace_current_entry,
200 if (should_replace_current_entry)
249 // Tests that the |should_replace_current_entry| flag persists correctly across
315 // Tests that the |should_replace_current_entry| flag persists correctly across
359 // Tests that the |should_replace_current_entry| flag persists correctly across
  /external/chromium_org/content/common/
frame_messages.h 206 IPC_STRUCT_MEMBER(bool, should_replace_current_entry)
255 IPC_STRUCT_MEMBER(bool, should_replace_current_entry)
resource_messages.h 203 IPC_STRUCT_MEMBER(bool, should_replace_current_entry)
  /external/chromium_org/chrome/browser/prerender/
prerender_manager.h 478 bool should_replace_current_entry);
676 // if a swap-in was not possible. If |should_replace_current_entry| is true,
681 bool should_replace_current_entry);
prerender_manager.cc 479 params->should_replace_current_entry));
490 params->should_replace_current_entry);
503 bool should_replace_current_entry) {
646 should_replace_current_entry);
    [all...]
  /external/chromium_org/components/web_contents_delegate_android/
web_contents_delegate_android.cc 120 load_params.should_replace_current_entry =
121 params.should_replace_current_entry;
  /external/chromium_org/content/shell/browser/
shell.cc 267 load_url_params.should_replace_current_entry =
268 params.should_replace_current_entry;

Completed in 1101 milliseconds

1 2