HomeSort by relevance Sort by last modified time
    Searched full:nacl_modules (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/templates/public/apps/manifest/
nacl_modules.html 1 {{+partials.standard_apps_article article:intros.manifest/nacl_modules/}}
  /external/chromium_org/chrome/common/extensions/docs/templates/public/extensions/manifest/
nacl_modules.html 1 {{+partials.standard_extensions_article article:intros.manifest/nacl_modules/}}
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/extension_mime_handler/
manifest.json 14 "nacl_modules": [{
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
nacl_modules.html 1 <h1 id="nacl_modules">Manifest - Nacl Modules</h1>
16 <b>"nacl_modules": [{
44 "nacl_modules": [{
62 without specifying "nacl_modules".
63 Use "nacl_modules" only if you want the browser
  /external/chromium_org/chrome/browser/extensions/
plugin_manager.cc 75 const NaClModuleInfo::List* nacl_modules = local
77 if (nacl_modules) {
79 for (NaClModuleInfo::List::const_iterator module = nacl_modules->begin();
80 module != nacl_modules->end(); ++module) {
108 const NaClModuleInfo::List* nacl_modules = local
110 if (nacl_modules) {
112 for (NaClModuleInfo::List::const_iterator module = nacl_modules->begin();
113 module != nacl_modules->end(); ++module) {
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
nacl_modules_handler.h 27 // Parses the "nacl_modules" manifest key.
nacl_modules_handler.cc 59 // Get nacl_modules[i].path.
67 // Get nacl_modules[i].mime_type.
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
manifest.json 94 "nacl_modules": {
95 "documentation": "manifest/nacl_modules.html",
  /external/chromium/chrome/common/extensions/
extension_constants.cc 39 const char* kNaClModules = "nacl_modules";
218 "Invalid value for 'nacl_modules'.";
220 "Invalid value for 'nacl_modules[*].path'.";
222 "Invalid value for 'nacl_modules[*].mime_type'.";
extension.h 593 const std::vector<NaClModuleInfo>& nacl_modules() const { function in class:Extension
    [all...]
extension.cc     [all...]
  /external/chromium_org/native_client_sdk/src/doc/devguide/
distributing.rst 293 Client module. Use the ``nacl_modules`` attribute in the Chrome Web Store
306 "nacl_modules": [{
328 "nacl_modules": [{
342 The ``nacl_modules`` attribute is optional---specify this attribute only if
  /external/chromium_org/chrome/common/extensions/api/
_manifest_features.json 264 "nacl_modules": {
  /external/chromium_org/extensions/common/
manifest_constants.cc 81 const char kNaClModules[] = "nacl_modules";
473 "Invalid value for 'nacl_modules'.";
475 "Invalid value for 'nacl_modules[*].path'.";
477 "Invalid value for 'nacl_modules[*].mime_type'.";
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
ppapi_bad.html 223 the nacl_modules attribute in a Chrome extension manifest. -->
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
whats_new.html 406 <li>The new <a href="manifest/nacl_modules.html">nacl_modules</a> field
  /external/chromium/chrome/browser/extensions/
extension_service.cc     [all...]

Completed in 3653 milliseconds