HomeSort by relevance Sort by last modified time
    Searched refs:COMPONENT (Results 51 - 75 of 100) sorted by null

1 23 4

  /external/chromium/chrome/browser/extensions/
extension_service.cc 839 if (Extension::ShouldDoStrictErrorChecking(Extension::COMPONENT))
844 Extension::COMPONENT,
861 // Load any component extensions.
    [all...]
extension_management_api.cc 131 if (extension.location() == Extension::COMPONENT)
extension_special_storage_policy_unittest.cc 64 FilePath path(FILE_PATH_LITERAL("c:\\component"));
66 FilePath path(FILE_PATH_LITERAL("/component"));
69 manifest.SetString(keys::kName, "Component");
83 path, Extension::COMPONENT, manifest, Extension::STRICT_ERROR_CHECKS,
extension_function_dispatcher.cc 414 extension->location() == Extension::COMPONENT);
  /external/chromium_org/extensions/common/permissions/
permissions_data_unittest.cc 187 Manifest::COMPONENT,
399 // Component extensions with <all_urls> should get everything.
401 Manifest::COMPONENT, Extension::NO_FLAGS);
409 // Component extensions should only get access to what they ask for.
411 "extension_component_google.json", Manifest::COMPONENT,
497 // Component extensions with <all_urls> should get everything.
499 Manifest::COMPONENT, Extension::NO_FLAGS);
507 // Component extensions should only get access to what they ask for.
509 "extension_component_google.json", Manifest::COMPONENT,
permissions_data.cc 45 if (extension->location() == Manifest::COMPONENT)
74 // Component extensions can have access to all of chrome://*.
182 // The path component is not used for host permissions, so we force it
528 if (extension->location() == Manifest::COMPONENT)
  /external/chromium/chrome/common/extensions/
extension.h 54 COMPONENT, // An integral component of Chrome itself, which
209 // tied to a specific version of Chrome (such as a component
368 location != Extension::COMPONENT;
375 // developer is loading the extension, or the extension is a component
379 location == Extension::COMPONENT;
491 // extensions, while component extensions are allowed access to
552 // Returns true if this extension is a COMPONENT extension, or if it is
748 // Returns true if this is a component, or we are not attempting to access a
749 // component-private permission
    [all...]
extension.cc 169 // Note: Component extensions have this right implicitly and do not need to be
188 // Component extensions can not be overriden by any other type.
189 case Extension::COMPONENT:
    [all...]
extension_unittest.cc 69 ASSERT_EQ(5, Extension::COMPONENT);
86 ASSERT_EQ(Extension::COMPONENT,
87 Extension::GetHigherPriorityLocation(Extension::COMPONENT, loc));
88 ASSERT_EQ(Extension::COMPONENT,
89 Extension::GetHigherPriorityLocation(loc, Extension::COMPONENT));
    [all...]
  /external/chromium_org/extensions/common/
extension.cc 306 // Don't show context menu for component extensions. We might want to show
307 // options for component extension button but now there is no component
309 // no sense for component extensions.
310 return location() != Manifest::COMPONENT;
352 // Don't show component extensions and invisible apps.
372 // Don't show component extensions because they are only extensions as an
374 if ((location() == Manifest::COMPONENT ||
450 // Only component platform apps are supported in incognito.
451 return !is_platform_app() || location() == Manifest::COMPONENT;
    [all...]
manifest.cc 35 // Component extensions can not be overriden by any other type.
36 case Manifest::COMPONENT:
  /external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_api.cc 136 // Allow absolute URLs for component apps, otherwise prepend the extension
138 if (GetExtension()->location() == extensions::Manifest::COMPONENT) {
232 GetExtension()->location() == extensions::Manifest::COMPONENT) {
  /external/chromium_org/chrome/browser/extensions/api/app_current_window_internal/
app_current_window_internal_api.cc 215 GetExtension()->location() != extensions::Manifest::COMPONENT) {
  /external/chromium_org/chrome/browser/extensions/api/autotest_private/
autotest_private_api.cc 192 location == Manifest::COMPONENT);
  /external/chromium/chrome/browser/ui/webui/
app_launcher_handler.cc 222 // Don't include the WebStore and other component apps.
224 if ((*it)->is_app() && (*it)->location() != Extension::COMPONENT) {
233 if ((*it)->is_app() && (*it)->location() != Extension::COMPONENT) {
  /external/eigen/blas/
drotmg.f 13 * THE SECOND COMPONENT OF THE 2-VECTOR (DSQRT(DD1)*DX1,DSQRT(DD2)*
srotmg.f 13 * THE SECOND COMPONENT OF THE 2-VECTOR (SQRT(SD1)*SX1,SQRT(SD2)*
  /external/chromium_org/chrome/browser/extensions/
extension_protocols_unittest.cc 62 Extension::Create(path, Manifest::COMPONENT, manifest,
221 // Tests getting a resource for a component extension works correctly, both when
extension_system.cc 222 // Load the component extension manifest synchronously.
413 if (extension->location() != Manifest::COMPONENT) {
image_loader.cc 312 if (extension->location() == Manifest::COMPONENT &&
319 LOG(ERROR) << "Component extension icon for " << extension->name()
installed_loader.cc 321 // Don't count component extensions, since they are only extensions as an
323 if (location == Manifest::COMPONENT)
extension_apitest.cc 398 // Ignore any component extensions. They are automatically loaded into all
400 if ((*it)->location() == extensions::Manifest::COMPONENT)
404 // TODO(yoz): this is misleading; it counts component extensions.
extension_function_dispatcher.cc 421 // Only COMPONENT hosted apps may call extension APIs, and they are limited
430 if (extension.location() != extensions::Manifest::COMPONENT)
436 // Note: Not BLESSED_WEB_PAGE_CONTEXT here because these component hosted app
  /external/chromium_org/extensions/browser/
admin_policy_unittest.cc 65 CreateExtension(Manifest::COMPONENT);
  /frameworks/base/services/java/com/android/server/firewall/
StringFilter.java 230 public static final ValueProvider COMPONENT = new ValueProvider("component") {
241 public static final ValueProvider COMPONENT_NAME = new ValueProvider("component-name") {
252 public static final ValueProvider COMPONENT_PACKAGE = new ValueProvider("component-package") {

Completed in 446 milliseconds

1 23 4