HomeSort by relevance Sort by last modified time
    Searched refs:first_index_to_persist (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sessions/
tab_restore_service.cc 600 int first_index_to_persist = selected_index; local
604 first_index_to_persist = i;
630 for (int i = first_index_to_persist, wrote_count = 0;
    [all...]
  /external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service.cc 430 int first_index_to_persist = selected_index; local
434 first_index_to_persist = i;
466 for (int i = first_index_to_persist, wrote_count = 0;
    [all...]

Completed in 1346 milliseconds