FROM_WEBSTORE     215 chrome/browser/apps/ephemeral_app_launcher.cc           Extension::FROM_WEBSTORE |
FROM_WEBSTORE     358 chrome/browser/chromeos/customization_document_unittest.cc           extensions::Extension::FROM_WEBSTORE |
FROM_WEBSTORE     402 chrome/browser/chromeos/customization_document_unittest.cc           extensions::Extension::FROM_WEBSTORE |
FROM_WEBSTORE     452 chrome/browser/chromeos/customization_document_unittest.cc           extensions::Extension::FROM_WEBSTORE |
FROM_WEBSTORE    1117 chrome/browser/chromeos/policy/device_local_account_browsertest.cc   installer->set_creation_flags(extensions::Extension::FROM_WEBSTORE);
FROM_WEBSTORE     379 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc       Extension::FROM_WEBSTORE,
FROM_WEBSTORE     140 chrome/browser/extensions/crx_installer.h     return (creation_flags_ & Extension::FROM_WEBSTORE) > 0;
FROM_WEBSTORE     144 chrome/browser/extensions/crx_installer.h       creation_flags_ |= Extension::FROM_WEBSTORE;
FROM_WEBSTORE     146 chrome/browser/extensions/crx_installer.h       creation_flags_ &= ~Extension::FROM_WEBSTORE;
FROM_WEBSTORE     388 chrome/browser/extensions/extension_browsertest.cc                                   Extension::FROM_WEBSTORE,
FROM_WEBSTORE     702 chrome/browser/extensions/extension_prefs_unittest.cc           dictionary, Manifest::INTERNAL, Extension::FROM_WEBSTORE);
FROM_WEBSTORE     605 chrome/browser/extensions/extension_service.cc     creation_flags |= Extension::FROM_WEBSTORE;
FROM_WEBSTORE     837 chrome/browser/extensions/extension_service_unittest.cc     InstallCRXInternal(path, Extension::FROM_WEBSTORE);
FROM_WEBSTORE    3962 chrome/browser/extensions/extension_service_unittest.cc             Extension::FROM_WEBSTORE | Extension::WAS_INSTALLED_BY_DEFAULT);
FROM_WEBSTORE    4085 chrome/browser/extensions/extension_service_unittest.cc              Extension::FROM_WEBSTORE | Extension::WAS_INSTALLED_BY_DEFAULT);
FROM_WEBSTORE    5083 chrome/browser/extensions/extension_service_unittest.cc       base_path, Extension::FROM_WEBSTORE);
FROM_WEBSTORE     207 chrome/browser/extensions/external_provider_impl.cc       creation_flags |= Extension::FROM_WEBSTORE;
FROM_WEBSTORE     421 chrome/browser/extensions/external_provider_impl.cc   bundled_extension_creation_flags = Extension::FROM_WEBSTORE |
FROM_WEBSTORE     537 chrome/browser/extensions/external_provider_impl.cc                 Extension::FROM_WEBSTORE |
FROM_WEBSTORE     549 chrome/browser/extensions/external_provider_impl.cc             Extension::FROM_WEBSTORE | Extension::WAS_INSTALLED_BY_DEFAULT)));
FROM_WEBSTORE      36 chrome/browser/extensions/shared_module_service_unittest.cc                            .AddFlags(Extension::FROM_WEBSTORE)
FROM_WEBSTORE     111 chrome/browser/extensions/shared_module_service_unittest.cc                         .AddFlags(Extension::FROM_WEBSTORE)
FROM_WEBSTORE     315 chrome/browser/extensions/webstore_standalone_installer.cc           Extension::REQUIRE_KEY | Extension::FROM_WEBSTORE,
FROM_WEBSTORE     677 chrome/browser/policy/policy_browsertest.cc     installer->set_creation_flags(extensions::Extension::FROM_WEBSTORE);
FROM_WEBSTORE     344 chrome/common/extensions/extension_unittest.cc   extension = LoadManifest("app", "manifest.json", Extension::FROM_WEBSTORE);
FROM_WEBSTORE      20 chrome/common/extensions/manifest_tests/extension_manifests_experimental_unittest.cc                        extensions::Extension::FROM_WEBSTORE);
FROM_WEBSTORE      92 chrome/renderer/chrome_content_renderer_client_unittest.cc       extensions::Extension::FROM_WEBSTORE:
FROM_WEBSTORE    1629 extensions/browser/extension_prefs.cc       creation_flags |= Extension::FROM_WEBSTORE;
FROM_WEBSTORE     326 extensions/common/extension.h   bool from_webstore() const { return (creation_flags_ & FROM_WEBSTORE) != 0; }