Lines Matching refs:COMPONENT
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:
1309 // process isolation, we must insert any provided value into the component
2209 // Only COMPONENT extensions can use private APIs.
2225 if (web_extent().is_empty() || location() == Extension::COMPONENT) {
2229 // flag is present, or if the extension is a component of Chrome.
2233 location() != Extension::COMPONENT) {
2261 // The path component is not used for host permissions, so we force it
2665 // Only allow access to chrome://favicon to regular extensions. Component
2712 // Non-component extensions can only access chrome://favicon and no other
2716 location() != Extension::COMPONENT)
2752 if (location() == Extension::COMPONENT)
2755 // Non-component extensions are not allowed to access private apis.
2843 // Don't show context menu for component extensions. We might want to show
2844 // options for component extension button but now there is no component
2846 // no sense for component extensions.
2847 return location() != Extension::COMPONENT;
2860 if (location() == Extension::COMPONENT