HomeSort by relevance Sort by last modified time
    Searched refs:app_item (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service.cc 39 bool UpdateSyncItemFromAppItem(const AppListItemModel* app_item,
41 DCHECK_EQ(sync_item->item_id, app_item->id());
44 !app_item->position().Equals(sync_item->item_ordinal)) {
45 sync_item->item_ordinal = app_item->position();
266 AppListItemModel* app_item) {
267 const std::string& item_id = app_item->id();
275 UpdateSyncItemFromAppItem(app_item, sync_item);
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 815 const ash::LauncherItem& app_item = local
    [all...]

Completed in 26 milliseconds