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

/external/chromium_org/ash/shelf/
H A Dshelf_delegate.h47 virtual void UnpinAppWithID(const std::string& app_id) = 0;
H A Dshelf_view.cc662 delegate_->UnpinAppWithID(drag_and_drop_app_id_);
1134 delegate_->UnpinAppWithID(app_id);
H A Dshelf_view_unittest.cc269 virtual void UnpinAppWithID(const std::string& app_id) OVERRIDE {
/external/chromium_org/ash/shell/
H A Dshelf_delegate_impl.cc48 void ShelfDelegateImpl::UnpinAppWithID(const std::string& app_id) { function in class:ash::shell::ShelfDelegateImpl
H A Dshelf_delegate_impl.h35 virtual void UnpinAppWithID(const std::string& app_id) OVERRIDE;
/external/chromium_org/ash/test/
H A Dtest_shelf_delegate.h47 virtual void UnpinAppWithID(const std::string& app_id) OVERRIDE;
H A Dtest_shelf_delegate.cc103 void TestShelfDelegate::UnpinAppWithID(const std::string& app_id) { function in class:ash::test::TestShelfDelegate
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_controller_ash.cc48 ChromeLauncherController::instance()->UnpinAppWithID(extension_id);
/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
H A Dapp_info_footer_panel.cc153 shelf_delegate->UnpinAppWithID(app_->id());
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.h301 virtual void UnpinAppWithID(const std::string& app_id) OVERRIDE;
H A Dchrome_launcher_controller_unittest.cc1237 launcher_controller_->UnpinAppWithID(extension1_->id());
1267 launcher_controller_->UnpinAppWithID(extension1_->id());
1538 launcher_controller_->UnpinAppWithID(extension1_->id());
2693 launcher_controller_->UnpinAppWithID("1");
H A Dchrome_launcher_controller.cc883 void ChromeLauncherController::UnpinAppWithID(const std::string& app_id) { function in class:ChromeLauncherController
H A Dchrome_launcher_controller_browsertest.cc2059 controller_->UnpinAppWithID(std::string("fake_app_0"));

Completed in 1178 milliseconds