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

  /external/chromium/net/flip/
flip_framer.h 110 size_t ProcessInput(const char* data, size_t len);
215 // Internal breakout from ProcessInput. Returns the number of bytes
flip_framer_test.cc 92 size_t bytes_processed = framer_.ProcessInput(input_ptr, bytes_read);
flip_framer.cc 152 size_t FlipFramer::ProcessInput(const char* data, size_t len) {
flip_session.cc 550 uint32 bytes_processed = flip_framer_.ProcessInput(data, bytes_read);
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_frame.h 149 size_t ProcessInput(const char* input, size_t size);
flip_in_mem_edsm_server.cc 454 pos += framer.ProcessInput(filename_contents.data() + pos,
660 virtual size_t ProcessInput(const char* data, size_t len) = 0;
934 size_t bytes_consumed = sm_interface_->ProcessInput(bytes, size);
    [all...]
balsa_frame.cc     [all...]

Completed in 80 milliseconds