OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_item_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/app_list/
app_list_model.cc
88
const std::string AppListModel::MergeItems(const std::string&
target_item_id
,
94
DVLOG(2) << "MergeItems: " << source_item_id << " -> " <<
target_item_id
;
local
96
AppListItem* target_item = FindItem(
target_item_id
);
130
top_level_item_list_->RemoveItem(
target_item_id
);
app_list_model.h
75
const std::string MergeItems(const std::string&
target_item_id
,
Completed in 166 milliseconds