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

  /external/chromium_org/ash/shelf/
shelf_delegate.h 29 virtual ShelfID GetShelfIDForAppID(const std::string& app_id) = 0;
shelf_view.cc 590 delegate_->GetShelfIDForAppID(drag_and_drop_app_id_);
601 delegate_->GetShelfIDForAppID(drag_and_drop_app_id_);
    [all...]
shelf_view_unittest.cc 243 virtual ShelfID GetShelfIDForAppID(const std::string& app_id) OVERRIDE {
    [all...]
  /external/chromium_org/ash/shell/
shelf_delegate_impl.cc 29 ShelfID ShelfDelegateImpl::GetShelfIDForAppID(const std::string& app_id) {
shelf_delegate_impl.h 30 virtual ShelfID GetShelfIDForAppID(const std::string& app_id) OVERRIDE;
  /external/chromium_org/ash/test/
test_shelf_delegate.h 42 virtual ShelfID GetShelfIDForAppID(const std::string& app_id) OVERRIDE;
test_shelf_delegate.cc 84 ShelfID TestShelfDelegate::GetShelfIDForAppID(const std::string& app_id) {
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc 652 ash::ShelfID id = GetShelfIDForAppID(app_id);
657 id = GetShelfIDForAppID(app_id);
664 ash::ShelfID id = GetShelfIDForAppID(app_id);
749 ash::ShelfID id = GetShelfIDForAppID(app_id);
781 ash::ShelfID ChromeLauncherController::GetShelfIDForAppID(
    [all...]
app_window_launcher_controller.cc 178 shelf_id = owner_->GetShelfIDForAppID(app_id);
browser_shortcut_launcher_item_controller.cc 348 launcher_controller()->GetShelfIDForAppID(
chrome_launcher_controller_unittest.cc     [all...]
chrome_launcher_controller.h 296 virtual ash::ShelfID GetShelfIDForAppID(const std::string& app_id) OVERRIDE;
chrome_launcher_controller_browsertest.cc     [all...]

Completed in 94 milliseconds