Home
last modified time | relevance | path

Searched refs:section_handle (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_frame_win.cc46 HANDLE section_handle = NULL; in Create() local
48 section_handle = shared_memory->handle(); in Create()
51 section_handle, 0); in Create()
/external/libchrome/base/memory/
Dshared_memory_unittest.cc584 base::win::ScopedHandle section_handle( in TEST() local
587 EXPECT_TRUE(section_handle.IsValid()); in TEST()
596 SharedMemoryHandle(section_handle.Take(), ::GetCurrentProcessId()), true); in TEST()