Home
last modified time | relevance | path

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

/external/chromium_org/sync/notifier/
Dsync_system_resources.cc140 void SyncNetworkChannel::SendMessage(const std::string& outgoing_message) { in SendMessage() argument
142 EncodeMessage(&encoded_message, outgoing_message, service_context_, in SendMessage()
Dsync_system_resources.h102 virtual void SendMessage(const std::string& outgoing_message) OVERRIDE; in NON_EXPORTED_BASE()