OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:app_list_index
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc
1502
int
app_list_index
= -1;
local
[
all
...]
chrome_launcher_controller.h
500
// |
app_list_index
| locations will get adjusted within this call to finalize
508
int*
app_list_index
);
/external/chromium_org/ash/
shell.cc
515
int
app_list_index
= shelf_model_->GetItemIndexForType(TYPE_APP_LIST);
local
516
DCHECK_GE(
app_list_index
, 0);
517
LauncherID app_list_id = shelf_model_->items()[
app_list_index
].id;
[
all
...]
Completed in 68 milliseconds