Home
last modified time | relevance | path

Searched defs:Prepend (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/remoting/base/
Dcompound_buffer.cc59 void CompoundBuffer::Prepend(net::IOBuffer* buffer, in Prepend() function in remoting::CompoundBuffer
71 void CompoundBuffer::Prepend(net::IOBuffer* buffer, int size) { in Prepend() function in remoting::CompoundBuffer
75 void CompoundBuffer::Prepend(const CompoundBuffer& buffer) { in Prepend() function in remoting::CompoundBuffer
Dcompound_buffer_unittest.cc45 void Prepend(int pos, int size) { in Prepend() function in remoting::CompoundBufferTest
204 TEST_F(CompoundBufferTest, Prepend) { in TEST_F() argument
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dpath.cc56 Path& Path::Prepend(const std::string& path) { in Prepend() function in nacl_io::Path