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

  /external/chromium_org/tools/python/google/httpd_config/
httpd.conf 245 #AddModule mod_vhost_alias.c
246 #AddModule mod_env.c
247 AddModule mod_log_config.c
248 #AddModule mod_mime_magic.c
249 AddModule mod_mime.c
250 AddModule mod_negotiation.c
251 #AddModule mod_status.c
252 #AddModule mod_info.c
253 AddModule mod_include.c
254 AddModule mod_autoindex.
    [all...]
  /external/chromium_org/mojo/public/bindings/parse/
mojo_translate.py 114 def AddModule(self, name, namespace, contents):
130 self.AddModule(name=name, namespace=tree[1], contents=tree[2])
  /external/chromium_org/content/renderer/pepper/
host_globals.h 64 PP_Module AddModule(PluginModule* module);
67 // The given handle should be one generated by AddModule.
host_globals.cc 188 PP_Module HostGlobals::AddModule(PluginModule* module) {
231 // accidents. See also AddModule below.
plugin_module.cc 422 pp_module_ = HostGlobals::Get()->AddModule(this);

Completed in 454 milliseconds