Searched refs:max_source_index (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.cc1346 int max_source_index = source->last_committed_entry_index_; local
1347 if (max_source_index == -1)
1348 max_source_index = source->GetEntryCount();
1350 max_source_index++;
1355 if (replace_entry && max_source_index > 0)
1356 max_source_index--;
1358 InsertEntriesFrom(*source, max_source_index);
1364 max_source_index,

Completed in 83 milliseconds