Searched defs:GetShelfIDForAppID (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/shell/
H A Dshelf_delegate_impl.cc29 ShelfID ShelfDelegateImpl::GetShelfIDForAppID(const std::string& app_id) { function in class:ash::shell::ShelfDelegateImpl
/external/chromium_org/ash/test/
H A Dtest_shelf_delegate.cc84 ShelfID TestShelfDelegate::GetShelfIDForAppID(const std::string& app_id) { function in class:ash::test::TestShelfDelegate
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc652 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( function in class:ChromeLauncherController
856 int index = model_->ItemIndexByID(GetShelfIDForAppID(app_id));
990 ash::ShelfID id = GetShelfIDForAppID(last_app_id);
1005 ash::ShelfID id = GetShelfIDForAppID(app_id);
1022 ash::ShelfID id = GetShelfIDForAppID(app_id);
1192 if (GetShelfIDForAppID(i
[all...]

Completed in 283 milliseconds