Searched refs:is_hosted_app (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/
H A Dextension_webkit_preferences.cc21 if (!extension->is_hosted_app()) {
H A Dconvert_web_app_browsertest.cc89 EXPECT_TRUE(installed_extension_->is_hosted_app());
H A Ddata_deleter.cc103 if (extension->is_hosted_app() &&
H A Dchrome_content_browser_client_extensions_part.cc84 if (extension && extension->is_hosted_app())
103 if (extension && extension->is_hosted_app())
199 new_extension->is_hosted_app() &&
301 current_extension->is_hosted_app() &&
308 new_extension->is_hosted_app() &&
H A Dconvert_web_app_unittest.cc123 EXPECT_TRUE(extension->is_hosted_app());
169 EXPECT_TRUE(extension->is_hosted_app());
H A Dextension_special_storage_policy.cc93 return extension->is_hosted_app() && !extension->from_bookmark();
/external/chromium_org/extensions/browser/
H A Durl_request_util.cc69 if (extension->is_hosted_app() &&
H A Dprocess_map.cc148 if (extension->is_hosted_app() &&
/external/chromium_org/extensions/common/manifest_handlers/
H A Dincognito_info.cc43 new IncognitoInfo(extension->is_hosted_app() ||
H A Dbackground_info.cc158 if (extension->is_hosted_app()) {
291 !extension->is_hosted_app() && background_scripts.empty()) {
H A Doptions_page_info.cc44 if (extension->is_hosted_app()) {
207 if (!OptionsPageInfo::HasOptionsPage(extension) || extension->is_hosted_app())
/external/chromium_org/extensions/common/
H A Dmanifest.h143 return is_legacy_packaged_app() || is_hosted_app() || is_platform_app();
146 bool is_hosted_app() const { return type_ == TYPE_HOSTED_APP; } function in class:extensions::Manifest
H A Dextension.cc334 if (is_hosted_app())
405 bool Extension::is_hosted_app() const { function in class:extensions::Extension
406 return manifest()->is_hosted_app();
/external/chromium_org/chrome/renderer/extensions/
H A Dresource_request_policy.cc54 if (extension->is_hosted_app() &&
H A Dapp_bindings.cc81 bool result = extension && extension->is_hosted_app() &&
/external/chromium_org/extensions/browser/api/storage/
H A Dlocal_value_store_cache.cc98 extension->is_hosted_app()) {
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_provider_browsertest.cc224 EXPECT_TRUE(chrome_app->is_hosted_app());
249 EXPECT_TRUE(url_app->is_hosted_app());
354 EXPECT_TRUE(url_app->is_hosted_app());
383 EXPECT_TRUE(new_url_app->is_hosted_app());
H A Ddrive_app_converter_browsertest.cc114 EXPECT_TRUE(app->is_hosted_app());
H A Ddrive_app_provider.cc145 DCHECK(url_app->is_hosted_app() && url_app->from_bookmark());
/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service.cc99 is_hosted_app_(extension->is_hosted_app()),
434 if (extension->is_hosted_app() &&
557 DCHECK(!extension || extension->is_hosted_app());
607 if (extension->is_hosted_app() &&
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client_unittest.cc86 bool is_unrestricted, bool is_from_webstore, bool is_hosted_app,
99 if (is_hosted_app) {
85 CreateTestExtension( bool is_unrestricted, bool is_from_webstore, bool is_hosted_app, const std::string& app_url) argument
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_target_impl.cc120 } else if (extension->is_hosted_app()
/external/chromium_org/chrome/common/extensions/
H A Dmanifest_unittest.cc39 EXPECT_EQ(type == Manifest::TYPE_HOSTED_APP, manifest->is_hosted_app());
/external/chromium_org/extensions/renderer/
H A Druntime_custom_bindings.cc64 if (extension && !extension->is_hosted_app())
H A Dscript_context.cc145 if (extension && extension->is_hosted_app() &&

Completed in 454 milliseconds

12