Searched defs:is_hosted_app (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client_unittest.cc78 bool is_unrestricted, bool is_from_webstore, bool is_hosted_app,
91 if (is_hosted_app) {
77 CreateTestExtension( bool is_unrestricted, bool is_from_webstore, bool is_hosted_app, const std::string& app_url) argument
/external/chromium_org/chrome/common/extensions/
H A Dmanifest.h118 return is_legacy_packaged_app() || is_hosted_app() || is_platform_app();
121 bool is_hosted_app() const { return type_ == TYPE_HOSTED_APP; } function in class:extensions::Manifest
H A Dextension.cc406 if (is_hosted_app())
477 bool Extension::is_hosted_app() const { function in class:extensions::Extension
478 return manifest()->is_hosted_app();
/external/chromium/chrome/common/extensions/
H A Dextension.h621 bool is_hosted_app() const { return is_app() && !web_extent().is_empty(); } function in class:Extension

Completed in 109 milliseconds