HomeSort by relevance Sort by last modified time
    Searched refs:COMPONENT (Results 1 - 20 of 20) sorted by null

  /frameworks/base/libs/ui/
PixelFormat.cpp 86 #define COMPONENT(name) \
90 COMPONENT(ALPHA)
91 COMPONENT(RGB)
92 COMPONENT(RGBA)
93 COMPONENT(LUMINANCE)
94 COMPONENT(LUMINANCE_ALPHA)
99 #undef COMPONENT
  /external/chromium/chrome/browser/extensions/
extension_startup_browsertest.cc 83 // Count the number of non-component extensions.
86 if (service->extensions()->at(i)->location() != Extension::COMPONENT)
166 if (service->extensions()->at(i)->location() == Extension::COMPONENT)
extension_apitest.cc 204 // Ignore any component extensions. They are automatically loaded into all
206 if (service->extensions()->at(i)->location() == Extension::COMPONENT)
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);
extension_file_browser_private_api.cc 288 // Grants file system access permissions to file browser component.
293 // Make sure that only component extension can access the entire
295 if (extension_->location() != Extension::COMPONENT
301 NOTREACHED() << "Private method access by non-component extension "
313 // Grant full access to File API from this component extension.
316 // Grant R/W file permissions to the renderer hosting component
587 // TODO(zelidrag): Add explicit R/W + R/O permissions for non-component
597 // Grant R/O access permission to non-component extension and R/W to
598 // component extensions.
601 extension_->location() != Extension::COMPONENT
    [all...]
extensions_ui.cc 64 // Don't show component extensions because they are only extensions as an
66 if (extension->location() == Extension::COMPONENT)
    [all...]
extension_service_unittest.cc     [all...]
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
message_box_handler.cc 35 if (extension && (extension->location() == Extension::COMPONENT)) {
  /external/chromium/chrome/common/extensions/
extension_set.cc 75 if (i->second->location() == Extension::COMPONENT &&
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...]
extension_manifests_unittest.cc 308 Extension::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/llvm/tools/llvm-config/
llvm-config.in.in 151 # Force component names to lower case.
170 Usage: llvm-config <OPTION>... [<COMPONENT>...]
242 # "component" names entered on the command-line, and the raw file names
269 # Given a list of human-friendly component names, translate them into a
303 # Build a map converting human-friendly component names into internal
368 # Get all the human-friendly component names.
386 print STDERR "llvm-config: unknown component name: $name\n";
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.cc 66 // Don't show component extensions because they are only extensions as an
68 if (extension->location() == Extension::COMPONENT)
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc     [all...]

Completed in 286 milliseconds