Home
last modified time | relevance | path

Searched refs:OnReceivedLoggingMessage (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/ipc/
Dipc_logging.h68 void OnReceivedLoggingMessage(const Message& message); in COMPONENT_EXPORT()
Dipc_logging.cc114 void Logging::OnReceivedLoggingMessage(const Message& message) { in OnReceivedLoggingMessage() function in IPC::Logging
Dipc_channel_proxy.cc312 logger->OnReceivedLoggingMessage(message); in OnDispatchMessage()