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

  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_windows_impl.cc 27 _renderWindowsCritsect(*CriticalSectionWrapper::CreateCriticalSection()),
36 delete &_renderWindowsCritsect;
77 CriticalSectionScoped cs(&_renderWindowsCritsect);
84 CriticalSectionScoped cs(&_renderWindowsCritsect);
103 CriticalSectionScoped cs(&_renderWindowsCritsect);
121 CriticalSectionScoped cs(&_renderWindowsCritsect);
141 CriticalSectionScoped cs(&_renderWindowsCritsect);
162 CriticalSectionScoped cs(&_renderWindowsCritsect);
176 CriticalSectionScoped cs(&_renderWindowsCritsect);
200 CriticalSectionScoped cs(&_renderWindowsCritsect);
    [all...]
video_render_windows_impl.h 129 CriticalSectionWrapper& _renderWindowsCritsect;

Completed in 110 milliseconds