OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WindowDescriptionList
(Results
1 - 11
of
11
) sorted by null
/external/webrtc/webrtc/base/
macwindowpicker.h
24
bool GetWindowList(
WindowDescriptionList
* descriptions) override;
macwindowpicker_unittest.cc
29
WindowDescriptionList
descriptions;
x11windowpicker_unittest.cc
26
WindowDescriptionList
descriptions;
win32windowpicker.h
24
virtual bool GetWindowList(
WindowDescriptionList
* descriptions);
windowpicker.h
57
typedef std::vector<WindowDescription>
WindowDescriptionList
;
72
virtual bool GetWindowList(
WindowDescriptionList
* descriptions) = 0;
win32windowpicker.cc
30
WindowDescriptionList
* descriptions =
31
reinterpret_cast<
WindowDescriptionList
*>(l_param);
101
bool Win32WindowPicker::GetWindowList(
WindowDescriptionList
* descriptions) {
107
// Create a fresh
WindowDescriptionList
so that we can use desktop_desc.size()
x11windowpicker.h
36
bool GetWindowList(
WindowDescriptionList
* descriptions) override;
win32windowpicker_unittest.cc
41
virtual bool GetWindowList(
WindowDescriptionList
* descriptions) {
68
WindowDescriptionList
descriptions;
windowpicker_unittest.cc
31
rtc::
WindowDescriptionList
descriptions;
x11windowpicker.cc
177
bool EnumerateWindows(
WindowDescriptionList
* descriptions) {
602
bool EnumerateScreenWindows(
WindowDescriptionList
* descriptions, int screen) {
772
bool X11WindowPicker::GetWindowList(
WindowDescriptionList
* descriptions) {
macwindowpicker.cc
209
bool MacWindowPicker::GetWindowList(
WindowDescriptionList
* descriptions) {
Completed in 351 milliseconds