HomeSort by relevance Sort by last modified time
    Searched refs:HandleInput (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppengine_unittest.cc 93 engine()->HandleInput(input.c_str(), input.length());
105 engine()->HandleInput(input.c_str(), input.length());
113 engine()->HandleInput(input.c_str(), input.length());
125 engine()->HandleInput(input.c_str(), input.length());
134 engine()->HandleInput(input.c_str(), input.length());
147 engine()->HandleInput(input.c_str(), input.length());
158 engine()->HandleInput(input.c_str(), input.length());
164 engine()->HandleInput(input.c_str(), input.length());
175 engine()->HandleInput(input.c_str(), input.length());
185 engine()->HandleInput(input.c_str(), input.length())
    [all...]
xmpplogintask_unittest.cc 94 engine_->HandleInput(input.c_str(), input.length());
106 engine_->HandleInput(input.c_str(), input.length());
117 engine_->HandleInput(input.c_str(), input.length());
132 engine_->HandleInput(input.c_str(), input.length());
147 engine_->HandleInput(input.c_str(), input.length());
163 engine_->HandleInput(input.c_str(), input.length());
177 engine_->HandleInput(input.c_str(), input.length());
190 engine_->HandleInput(input.c_str(), input.length());
204 engine_->HandleInput(input.c_str(), input.length());
216 engine_->HandleInput(input.c_str(), input.length())
    [all...]
chatroommodule_unittest.cc 226 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
235 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
244 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
255 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
265 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
282 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
rostermodule_unittest.cc 444 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
515 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
563 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
666 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
751 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
783 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
833 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
xmppengine.h 91 //! Connect, SendStanza, SendIq, Disconnect, or HandleInput.
148 //! and pass socket input to HandleInput. Then application code can
190 virtual XmppReturnStatus HandleInput(const char * bytes, size_t len) = 0;
xmppengineimpl.h 47 //! and pass socket input to HandleInput. Then application code can
63 virtual XmppReturnStatus HandleInput(const char* bytes, size_t len);
xmppengineimpl.cc 101 XmppReturnStatus XmppEngineImpl::HandleInput(
xmppclient.cc 385 engine_->HandleInput(bytes, bytes_read);
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor.h 94 void HandleInput(const WebKit::WebElement& element);
phishing_dom_feature_extractor.cc 191 HandleInput(element);
320 void PhishingDOMFeatureExtractor::HandleInput(
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengine.h 83 //! Connect, SendStanza, SendIq, Disconnect, or HandleInput.
140 //! and pass socket input to HandleInput. Then application code can
182 virtual XmppReturnStatus HandleInput(const char * bytes, size_t len) = 0;
xmppengineimpl.h 48 //! and pass socket input to HandleInput. Then application code can
64 virtual XmppReturnStatus HandleInput(const char * bytes, size_t len);
xmppclient.cc 342 engine_->HandleInput(bytes, bytes_read);
xmppengineimpl.cc 107 XmppEngineImpl::HandleInput(const char * bytes, size_t len) {

Completed in 131 milliseconds