Searched refs:GetWindowIcon (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
H A Dx11windowpicker.h41 uint8_t* GetWindowIcon(const WindowId& id, int* width, int* height);
H A Dx11windowpicker.cc280 uint8_t* GetWindowIcon(const WindowId& id, int* width, int* height) { function in class:rtc::XWindowEnumerator
788 uint8_t* X11WindowPicker::GetWindowIcon(const WindowId& id, function in class:rtc::X11WindowPicker
791 return enumerator_->GetWindowIcon(id, width, height);

Completed in 145 milliseconds