HomeSort by relevance Sort by last modified time
    Searched defs:LogWithSource (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ppapi/thunk/
ppb_console_thunk.cc 28 void LogWithSource(PP_Instance instance,
32 VLOG(4) << "PPB_Console::LogWithSource()";
36 enter.functions()->LogWithSource(instance, level, source, value);
41 &LogWithSource
  /external/chromium_org/ppapi/shared_impl/
ppb_instance_shared.cc 30 LogWithSource(instance, level, PP_MakeUndefined(), value);
33 void PPB_Instance_Shared::LogWithSource(PP_Instance instance,
44 PpapiGlobals::Get()->LogWithSource(instance, level, source_str, value_str);
test_globals.cc 62 void TestGlobals::LogWithSource(PP_Instance instance,
  /external/chromium_org/ppapi/c/
ppb_console.h 63 void (*LogWithSource)(PP_Instance instance,
  /external/chromium_org/content/renderer/pepper/
host_globals.cc 149 void HostGlobals::LogWithSource(PP_Instance instance,
  /external/chromium_org/ppapi/proxy/
plugin_globals.cc 135 void PluginGlobals::LogWithSource(PP_Instance instance,
140 PluginDispatcher::LogWithSource(instance, level, fixed_up_source, value);
150 LogWithSource(0, level, source, value);
plugin_dispatcher.cc 123 void PluginDispatcher::LogWithSource(PP_Instance instance,

Completed in 155 milliseconds