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

  /external/webrtc/webrtc/modules/desktop_capture/
desktop_frame_win.cc 46 HANDLE section_handle = NULL; local
48 section_handle = shared_memory->handle();
51 section_handle, 0);
  /external/libchrome/base/memory/
shared_memory_unittest.cc 597 base::win::ScopedHandle section_handle(
600 EXPECT_TRUE(section_handle.IsValid());
609 SharedMemoryHandle(section_handle.Take(), ::GetCurrentProcessId()), true);

Completed in 90 milliseconds