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

  /external/chromium_org/sandbox/win/src/
interception.cc 128 void* remote_buffer; local
129 if (!CopyDataToChild(local_buffer.get(), buffer_bytes, &remote_buffer))
136 g_interceptions = reinterpret_cast<SharedMemory*>(remote_buffer);
318 void** remote_buffer) const {
319 DCHECK(NULL != remote_buffer);
321 *remote_buffer = NULL;
341 *remote_buffer = remote_data;
interception.h 188 // remote_buffer), and fills it with the contents of a local buffer.
191 void** remote_buffer) const;

Completed in 536 milliseconds