Home
last modified time | relevance | path

Searched defs:forward_bytes (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/
H A Dseekable_buffer.h102 int forward_bytes() const { return forward_bytes_; } in forward_bytes() function
H A Dseekable_buffer_unittest.cc97 int forward_bytes = kBufferSize; in TEST_F() local
184 int forward_bytes = buffer_.forward_bytes(); in TEST_F() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Dseekable_buffer.h102 int forward_bytes() const { return forward_bytes_; } in forward_bytes() function
H A Dseekable_buffer_unittest.cc98 int forward_bytes = kBufferSize; in TEST_F() local
185 int forward_bytes = buffer_.forward_bytes(); in TEST_F() local
/dports/editors/gobby/gobby-0.4.13/src/
H A Ddocument.cpp39 void forward_bytes(Gtk::TextIter& iter, std::size_t bytes) in forward_bytes() function