Searched defs:MoveToFront (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
H A Dwin32windowpicker.cc140 bool Win32WindowPicker::MoveToFront(const WindowId& id) { function in class:rtc::Win32WindowPicker
H A Dmacwindowpicker.cc108 bool MacWindowPicker::MoveToFront(const WindowId& id) { function in class:rtc::MacWindowPicker
H A Dx11windowpicker.cc224 bool MoveToFront(const WindowId& id) { function in class:rtc::XWindowEnumerator
784 bool X11WindowPicker::MoveToFront(const WindowId& id) { function in class:rtc::X11WindowPicker
785 return enumerator_->MoveToFront(id);
/external/lzma/CPP/Common/
H A DMyVector.h210 void MoveToFront(unsigned index) function in class:CRecordVector
448 void MoveToFront(unsigned index) { _v.MoveToFront(index); } function in class:CObjectVector

Completed in 114 milliseconds