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

  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 245 const ash::ShelfItem& item = *model_->ItemByID(shortcut_id);
370 ash::ShelfItem item = *shelf_model()->ItemByID(shortcut_id);
378 item = *shelf_model()->ItemByID(shortcut_id);
385 item = *shelf_model()->ItemByID(shortcut_id);
412 const ash::ShelfItem& item2 = *shelf_model()->ItemByID(id);
439 ash::ShelfItem item = *shelf_model()->ItemByID(shortcut_id);
455 item = *shelf_model()->ItemByID(shortcut_id);
462 item = *shelf_model()->ItemByID(shortcut_id);
494 const ash::ShelfItem& item2 = *shelf_model()->ItemByID(item_id);
502 const ash::ShelfItem& item3 = *shelf_model()->ItemByID(item_id)
    [all...]
app_shortcut_launcher_item_controller.cc 212 *(launcher_controller()->model()->ItemByID(shelf_id()));
app_window_launcher_item_controller.cc 266 ash::ShelfItem item = *(launcher_controller()->model()->ItemByID(shelf_id()));
browser_shortcut_launcher_item_controller.cc 247 *(launcher_controller()->model()->ItemByID(shelf_id()));
  /external/chromium_org/ash/shelf/
shelf_model.h 72 ShelfItems::const_iterator ItemByID(ShelfID id) const;
shelf_window_watcher_item_delegate.cc 52 ash::ShelfItem item = *(model_->ItemByID(GetShelfIDForWindow(window_)));
shelf_model.cc 114 ShelfItems::const_iterator i = ItemByID(id);
126 ShelfItems::const_iterator ShelfModel::ItemByID(int id) const {
shelf_view_unittest.cc 390 ShelfItems::const_iterator items = model_->ItemByID(id);
    [all...]

Completed in 353 milliseconds