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

  /external/chromium/chrome/browser/sync/glue/
session_model_associator.cc 264 const int current_index = tab.controller().GetCurrentEntryIndex(); local
266 current_index - max_sync_navigation_count);
267 const int max_index = std::min(current_index + max_sync_navigation_count,
295 tab_s->set_current_navigation_index(current_index);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 502 int current_index; local
684 current_index = ((vinfo.bits_per_pixel+7)/8)-1;
691 FB_AddMode(this, current_index, current_w, current_h, 0);
705 if ( i == current_index ) {
709 current_index = -1;
732 if ( i == current_index ) {
736 current_index = -1;
    [all...]
  /external/chromium/chrome/browser/sessions/
session_service.cc 1067 const int current_index = controller->GetCurrentEntryIndex(); local
    [all...]
  /external/chromium/chrome/browser/history/
top_sites.cc 432 int current_index; local
433 if (pinned_urls_->GetIntegerWithoutPathExpansion(*it, &current_index)) {
434 if (static_cast<size_t>(current_index) == index) {
    [all...]
  /external/v8/src/
liveedit-debugger.js 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);
    [all...]
hydrogen.cc 3412 HValue* current_index = Pop(); local
    [all...]
objects.cc 4237 int current_index = descs->GetFieldIndex(i); local
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc 860 size_t current_index = 0; local
862 while ((match_index = title->find(L'\n', current_index)) != string16::npos) {
864 current_index = match_index;
    [all...]

Completed in 178 milliseconds