Searched refs:InOutCountedBuffer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dfilesystem_interception.cc190 InOutCountedBuffer file_info(file_attributes,
251 InOutCountedBuffer file_info(file_attributes,
337 InOutCountedBuffer io_status_buffer(io_status, sizeof(IO_STATUS_BLOCK));
340 InOutCountedBuffer file_info_buffer(file_info, length);
H A Dcrosscall_client.h243 class InOutCountedBuffer : public CountedBuffer { class in namespace:sandbox
245 InOutCountedBuffer(void* buffer, uint32 size) : CountedBuffer(buffer, size) {} function in class:sandbox::InOutCountedBuffer
251 class CopyHelper<InOutCountedBuffer> {
253 CopyHelper(const InOutCountedBuffer t) : t_(t) {}
289 const InOutCountedBuffer t_;
H A Dtarget_services.cc143 InOutCountedBuffer counted_buffer(&cookie, sizeof(cookie));
H A Dprocess_thread_interception.cc302 InOutCountedBuffer proc_info(process_information,
380 InOutCountedBuffer proc_info(process_information,

Completed in 97 milliseconds