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

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service.cc 58 bool UpdateSyncItemFromAppItem(const AppListItem* app_item,
60 DCHECK_EQ(sync_item->item_id, app_item->id());
63 sync_item->parent_id != app_item->folder_id()) {
64 sync_item->parent_id = app_item->folder_id();
67 if (sync_item->item_name != app_item->name()) {
68 sync_item->item_name = app_item->name();
72 !app_item->position().Equals(sync_item->item_ordinal)) {
73 sync_item->item_ordinal = app_item->position();
299 void AppListSyncableService::AddItem(scoped_ptr<AppListItem> app_item) {
300 SyncItem* sync_item = FindOrAddSyncItem(app_item.get())
478 AppListItem* app_item = model_->FindItem(sync_item->item_id); local
710 AppListItem* app_item = model_->FindItem(sync_item->item_id); local
731 AppListItem* app_item = model_->FindItem(sync_item->item_id); local
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 648 const ash::ShelfItem& app_item = GetLastLauncherItem(); local
649 ash::ShelfID app_id = app_item.id;
850 const ash::ShelfItem& app_item = local
    [all...]
  /external/chromium_org/third_party/webrtc/test/
rtcp_packet_parser.h 395 AppItem* app_item() { return &app_item_; } function in class:webrtc::test::RtcpPacketParser

Completed in 76 milliseconds