Home
last modified time | relevance | path

Searched refs:host_globals (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dplugin_module.cc168 HostGlobals* host_globals = NULL; variable
254 host_globals->GetInstance(instance); in SimulateInputEvent()
268 host_globals->GetInstance(instance); in GetDocumentURL()
418 if (!host_globals) in PluginModule()
419 host_globals = new HostGlobals; in PluginModule()
665 delete host_globals; in ResetHostGlobalsForTest()
666 host_globals = NULL; in ResetHostGlobalsForTest()
/external/chromium_org/content/
Dcontent_renderer.gypi326 'renderer/pepper/host_globals.cc',
327 'renderer/pepper/host_globals.h',