/external/chromium_org/mojo/tools/ |
mojob.sh | 35 Component options: 81 COMPONENT=shared 94 case "$COMPONENT" in 96 options+=("component=shared_library") 99 options+=("component=static_library") 165 COMPONENT=shared 168 COMPONENT=static
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
OffHostEmulatorActivity.java | 19 setupServices(this, OffHostService.COMPONENT); 44 void onApduSequenceComplete(ComponentName component, long duration) {
|
/external/chromium_org/chrome/common/extensions/ |
extension_unittest.cc | 42 ASSERT_EQ(5, Manifest::COMPONENT); 61 ASSERT_EQ(Manifest::COMPONENT, 62 Manifest::GetHigherPriorityLocation(Manifest::COMPONENT, loc)); 63 ASSERT_EQ(Manifest::COMPONENT, 64 Manifest::GetHigherPriorityLocation(loc, Manifest::COMPONENT));
|
extension_set.cc | 143 if (i->second->location() == extensions::Manifest::COMPONENT &&
|
manifest_url_handler.cc | 298 !(extension->location() == Manifest::COMPONENT && 309 // For component extensions, add override URL to extent patterns. 311 extension->location() == Manifest::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)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/ |
bugTools.jar | |
/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 &&
|
/external/chromium_org/chrome/browser/extensions/api/preference/ |
chrome_direct_setting.cc | 27 return GetExtension()->location() == Manifest::COMPONENT;
|
chrome_direct_setting_api.cc | 140 if ((*it)->location() == Manifest::COMPONENT) {
|
/external/chromium_org/chrome/common/extensions/api/identity/ |
oauth2_manifest_handler.cc | 66 // Component apps using auto_approve may use Chrome's client ID by 70 (extension->location() != Manifest::COMPONENT || !info->auto_approve)) {
|
extension_manifests_auth_unittest.cc | 269 // Component Apps without auto_approve must include a client ID. 277 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/ |
extension_web_contents_observer.cc | 54 extension->location() == Manifest::COMPONENT)) {
|
extension_icon_image.cc | 172 // Find extension resource for non bundled component extensions. 199 if (extension_->location() == Manifest::COMPONENT) { 217 if (extension_->location() == Manifest::COMPONENT) { 219 LOG(ERROR) << "Component extension icon for " << extension_->name()
|
extension_startup_browsertest.cc | 96 // Count the number of non-component extensions. 100 if ((*it)->location() != extensions::Manifest::COMPONENT) 190 if ((*it)->location() == extensions::Manifest::COMPONENT)
|
image_loader_unittest.cc | 87 if (location == Manifest::COMPONENT) { 245 "file_manager", Manifest::COMPONENT));
|
extension_icon_manager_unittest.cc | 143 // Tests loading an icon for a component extension. 160 manifest_path.DirName(), Manifest::COMPONENT, *manifest.get(),
|
extension_nacl_browsertest.cc | 169 // Test that the NaCl plugin isn't blocked for component extensions. 176 ASSERT_EQ(extension->location(), Manifest::COMPONENT);
|
/external/chromium_org/extensions/common/ |
manifest.h | 35 COMPONENT, // An integral component of Chrome itself, which 46 EXTERNAL_COMPONENT, // Similar to COMPONENT in that it's considered an
|
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/ |
kiosk_mode_screensaver.cc | 117 extensions::Manifest::COMPONENT, 216 extensions::Manifest::COMPONENT,
|
/external/chromium_org/chrome/browser/extensions/api/permissions/ |
permissions_api.cc | 152 extension_->location() != Manifest::COMPONENT) { 210 extension_->location() == Manifest::COMPONENT) {
|
/external/chromium_org/chrome/browser/apps/ |
shortcut_manager.cc | 53 extension->location() != extensions::Manifest::COMPONENT &&
|
/external/chromium_org/chrome/browser/background/ |
background_mode_manager_unittest.cc | 440 extensions::Manifest::COMPONENT, 441 "{\"name\": \"Component Extension\"," 449 extensions::Manifest::COMPONENT, 450 "{\"name\": \"Component Extension with Options\"," 500 UTF8ToUTF16("Component Extension")); 504 UTF8ToUTF16("Component Extension with Options")); 575 extensions::Manifest::COMPONENT, 576 "{\"name\": \"Component Extension\"," 584 extensions::Manifest::COMPONENT, 585 "{\"name\": \"Component Extension with Options\", [all...] |