HomeSort by relevance Sort by last modified time
    Searched refs:did_replace_entry (Results 1 - 19 of 19) 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.cc 63 bool did_replace_entry,
68 history::SOURCE_BROWSED, did_replace_entry);
116 details.did_replace_entry, params);
history_tab_helper.h 41 bool did_replace_entry,
history_types.cc 331 did_replace_entry(false) {}
342 bool did_replace_entry)
351 did_replace_entry(did_replace_entry) {
history_types.h 569 bool did_replace_entry);
582 bool did_replace_entry; member in struct:history::HistoryAddPageArgs
history_service.h 194 // 'did_replace_entry' is true when the navigation entry for this page has
207 bool did_replace_entry);
    [all...]
history_service.cc 474 bool did_replace_entry) {
479 did_replace_entry));
    [all...]
history_backend.cc 494 if (request.did_replace_entry &&
    [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.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.cc 364 did_replace_entry(arg_did_replace_entry) {
372 visit_source, did_replace_entry);
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_org/content/browser/web_contents/
navigation_controller_impl.h 249 // The functions taking |did_replace_entry| will fill into the given variable
251 // See LoadCommittedDetails.did_replace_entry.
259 const ViewHostMsg_FrameNavigate_Params& params, bool* did_replace_entry);
navigation_controller_impl.cc 737 details->did_replace_entry =
749 RendererDidNavigateToNewPage(params, details->did_replace_entry);
758 RendererDidNavigateInPage(params, &details->did_replace_entry);
    [all...]
navigation_controller_impl_unittest.cc     [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.cc 360 details.did_replace_entry = false;
    [all...]

Completed in 282 milliseconds