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

  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_context_menu.cc 270 return !controller_->CanInstall(item_.id);
272 return controller_->CanInstall(item_.id);
chrome_launcher_controller.h 187 bool CanInstall(ash::ShelfID id);
chrome_launcher_controller_browsertest.cc 637 // Verify that ChromeLauncherController::CanInstall() returns true for ephemeral
642 // Sanity check to verify that ChromeLauncherController::CanInstall() returns
651 EXPECT_FALSE(controller_->CanInstall(app_id));
667 EXPECT_TRUE(controller_->CanInstall(ephemeral_id));
675 EXPECT_FALSE(controller_->CanInstall(ephemeral_id));
    [all...]
chrome_launcher_controller.cc 638 bool ChromeLauncherController::CanInstall(ash::ShelfID id) {
    [all...]

Completed in 376 milliseconds