HomeSort by relevance Sort by last modified time
    Searched full:did_replace_entry (Results 1 - 15 of 15) 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/components/infobars/core/
confirm_infobar_delegate.cc 56 return !details.did_replace_entry &&
infobar_delegate.h 64 bool did_replace_entry; member in struct:infobars::InfoBarDelegate::NavigationDetails
  /external/chromium_org/chrome/browser/infobars/
infobar_service.cc 41 navigation_details.did_replace_entry = details.did_replace_entry;
  /external/chromium_org/chrome/browser/history/
history_tab_helper.h 38 bool did_replace_entry,
history_tab_helper.cc 58 bool did_replace_entry,
63 history::SOURCE_BROWSED, did_replace_entry);
101 details.did_replace_entry, params);
history_service.cc 375 bool did_replace_entry) {
380 did_replace_entry));
    [all...]
history_service.h 174 // 'did_replace_entry' is true when the navigation entry for this page has
187 bool did_replace_entry);
    [all...]
history_backend.cc 533 if (request.did_replace_entry &&
    [all...]
  /external/chromium_org/components/history/core/browser/
history_types.cc 247 did_replace_entry(false) {}
258 bool did_replace_entry)
267 did_replace_entry(did_replace_entry) {
history_types.h 387 bool did_replace_entry);
400 bool did_replace_entry; member in struct:history::HistoryAddPageArgs
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.h 253 // The functions taking |did_replace_entry| will fill into the given variable
255 // See LoadCommittedDetails.did_replace_entry.
269 bool* did_replace_entry);
navigation_controller_impl.cc 782 details->did_replace_entry =
794 RendererDidNavigateToNewPage(rfh, params, details->did_replace_entry);
803 RendererDidNavigateInPage(rfh, params, &details->did_replace_entry);
    [all...]
navigation_controller_impl_unittest.cc     [all...]

Completed in 223 milliseconds