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

  /external/chromium_org/chrome/renderer/
content_settings_observer.h 107 bool IsPlatformApp();
content_settings_observer.cc 452 return IsPlatformApp() ? false : default_value;
456 return !IsPlatformApp();
650 bool ContentSettingsObserver::IsPlatformApp() {
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_context_menu.cc 92 if (!controller_->IsPlatformApp(item_.id)) {
105 if (!controller_->IsPlatformApp(item_.id) &&
chrome_launcher_controller.h 210 bool IsPlatformApp(ash::ShelfID id);
chrome_launcher_controller.cc 691 bool ChromeLauncherController::IsPlatformApp(ash::ShelfID id) {
    [all...]

Completed in 63 milliseconds