Searched refs:COMPONENT (Results 1 - 25 of 72) sorted by relevance

123

/external/chromium_org/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_experimental_unittest.cc18 LoadAndExpectSuccess("experimental.json", extensions::Manifest::COMPONENT);
H A Dextension_manifests_chromepermission_unittest.cc43 extensions::Manifest::COMPONENT, member in class:extensions::extensions::Manifest
/external/chromium_org/chrome/common/extensions/features/
H A Dfeature.cc27 if (location == Manifest::COMPONENT)
/external/chromium_org/chrome/browser/extensions/
H A Dextension_webkit_preferences.cc57 if (extension->location() == extensions::Manifest::COMPONENT &&
H A Dadmin_policy.cc19 extension->location() != extensions::Manifest::COMPONENT &&
60 if (extension->location() == Manifest::COMPONENT)
H A Dextension_startup_browsertest.cc99 if ((*it)->location() != extensions::Manifest::COMPONENT)
189 if ((*it)->location() == extensions::Manifest::COMPONENT)
H A Dimage_loader_unittest.cc86 if (location == Manifest::COMPONENT) {
244 "file_manager", Manifest::COMPONENT));
H A Dextension_icon_manager_unittest.cc160 manifest_path.DirName(), Manifest::COMPONENT, *manifest.get(),
H A Dextension_nacl_browsertest.cc173 ASSERT_EQ(extension->location(), Manifest::COMPONENT);
/external/chromium_org/chrome/common/extensions/
H A Dsync_type_unittest.cc188 base::FilePath(), Manifest::COMPONENT, manifest, 0, &error);
196 base::FilePath(), Manifest::COMPONENT, manifest, 0, &error);
204 base::FilePath(), Manifest::COMPONENT, manifest, 0, &error);
213 base::FilePath(), Manifest::COMPONENT, manifest, 0, &error);
221 base::FilePath(), Manifest::COMPONENT, manifest, 0, &error);
234 Manifest::COMPONENT, base::FilePath(),
H A Dextension_unittest.cc41 ASSERT_EQ(5, Manifest::COMPONENT);
59 ASSERT_EQ(Manifest::COMPONENT,
60 Manifest::GetHigherPriorityLocation(Manifest::COMPONENT, loc));
61 ASSERT_EQ(Manifest::COMPONENT,
62 Manifest::GetHigherPriorityLocation(loc, Manifest::COMPONENT));
H A Dmanifest.h35 COMPONENT, // An integral component of Chrome itself, which enumerator in enum:extensions::Manifest::Location
/external/chromium/chrome/browser/extensions/
H A Dextension_startup_browsertest.cc86 if (service->extensions()->at(i)->location() != Extension::COMPONENT)
166 if (service->extensions()->at(i)->location() == Extension::COMPONENT)
H A Dextension_apitest.cc206 if (service->extensions()->at(i)->location() == Extension::COMPONENT)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbugTools.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/releng/ org/eclipse/releng/util/ ...
/external/chromium/chrome/browser/ui/app_modal_dialogs/
H A Dmessage_box_handler.cc35 if (extension && (extension->location() == Extension::COMPONENT)) {
/external/chromium/chrome/common/extensions/
H A Dextension_set.cc75 if (i->second->location() == Extension::COMPONENT &&
/external/chromium_org/chrome/browser/extensions/api/preference/
H A Dchrome_direct_setting.cc27 return GetExtension()->location() == Manifest::COMPONENT;
H A Dchrome_direct_setting_api.cc140 if ((*it)->location() == Manifest::COMPONENT) {
/external/chromium_org/chrome/common/extensions/api/identity/
H A Doauth2_manifest_handler.cc70 (extension->location() != Manifest::COMPONENT || !info->auto_approve)) {
H A Dextension_manifests_auth_unittest.cc277 extensions::Manifest::COMPONENT);
287 extensions::Manifest::COMPONENT);
297 LoadAndExpectSuccess(manifest, extensions::Manifest::COMPONENT);
307 LoadAndExpectSuccess(manifest, extensions::Manifest::COMPONENT);
318 LoadAndExpectSuccess(manifest, extensions::Manifest::COMPONENT);
/external/chromium_org/chrome/browser/extensions/api/app_current_window_internal/
H A Dapp_current_window_internal_api.cc128 GetExtension()->location() != extensions::Manifest::COMPONENT) {
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/
H A Dkiosk_mode_screensaver.cc116 extensions::Manifest::COMPONENT,
216 extensions::Manifest::COMPONENT,
/external/chromium_org/chrome/browser/extensions/api/permissions/
H A Dpermissions_api.cc152 extension_->location() != Manifest::COMPONENT) {
217 extension_->location() == Manifest::COMPONENT) {
/external/chromium_org/chrome/browser/apps/
H A Dshortcut_manager.cc53 extension->location() != extensions::Manifest::COMPONENT &&

Completed in 441 milliseconds

123