Searched refs:GetShelfIDForAppID (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_delegate.h29 virtual ShelfID GetShelfIDForAppID(const std::string& app_id) = 0;
H A Dshelf_view.cc590 delegate_->GetShelfIDForAppID(drag_and_drop_app_id_);
601 delegate_->GetShelfIDForAppID(drag_and_drop_app_id_);
H A Dshelf_view_unittest.cc243 virtual ShelfID GetShelfIDForAppID(const std::string& app_id) OVERRIDE {
/external/chromium_org/ash/shell/
H A Dshelf_delegate_impl.cc29 ShelfID ShelfDelegateImpl::GetShelfIDForAppID(const std::string& app_id) { function in class:ash::shell::ShelfDelegateImpl
H A Dshelf_delegate_impl.h30 virtual ShelfID GetShelfIDForAppID(const std::string& app_id) OVERRIDE;
/external/chromium_org/ash/test/
H A Dtest_shelf_delegate.h42 virtual ShelfID GetShelfIDForAppID(const std::string& app_id) OVERRIDE;
H A Dtest_shelf_delegate.cc84 ShelfID TestShelfDelegate::GetShelfIDForAppID(const std::string& app_id) { function in class:ash::test::TestShelfDelegate
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc652 ash::ShelfID id = GetShelfIDForAppID(app_id);
657 id = GetShelfIDForAppID(app_id);
664 ash::ShelfID id = GetShelfIDForAppID(app_id);
749 ash::ShelfID id = GetShelfIDForAppID(app_id);
781 ash::ShelfID ChromeLauncherController::GetShelfIDForAppID( function in class:ChromeLauncherController
856 int index = model_->ItemIndexByID(GetShelfIDForAppID(app_id));
990 ash::ShelfID id = GetShelfIDForAppID(last_app_id);
1005 ash::ShelfID id = GetShelfIDForAppID(app_id);
1022 ash::ShelfID id = GetShelfIDForAppID(app_id);
1192 if (GetShelfIDForAppID(i
[all...]
H A Dapp_window_launcher_controller.cc178 shelf_id = owner_->GetShelfIDForAppID(app_id);
H A Dbrowser_shortcut_launcher_item_controller.cc348 launcher_controller()->GetShelfIDForAppID(
H A Dchrome_launcher_controller_unittest.cc1953 launcher_controller_->GetShelfIDForAppID(extension_misc::kChromeAppId);
1998 launcher_controller_->GetShelfIDForAppID(extension_misc::kChromeAppId);
2067 launcher_controller_->GetShelfIDForAppID(extension_misc::kChromeAppId);
2137 launcher_controller_->GetShelfIDForAppID(extension_misc::kChromeAppId);
2486 EXPECT_EQ(0, launcher_controller_->GetShelfIDForAppID(app_id));
2655 ash::ShelfID id = launcher_controller_->GetShelfIDForAppID("1");
H A Dchrome_launcher_controller.h296 virtual ash::ShelfID GetShelfIDForAppID(const std::string& app_id) OVERRIDE;
H A Dchrome_launcher_controller_browsertest.cc2070 ash::ShelfID id = controller_->GetShelfIDForAppID(

Completed in 622 milliseconds