HomeSort by relevance Sort by last modified time
    Searched defs:BringSelectedWindowToFront (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer.h 57 virtual bool BringSelectedWindowToFront() {
window_capturer_null.cc 29 virtual bool BringSelectedWindowToFront() OVERRIDE;
58 bool WindowCapturerNull::BringSelectedWindowToFront() {
window_capturer_win.cc 92 virtual bool BringSelectedWindowToFront() OVERRIDE;
161 bool WindowCapturerWin::BringSelectedWindowToFront() {
window_capturer_x11.cc 97 virtual bool BringSelectedWindowToFront() OVERRIDE;
224 bool WindowCapturerLinux::BringSelectedWindowToFront() {

Completed in 114 milliseconds