OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entry_index
(Results
1 - 5
of
5
) 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
1392
int
entry_index
=
local
1409
int
entry_index
=
local
[
all
...]
objects.cc
9601
int
entry_index
= EntryToIndex(entry);
local
[
all
...]
Completed in 720 milliseconds