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

  /external/chromium_org/ash/shelf/
shelf_delegate.h 37 virtual void PinAppWithID(const std::string& app_id) = 0;
shelf_view.cc 599 delegate_->PinAppWithID(app_id);
    [all...]
shelf_view_unittest.cc 256 virtual void PinAppWithID(const std::string& app_id) OVERRIDE {
    [all...]
  /external/chromium_org/ash/shell/
shelf_delegate_impl.cc 37 void ShelfDelegateImpl::PinAppWithID(const std::string& app_id) {
shelf_delegate_impl.h 32 virtual void PinAppWithID(const std::string& app_id) OVERRIDE;
  /external/chromium_org/ash/test/
test_shelf_delegate.h 44 virtual void PinAppWithID(const std::string& app_id) OVERRIDE;
test_shelf_delegate.cc 92 void TestShelfDelegate::PinAppWithID(const std::string& app_id) {
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.cc 44 ChromeLauncherController::instance()->PinAppWithID(extension_id);
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_footer_panel.cc 151 shelf_delegate->PinAppWithID(app_->id());
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_unittest.cc     [all...]
chrome_launcher_controller.h 298 virtual void PinAppWithID(const std::string& app_id) OVERRIDE;
chrome_launcher_controller.cc     [all...]
chrome_launcher_controller_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/
tab_helper.cc 205 ChromeLauncherController::instance()->PinAppWithID(extension->id());

Completed in 336 milliseconds