Home
last modified time | relevance | path

Searched refs:UnpinAppWithID (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/ash/shelf/
Dshelf_delegate.h47 virtual void UnpinAppWithID(const std::string& app_id) = 0;
Dshelf_view.cc660 delegate_->UnpinAppWithID(drag_and_drop_app_id_); in EndDrag()
1199 delegate_->UnpinAppWithID(app_id); in FinalizeRipOffDrag()
Dshelf_view_unittest.cc241 virtual void UnpinAppWithID(const std::string& app_id) OVERRIDE { in UnpinAppWithID() function in ash::test::TestShelfDelegateForShelfView
/external/chromium_org/ash/shell/
Dshelf_delegate_impl.cc49 void ShelfDelegateImpl::UnpinAppWithID(const std::string& app_id) { in UnpinAppWithID() function in ash::shell::ShelfDelegateImpl
Dshelf_delegate_impl.h35 virtual void UnpinAppWithID(const std::string& app_id) OVERRIDE;
/external/chromium_org/ash/test/
Dtest_shelf_delegate.h47 virtual void UnpinAppWithID(const std::string& app_id) OVERRIDE;
Dtest_shelf_delegate.cc104 void TestShelfDelegate::UnpinAppWithID(const std::string& app_id) { in UnpinAppWithID() function in ash::test::TestShelfDelegate
/external/chromium_org/chrome/browser/ui/ash/app_list/
Dapp_list_controller_ash.cc40 ChromeLauncherController::instance()->UnpinAppWithID(extension_id); in UnpinApp()
/external/chromium_org/chrome/browser/ui/ash/launcher/
Dchrome_launcher_controller.h302 virtual void UnpinAppWithID(const std::string& app_id) OVERRIDE;
Dchrome_launcher_controller_unittest.cc1453 launcher_controller_->UnpinAppWithID(extension1_->id()); in TEST_F()
1483 launcher_controller_->UnpinAppWithID(extension1_->id()); in TEST_F()
1705 launcher_controller_->UnpinAppWithID(extension1_->id()); in TEST_F()
2738 launcher_controller_->UnpinAppWithID("1"); in TEST_F()
Dchrome_launcher_controller.cc827 void ChromeLauncherController::UnpinAppWithID(const std::string& app_id) { in UnpinAppWithID() function in ChromeLauncherController
Dchrome_launcher_controller_browsertest.cc1986 controller_->UnpinAppWithID(std::string("fake_app_0")); in IN_PROC_BROWSER_TEST_F()