Home
last modified time | relevance | path

Searched refs:IsPlatformApp (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/launcher/
Dlauncher_context_menu.cc92 if (!controller_->IsPlatformApp(item_.id)) { in Init()
105 if (!controller_->IsPlatformApp(item_.id) && in Init()
Dchrome_launcher_controller.h210 bool IsPlatformApp(ash::ShelfID id);
Dchrome_launcher_controller.cc691 bool ChromeLauncherController::IsPlatformApp(ash::ShelfID id) { in IsPlatformApp() function in ChromeLauncherController
/external/chromium_org/chrome/renderer/
Dcontent_settings_observer.cc452 return IsPlatformApp() ? false : default_value; in allowMutationEvents()
456 return !IsPlatformApp(); in allowPushState()
650 bool ContentSettingsObserver::IsPlatformApp() { in IsPlatformApp() function in ContentSettingsObserver
Dcontent_settings_observer.h107 bool IsPlatformApp();