Home
last modified time | relevance | path

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

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