Home
last modified time | relevance | path

Searched refs:cursor_stub_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/remoting/host/
Dvideo_scheduler.cc62 cursor_stub_(cursor_stub), in VideoScheduler()
73 DCHECK(cursor_stub_); in VideoScheduler()
159 cursor_stub_ = NULL; in Stop()
363 if (!cursor_stub_) in SendCursorShape()
366 cursor_stub_->SetCursorShape(*cursor_shape); in SendCursorShape()
Dvideo_scheduler.h193 protocol::CursorShapeStub* cursor_stub_; variable