OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WindowCapturer
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer.cc
18
WindowCapturer
*
WindowCapturer
::Create() {
window_capturer.h
26
class
WindowCapturer
: public DesktopCapturer {
39
static
WindowCapturer
* Create(const DesktopCaptureOptions& options);
42
static
WindowCapturer
* Create();
44
virtual ~
WindowCapturer
() {}
window_capturer_unittest.cc
27
WindowCapturer
::Create(DesktopCaptureOptions::CreateDefault()));
43
scoped_ptr<
WindowCapturer
> capturer_;
49
WindowCapturer
::WindowList windows;
53
for (
WindowCapturer
::WindowList::iterator it = windows.begin();
67
WindowCapturer
::WindowList windows;
72
for (
WindowCapturer
::WindowList::iterator it = windows.begin();
81
WindowCapturer
::WindowList new_list;
83
for (
WindowCapturer
::WindowList::iterator new_list_it = windows.begin();
window_capturer_null.cc
21
class WindowCapturerNull : public
WindowCapturer
{
26
//
WindowCapturer
interface.
78
WindowCapturer
*
WindowCapturer
::Create(const DesktopCaptureOptions& options) {
window_capturer_win.cc
28
WindowCapturer
::WindowList* list =
29
reinterpret_cast<
WindowCapturer
::WindowList*>(param);
51
WindowCapturer
::Window window;
52
window.id = reinterpret_cast<
WindowCapturer
::WindowId>(hwnd);
69
class WindowCapturerWin : public
WindowCapturer
{
74
//
WindowCapturer
interface.
264
WindowCapturer
*
WindowCapturer
::Create(const DesktopCaptureOptions& options) {
mouse_cursor_monitor_unittest.cc
87
scoped_ptr<
WindowCapturer
> window_capturer(
WindowCapturer
::Create(options));
93
WindowCapturer
::WindowList windows;
window_capturer_mac.mm
45
class WindowCapturerMac : public
WindowCapturer
{
52
//
WindowCapturer
interface.
113
WindowCapturer
::Window window;
239
WindowCapturer
*
WindowCapturer
::Create(const DesktopCaptureOptions& options) {
window_capturer_x11.cc
88
class WindowCapturerLinux : public
WindowCapturer
,
94
//
WindowCapturer
interface.
430
WindowCapturer
*
WindowCapturer
::Create(const DesktopCaptureOptions& options) {
/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
window_list_utils.h
19
bool GetWindowList(
WindowCapturer
::WindowList* windows);
full_screen_chrome_window_detector.h
60
WindowCapturer
::WindowList current_window_list_;
61
WindowCapturer
::WindowList previous_window_list_;
window_list_utils.cc
19
bool GetWindowList(
WindowCapturer
::WindowList* windows) {
48
WindowCapturer
::Window window;
full_screen_chrome_window_detector.cc
210
for (
WindowCapturer
::WindowList::iterator it = previous_window_list_.begin();
/external/chromium_org/chrome/browser/media/
native_desktop_media_list.h
18
class
WindowCapturer
;
30
scoped_ptr<webrtc::
WindowCapturer
> window_capturer);
71
scoped_ptr<webrtc::
WindowCapturer
> window_capturer_;
native_desktop_media_list_unittest.cc
73
class FakeWindowCapturer : public webrtc::
WindowCapturer
{
92
// webrtc::
WindowCapturer
implementation.
160
scoped_ptr<webrtc::
WindowCapturer
>(window_capturer_)));
166
webrtc::
WindowCapturer
::WindowList AddWindowsAndVerify(
168
webrtc::
WindowCapturer
::WindowList list;
170
webrtc::
WindowCapturer
::Window window;
222
webrtc::
WindowCapturer
::WindowList list = AddWindowsAndVerify(1, false);
232
webrtc::
WindowCapturer
::WindowList list = AddWindowsAndVerify(2, false);
242
scoped_ptr<webrtc::
WindowCapturer
>(window_capturer_)));
249
scoped_ptr<webrtc::
WindowCapturer
>()));
[
all
...]
native_desktop_media_list.cc
90
scoped_ptr<webrtc::
WindowCapturer
> window_capturer);
106
scoped_ptr<webrtc::
WindowCapturer
> window_capturer_;
118
scoped_ptr<webrtc::
WindowCapturer
> window_capturer)
156
webrtc::
WindowCapturer
::WindowList windows;
158
for (webrtc::
WindowCapturer
::WindowList::iterator it = windows.begin();
236
scoped_ptr<webrtc::
WindowCapturer
> window_capturer)
/external/chromium_org/remoting/host/
single_window_desktop_environment.cc
50
scoped_ptr<webrtc::
WindowCapturer
>window_capturer(
51
webrtc::
WindowCapturer
::Create(options));
/external/chromium_org/chrome/browser/extensions/api/desktop_capture/
desktop_capture_api.cc
189
scoped_ptr<webrtc::
WindowCapturer
> window_capturer(
190
show_windows ? webrtc::
WindowCapturer
::Create(options) : NULL);
/external/chromium_org/content/browser/media/capture/
desktop_capture_device.cc
419
scoped_ptr<webrtc::
WindowCapturer
> window_capturer(
420
webrtc::
WindowCapturer
::Create(options));
Completed in 603 milliseconds