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

  /external/chromium_org/ash/shelf/
shelf_delegate.h 47 virtual void UnpinAppWithID(const std::string& app_id) = 0;
shelf_view.cc 662 delegate_->UnpinAppWithID(drag_and_drop_app_id_);
    [all...]
shelf_view_unittest.cc 269 virtual void UnpinAppWithID(const std::string& app_id) OVERRIDE {
    [all...]
  /external/chromium_org/ash/shell/
shelf_delegate_impl.cc 48 void ShelfDelegateImpl::UnpinAppWithID(const std::string& app_id) {
shelf_delegate_impl.h 35 virtual void UnpinAppWithID(const std::string& app_id) OVERRIDE;
  /external/chromium_org/ash/test/
test_shelf_delegate.h 47 virtual void UnpinAppWithID(const std::string& app_id) OVERRIDE;
test_shelf_delegate.cc 103 void TestShelfDelegate::UnpinAppWithID(const std::string& app_id) {
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.cc 48 ChromeLauncherController::instance()->UnpinAppWithID(extension_id);
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_footer_panel.cc 153 shelf_delegate->UnpinAppWithID(app_->id());