Searched refs:SetupConfigBuffer (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dinterception.h160 bool SetupConfigBuffer(void* buffer, size_t buffer_bytes);
H A Dinterception_unittest.cc140 ASSERT_TRUE(interceptions.SetupConfigBuffer(local_buffer.get(),
193 ASSERT_TRUE(interceptions.SetupConfigBuffer(local_buffer.get(),
H A Dinterception.cc125 if (!SetupConfigBuffer(local_buffer.get(), buffer_bytes))
182 bool InterceptionManager::SetupConfigBuffer(void* buffer, size_t buffer_bytes) { function in class:sandbox::InterceptionManager

Completed in 119 milliseconds