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

  /external/chromium_org/chrome/browser/extensions/
install_observer.h 24 bool is_platform_app);
30 bool is_platform_app; member in struct:extensions::InstallObserver::ExtensionInstallParams
  /external/chromium_org/chrome/browser/web_applications/
web_app.h 48 bool is_platform_app; member in struct:web_app::ShortcutInfo
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.h 187 bool is_platform_app() { function in class:remoting::RemoteDesktopBrowserTest
  /external/chromium_org/extensions/common/
manifest.h 143 return is_legacy_packaged_app() || is_hosted_app() || is_platform_app();
145 bool is_platform_app() const { return type_ == TYPE_PLATFORM_APP; } function in class:extensions::Manifest
extension.cc 401 bool Extension::is_platform_app() const { function in class:extensions::Extension
402 return manifest()->is_platform_app();
427 return !is_platform_app() || location() == Manifest::COMPONENT;
711 is_platform_app() ? "apps" : "extensions");

Completed in 508 milliseconds