OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IpcVideoFrameCapturer
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/remoting/host/
ipc_video_frame_capturer.cc
13
IpcVideoFrameCapturer
::
IpcVideoFrameCapturer
(
22
IpcVideoFrameCapturer
::~
IpcVideoFrameCapturer
() {
25
void
IpcVideoFrameCapturer
::Start(Callback* callback) {
32
void
IpcVideoFrameCapturer
::SetMouseShapeObserver(
39
void
IpcVideoFrameCapturer
::Capture(const webrtc::DesktopRegion& region) {
45
void
IpcVideoFrameCapturer
::OnCaptureCompleted(
52
void
IpcVideoFrameCapturer
::OnCursorShapeChanged(
ipc_video_frame_capturer.h
27
class
IpcVideoFrameCapturer
: public webrtc::ScreenCapturer {
29
explicit
IpcVideoFrameCapturer
(
31
virtual ~
IpcVideoFrameCapturer
();
60
base::WeakPtrFactory<
IpcVideoFrameCapturer
> weak_factory_;
62
DISALLOW_COPY_AND_ASSIGN(
IpcVideoFrameCapturer
);
desktop_session_proxy.h
44
class
IpcVideoFrameCapturer
;
110
const base::WeakPtr<
IpcVideoFrameCapturer
> video_capturer);
191
base::WeakPtr<
IpcVideoFrameCapturer
> video_capturer_;
desktop_session_proxy.cc
144
return scoped_ptr<webrtc::ScreenCapturer>(new
IpcVideoFrameCapturer
(this));
315
const base::WeakPtr<
IpcVideoFrameCapturer
> video_capturer) {
522
base::Bind(&
IpcVideoFrameCapturer
::OnCaptureCompleted, video_capturer_,
532
base::Bind(&
IpcVideoFrameCapturer
::OnCursorShapeChanged, video_capturer_,
Completed in 3443 milliseconds