OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDesktopList
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
macwindowpicker.h
19
virtual bool
GetDesktopList
(DesktopDescriptionList* descriptions);
linuxwindowpicker_unittest.cc
53
EXPECT_TRUE(window_picker.
GetDesktopList
(&descriptions));
linuxwindowpicker.h
54
virtual bool
GetDesktopList
(DesktopDescriptionList* descriptions);
win32windowpicker.h
19
virtual bool
GetDesktopList
(DesktopDescriptionList* descriptions);
windowpicker_unittest.cc
27
// upgrading to XCode 4.5. The failure is
GetDesktopList
returning FALSE.
28
TEST(WindowPickerTest, DISABLE_ON_MAC(
GetDesktopList
)) {
38
EXPECT_TRUE(picker->
GetDesktopList
(&descriptions));
windowpicker.h
69
virtual bool
GetDesktopList
(DesktopDescriptionList* descriptions) = 0;
win32windowpicker.cc
99
bool Win32WindowPicker::
GetDesktopList
(DesktopDescriptionList* descriptions) {
macwindowpicker.cc
173
bool MacWindowPicker::
GetDesktopList
(DesktopDescriptionList* descriptions) {
linuxwindowpicker.cc
797
bool LinuxWindowPicker::
GetDesktopList
(DesktopDescriptionList* descriptions) {
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager.cc
261
return window_picker_->
GetDesktopList
(descriptions);
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc
[
all
...]
Completed in 81 milliseconds