Home
last modified time | relevance | path

Searched refs:wrote_count (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/sessions/
Dtab_restore_service.cc630 for (int i = first_index_to_persist, wrote_count = 0; in ScheduleCommandsForTab() local
631 i < max_index && wrote_count < 2 * max_persist_navigation_count; ++i) { in ScheduleCommandsForTab()
637 navigations[i].ToNavigationEntry(wrote_count, profile())); in ScheduleCommandsForTab()
640 wrote_count++, *entry)); in ScheduleCommandsForTab()