Home | History | Annotate | Download | only in frame_host

Lines Matching defs:current_index

299   int current_index = -1;
306 // should also update the current_index.
307 current_index = pending_entry_index_;
310 current_index = GetCurrentEntryIndex();
311 if (current_index != -1) {
313 GetEntryAtIndex(current_index));
373 pending_entry_index_ = current_index;
551 int current_index = GetCurrentEntryIndex();
555 pending_entry_index_ = current_index - 1;
572 int current_index = GetCurrentEntryIndex();
576 pending_entry_index_ = current_index;