OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddItemToFolder
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/app_list/test/
app_list_test_model.cc
64
AppListItem* AppListTestModel::
AddItemToFolder
(AppListItem* item,
66
return AppListModel::
AddItemToFolder
(make_scoped_ptr(item), folder_id);
110
AddItemToFolder
(item, folder_id);
/external/chromium_org/ui/app_list/
app_list_model.cc
72
AppListItem* AppListModel::
AddItemToFolder
(scoped_ptr<AppListItem> item,
76
DVLOG(2) << "
AddItemToFolder
: " << item->id() << ": " << folder_id;
Completed in 35 milliseconds