HomeSort by relevance Sort by last modified time
    Searched full:did_replace_entry (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/content/public/browser/
navigation_details.cc 13 did_replace_entry(false),
navigation_details.h 42 bool did_replace_entry; member in struct:content::LoadCommittedDetails
  /external/chromium_org/chrome/browser/infobars/
confirm_infobar_delegate.cc 54 return !details.did_replace_entry &&
  /external/chromium_org/chrome/browser/history/
history_tab_helper.h 38 bool did_replace_entry,
history_tab_helper.cc 61 bool did_replace_entry,
66 history::SOURCE_BROWSED, did_replace_entry);
112 details.did_replace_entry, params);
history_types.cc 339 did_replace_entry(false) {}
350 bool did_replace_entry)
359 did_replace_entry(did_replace_entry) {
history_types.h 577 bool did_replace_entry);
590 bool did_replace_entry; member in struct:history::HistoryAddPageArgs
history_service.cc 484 bool did_replace_entry) {
489 did_replace_entry));
    [all...]
history_service.h 194 // 'did_replace_entry' is true when the navigation entry for this page has
207 bool did_replace_entry);
    [all...]
history_backend.cc 488 if (request.did_replace_entry &&
    [all...]
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.h 250 // The functions taking |did_replace_entry| will fill into the given variable
252 // See LoadCommittedDetails.did_replace_entry.
260 const ViewHostMsg_FrameNavigate_Params& params, bool* did_replace_entry);
navigation_controller_impl.cc 760 details->did_replace_entry =
772 RendererDidNavigateToNewPage(params, details->did_replace_entry);
781 RendererDidNavigateInPage(params, &details->did_replace_entry);
    [all...]
navigation_controller_impl_unittest.cc     [all...]
  /external/chromium/chrome/browser/history/
history.cc 307 bool did_replace_entry) {
309 visit_source, did_replace_entry);
320 bool did_replace_entry) {
324 did_replace_entry));
history_types.cc 364 did_replace_entry(arg_did_replace_entry) {
372 visit_source, did_replace_entry);
history.h 183 // 'did_replace_entry' is true when the navigation entry for this page has
195 bool did_replace_entry);
207 bool did_replace_entry);
    [all...]
history_types.h 587 bool did_replace_entry; member in class:history::HistoryAddPageArgs
history_backend.cc 454 if (request->did_replace_entry &&
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.cc 360 details.did_replace_entry = false;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
external_tab_container_win.cc 641 false /* did_replace_entry */, nav_params);
    [all...]

Completed in 1380 milliseconds