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

  /external/chromium_org/ash/shelf/
shelf_delegate.h 32 virtual const std::string& GetAppIDForShelfID(ShelfID id) = 0;
shelf_view.cc     [all...]
shelf_view_unittest.cc 249 virtual const std::string& GetAppIDForShelfID(ShelfID id) OVERRIDE {
283 // GetAppIDForShelfID().
    [all...]
  /external/chromium_org/ash/shell/
shelf_delegate_impl.cc 33 const std::string& ShelfDelegateImpl::GetAppIDForShelfID(ShelfID id) {
shelf_delegate_impl.h 31 virtual const std::string& GetAppIDForShelfID(ShelfID id) OVERRIDE;
  /external/chromium_org/ash/test/
test_shelf_delegate.h 43 virtual const std::string& GetAppIDForShelfID(ShelfID id) OVERRIDE;
test_shelf_delegate.cc 88 const std::string& TestShelfDelegate::GetAppIDForShelfID(ShelfID id) {
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_context_menu.cc 159 controller_->GetAppIDForShelfID(item_.id));
chrome_launcher_controller.h 297 virtual const std::string& GetAppIDForShelfID(ash::ShelfID id) OVERRIDE;
chrome_launcher_controller.cc 626 std::string app_id = GetAppIDForShelfID(id);
647 return extensions::util::IsEphemeralApp(GetAppIDForShelfID(id), profile_);
695 std::string app_id = GetAppIDForShelfID(id);
794 const std::string& ChromeLauncherController::GetAppIDForShelfID(
    [all...]
chrome_launcher_controller_unittest.cc 496 launcher_controller_->GetAppIDForShelfID(model_->items()[i].id);
536 launcher_controller_->GetAppIDForShelfID(model_->items()[i].id);
    [all...]

Completed in 94 milliseconds