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 253 virtual void PinAppWithID(const std::string& app_id) OVERRIDE {
    [all...]
  /external/chromium_org/ash/shell/
shelf_delegate_impl.cc 38 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 93 void TestShelfDelegate::PinAppWithID(const std::string& app_id) {
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.cc 45 ChromeLauncherController::instance()->PinAppWithID(extension_id);
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_footer_panel.cc 146 shelf_delegate->PinAppWithID(app_->id());
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.h 299 virtual void PinAppWithID(const std::string& app_id) OVERRIDE;
chrome_launcher_controller_unittest.cc     [all...]
chrome_launcher_controller.cc 828 void ChromeLauncherController::PinAppWithID(const std::string& app_id) {
    [all...]
chrome_launcher_controller_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/
tab_helper.cc 231 ChromeLauncherController::instance()->PinAppWithID(extension->id());

Completed in 218 milliseconds