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

  /external/chromium_org/ppapi/thunk/
enter.cc 141 PpapiGlobals::Get()->BroadcastLogWithSource(0, PP_LOGLEVEL_ERROR,
158 PpapiGlobals::Get()->BroadcastLogWithSource(0, PP_LOGLEVEL_ERROR,
169 PpapiGlobals::Get()->BroadcastLogWithSource(0, PP_LOGLEVEL_ERROR,
218 PpapiGlobals::Get()->BroadcastLogWithSource(0, PP_LOGLEVEL_ERROR,
253 PpapiGlobals::Get()->BroadcastLogWithSource(0, PP_LOGLEVEL_ERROR,
  /external/chromium_org/mojo/examples/pepper_container_app/
mojo_ppapi_globals.h 56 virtual void BroadcastLogWithSource(PP_Module module,
mojo_ppapi_globals.cc 130 void MojoPpapiGlobals::BroadcastLogWithSource(PP_Module module,
  /external/chromium_org/ppapi/shared_impl/
ppapi_globals.h 89 virtual void BroadcastLogWithSource(PP_Module module,
test_globals.cc 52 void TestGlobals::BroadcastLogWithSource(PP_Module module,
test_globals.h 77 virtual void BroadcastLogWithSource(PP_Module module,
  /external/chromium_org/content/renderer/pepper/
host_globals.h 49 virtual void BroadcastLogWithSource(PP_Module module,
host_globals.cc 159 BroadcastLogWithSource(0, level, source, value);
163 void HostGlobals::BroadcastLogWithSource(PP_Module pp_module,
  /external/chromium_org/ppapi/proxy/
plugin_globals.h 71 virtual void BroadcastLogWithSource(PP_Module module,
plugin_globals.cc 154 void PluginGlobals::BroadcastLogWithSource(PP_Module /* module */,
host_dispatcher.cc 260 PpapiGlobals::Get()->BroadcastLogWithSource(pp_module_, level,

Completed in 125 milliseconds