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

  /external/chromium/chrome/browser/
custom_home_pages_table_model.cc 176 int entry_index; local
178 GetEntryByLoadHandle(&Entry::title_handle, handle, &entry_index);
187 observer_->OnItemsChanged(static_cast<int>(entry_index), 1);
194 int entry_index; local
196 GetEntryByLoadHandle(&Entry::favicon_handle, handle, &entry_index);
214 observer_->OnItemsChanged(static_cast<int>(entry_index), 1);
custom_home_pages_table_model.h 76 // Returns the entry whose |member| matches |handle| and sets |entry_index| to
80 int* entry_index);
  /external/chromium/chrome/browser/sessions/
tab_restore_service.cc 245 size_t entry_index = 0; local
247 PopulateTab(&(window->tabs[entry_index]),
251 if (window->tabs[entry_index].navigations.empty()) {
252 window->tabs.erase(window->tabs.begin() + entry_index);
254 window->tabs[entry_index].browser_id = delegate->GetSessionID().id();
255 entry_index++;
    [all...]
  /external/v8/src/
profile-generator.cc 1363 int entry_index = local
1380 int entry_index = local
    [all...]
objects.cc 11880 int entry_index = EntryToIndex(entry); local
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 2391 size_t entry_index = ((const char*)symb - sec_start)\/section->sh_entsize; local
    [all...]

Completed in 287 milliseconds