Searched refs:HandleInput (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppengine_unittest.cc93 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(inpu
[all...]
H A Dxmpplogintask_unittest.cc94 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(inpu
[all...]
H A Dchatroommodule_unittest.cc226 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()));
H A Drostermodule_unittest.cc444 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()));
H A Dxmppengine.h91 //! 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;
H A Dxmppengineimpl.h47 //! and pass socket input to HandleInput. Then application code can
63 virtual XmppReturnStatus HandleInput(const char* bytes, size_t len);
H A Dxmppclient.cc385 engine_->HandleInput(bytes, bytes_read);
H A Dxmppengineimpl.cc101 XmppReturnStatus XmppEngineImpl::HandleInput( function in class:buzz::XmppEngineImpl
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_dom_feature_extractor.h94 void HandleInput(const blink::WebElement& element);
H A Dphishing_dom_feature_extractor.cc188 HandleInput(cur_element);
317 void PhishingDOMFeatureExtractor::HandleInput( function in class:safe_browsing::PhishingDOMFeatureExtractor

Completed in 99 milliseconds