OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnInputLog
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/jingle/notifier/base/
weak_xmpp_client_unittest.cc
25
MOCK_METHOD2(
OnInputLog
, void(const char*, int));
43
&mock_xmpp_delegate_, &MockXmppDelegate::
OnInputLog
);
51
OnInputLog
(kInputLog, arraysize(kInputLog)));
xmpp_connection.cc
64
this, &XmppConnection::
OnInputLog
);
130
void XmppConnection::
OnInputLog
(const char* data, int len) {
xmpp_connection.h
84
void
OnInputLog
(const char* data, int len);
Completed in 80 milliseconds