Searched refs:current_index (Results 1 – 9 of 9) sorted by relevance
135 static unsigned current_index; in CompletionGenerator() local143 current_index = 0; in CompletionGenerator()145 if (current_index < current_completions->Length()) { in CompletionGenerator()147 Handle<Integer> index = Integer::New(current_index); in CompletionGenerator()149 current_index++; in CompletionGenerator()
276 var current_index = 0;282 while (current_index < compile_info.length &&283 compile_info[current_index].outer_index == old_parent_index) {284 var saved_index = current_index;290 current_index++;299 Assert(current_index == compile_info.length);
4237 int current_index = descs->GetFieldIndex(i); in NextFreePropertyIndex() local4238 if (current_index > max_index) max_index = current_index; in NextFreePropertyIndex()
3412 HValue* current_index = Pop(); in VisitForInStatement() local3414 current_index, in VisitForInStatement()
490 int current_index; in FB_VideoInit() local625 current_index = ((vinfo.bits_per_pixel+7)/8)-1; in FB_VideoInit()632 FB_AddMode(this, current_index, current_w, current_h, 0); in FB_VideoInit()641 if ( i == current_index ) { in FB_VideoInit()645 current_index = -1; in FB_VideoInit()663 if ( i == current_index ) { in FB_VideoInit()667 current_index = -1; in FB_VideoInit()
264 const int current_index = tab.controller().GetCurrentEntryIndex(); in WriteTabContentsToSyncModel() local266 current_index - max_sync_navigation_count); in WriteTabContentsToSyncModel()267 const int max_index = std::min(current_index + max_sync_navigation_count, in WriteTabContentsToSyncModel()295 tab_s->set_current_navigation_index(current_index); in WriteTabContentsToSyncModel()
432 int current_index; in GetPinnedURLAtIndex() local433 if (pinned_urls_->GetIntegerWithoutPathExpansion(*it, ¤t_index)) { in GetPinnedURLAtIndex()434 if (static_cast<size_t>(current_index) == index) { in GetPinnedURLAtIndex()
1067 const int current_index = controller->GetCurrentEntryIndex(); in BuildCommandsForTab() local1069 current_index - max_persist_navigation_count); in BuildCommandsForTab()1070 const int max_index = std::min(current_index + max_persist_navigation_count, in BuildCommandsForTab()1105 current_index)); in BuildCommandsForTab()
860 size_t current_index = 0; in FormatTitleForDisplay() local862 while ((match_index = title->find(L'\n', current_index)) != string16::npos) { in FormatTitleForDisplay()864 current_index = match_index; in FormatTitleForDisplay()