HomeSort by relevance Sort by last modified time
    Searched refs:LogWithSource (Results 1 - 25 of 26) sorted by null

1 2

  /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
ppb_instance_api.h 75 virtual void LogWithSource(PP_Instance instance,
  /external/chromium_org/ppapi/c/
ppb_console.h 63 void (*LogWithSource)(PP_Instance instance,
  /external/chromium_org/ppapi/api/
ppb_console.idl 46 void LogWithSource(
  /external/chromium_org/ppapi/shared_impl/
ppb_instance_shared.h 24 virtual void LogWithSource(PP_Instance instance,
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);
ppapi_globals.h 73 virtual void LogWithSource(PP_Instance instance,
78 // Like LogWithSource but broadcasts the log to all instances of the given
resource.cc 78 PpapiGlobals::Get()->LogWithSource(pp_instance(), level, std::string(),
test_globals.cc 58 void TestGlobals::LogWithSource(PP_Instance instance,
test_globals.h 74 virtual void LogWithSource(PP_Instance instance,
ppb_audio_shared.cc 119 PpapiGlobals::Get()->LogWithSource(
  /external/chromium_org/ppapi/proxy/
plugin_globals.cc 136 void PluginGlobals::LogWithSource(PP_Instance instance,
141 PluginDispatcher::LogWithSource(instance, level, fixed_up_source, value);
151 LogWithSource(0, level, source, value);
plugin_dispatcher.h 121 static void LogWithSource(PP_Instance instance,
plugin_globals.h 67 virtual void LogWithSource(PP_Instance instance,
audio_input_resource.cc 192 PpapiGlobals::Get()->LogWithSource(
host_dispatcher.cc 254 PpapiGlobals::Get()->LogWithSource(instance, level, source, value);
plugin_dispatcher.cc 122 void PluginDispatcher::LogWithSource(PP_Instance instance,
ppb_instance_proxy.cc     [all...]
  /external/chromium_org/ppapi/tests/
test_console.cc 39 console_interface_->LogWithSource(instance, PP_LOGLEVEL_LOG,
  /external/chromium_org/content/renderer/pepper/
host_globals.h 45 virtual void LogWithSource(PP_Instance instance,
message_channel.cc 403 PpapiGlobals::Get()->LogWithSource(instance_->pp_instance(),
471 PpapiGlobals::Get()->LogWithSource(instance()->pp_instance(),
host_globals.cc 141 void HostGlobals::LogWithSource(PP_Instance instance,
pepper_url_loader_host.cc 238 ppapi::PpapiGlobals::Get()->LogWithSource(
  /external/chromium_org/ppapi/cpp/
instance.cc 143 get_interface<PPB_Console_1_0>()->LogWithSource(
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.cc     [all...]

Completed in 4407 milliseconds

1 2