Home
last modified time | relevance | path

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

/external/chromium_org/jingle/notifier/base/
Dweak_xmpp_client_unittest.cc25 MOCK_METHOD2(OnInputLog, void(const char*, int));
43 &mock_xmpp_delegate_, &MockXmppDelegate::OnInputLog); in ConnectSignals()
51 OnInputLog(kInputLog, arraysize(kInputLog))); in ExpectSignalCalls()
Dxmpp_connection.cc64 this, &XmppConnection::OnInputLog); in XmppConnection()
130 void XmppConnection::OnInputLog(const char* data, int len) { in OnInputLog() function in notifier::XmppConnection
Dxmpp_connection.h84 void OnInputLog(const char* data, int len);