OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LinuxWindowPicker
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker.h
43
class
LinuxWindowPicker
: public WindowPicker {
45
LinuxWindowPicker
();
46
~
LinuxWindowPicker
();
linuxwindowpicker.cc
28
#include "talk/base/
linuxwindowpicker
.h"
645
!
LinuxWindowPicker
::IsDesktopElement(display_, app_window)) {
741
LinuxWindowPicker
::
LinuxWindowPicker
() : enumerator_(new XWindowEnumerator()) {
744
LinuxWindowPicker
::~
LinuxWindowPicker
() {
747
bool
LinuxWindowPicker
::IsDesktopElement(_XDisplay* display, Window window) {
789
bool
LinuxWindowPicker
::Init() {
793
bool
LinuxWindowPicker
::GetWindowList(WindowDescriptionList* descriptions) {
797
bool
LinuxWindowPicker
::GetDesktopList(DesktopDescriptionList* descriptions)
[
all
...]
Completed in 46 milliseconds