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

/external/chromium_org/chrome/browser/
H A Dcustom_home_pages_table_model.cc241 size_t entry_index = 0; local
245 entry_index = i;
257 observer_->OnItemsChanged(static_cast<int>(entry_index), 1);
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_service_helper.cc132 size_t entry_index = 0; local
134 PopulateTab(&(window->tabs[entry_index]),
138 if (window->tabs[entry_index].navigations.empty()) {
139 window->tabs.erase(window->tabs.begin() + entry_index);
141 window->tabs[entry_index].browser_id = delegate->GetSessionID().id();
142 entry_index++;
/external/chromium_org/net/tools/gdig/
H A Dgdig.cc474 void GDig::OnResolveComplete(unsigned entry_index, argument
480 DCHECK_LT(entry_index, replay_log_.size());
485 entry_index,
488 replay_log_[entry_index].domain_name.c_str(), val);
/external/chromium_org/ui/base/resource/
H A Ddata_pack.cc203 size_t entry_index = target - local
205 LOG(ERROR) << "Entry #" << entry_index << " in data pack points off end "
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.cc1110 int entry_index = GetEntryIndexWithPageID(rfh->GetSiteInstance(), local
1112 DCHECK(entry_index >= 0 &&
1113 entry_index < static_cast<int>(entries_.size()));
1114 NavigationEntryImpl* entry = entries_[entry_index].get();
1245 int entry_index = GetEntryIndexWithPageID( local
1248 if (entry_index < 0 ||
1249 entry_index >= static_cast<int>(entries_.size())) {
1255 if (entry_index != last_committed_entry_index_) {
1256 last_committed_entry_index_ = entry_index;
/external/chromium_org/content/browser/gpu/
H A Dgpu_data_manager_impl_private.cc91 int entry_index = static_cast<int>(sub_version) * kGpuFeatureNumStatus; local
96 entry_index++;
99 entry_index += 2;
102 return entry_index;
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc441 int entry_index = static_cast<int>(reinterpret_cast<intptr_t>(entry->value)); local
442 EntryInfo& entry_info = entries_.at(entry_index);
455 int entry_index = local
457 EntryInfo& entry_info = entries_.at(entry_index);
571 int entry_index = static_cast<int>( local
573 EntryInfo& entry_info = entries_.at(entry_index);
2838 buffer_pos = utoa(entry_index(edge->to()), buffer, buffer_pos);
2864 if (entry_index(entry) != 0) {
H A Dheap-snapshot-generator.h583 int entry_index(HeapEntry* e) { return e->index() * kNodeFieldsCount; } function in class:v8::internal::HeapSnapshotJSONSerializer
H A Dobjects.cc14803 int entry_index = EntryToIndex(entry); local
14804 int value_index = entry_index + 1;
14806 NoWriteBarrierSet(this, entry_index, the_hole_value);
/external/llvm/include/llvm/Object/
H A DELF.h957 size_t entry_index = ((const char *)symb - (const char *)DynSymRegion.Addr) / local
961 const Elf_Versym *vs = getEntry<Elf_Versym>(dot_gnu_version_sec, entry_index);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc3663 int entry_index = controller_.GetEntryIndexWithPageID( local
3665 if (entry_index < 0)
3667 NavigationEntry* entry = controller_.GetEntryAtIndex(entry_index);
3672 controller_.NotifyEntryChanged(entry, entry_index);
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1976 for (uint32_t entry_index = 0; entry_index < local_symbols_info.entriesCount; entry_index++)
2018 entry_index,

Completed in 2024 milliseconds