HomeSort by relevance Sort by last modified time
    Searched refs:x_record_context_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/host/
local_input_monitor_linux.cc 95 XRecordContext x_record_context_; member in class:remoting::__anon14432::LocalInputMonitorLinux::Core
130 x_record_context_(0) {
157 DCHECK(!x_record_context_);
166 DCHECK(!x_record_context_);
198 x_record_context_ = XRecordCreateContext(
201 if (!x_record_context_) {
206 if (!XRecordEnableContextAsync(x_record_display_, x_record_context_,
239 if (x_record_context_) {
240 XRecordDisableContext(display_, x_record_context_);
254 if (x_record_context_) {
    [all...]
  /external/chromium_org/media/base/
user_input_monitor_linux.cc 81 XRecordContext x_record_context_; member in class:media::__anon12665::UserInputMonitorLinuxCore
116 x_record_context_(0) {
126 DCHECK(!x_record_context_);
188 if (x_record_context_) {
189 XRecordDisableContext(x_control_display_, x_record_context_);
191 XRecordFreeContext(x_record_display_, x_record_context_);
192 x_record_context_ = 0;
200 x_record_context_ = XRecordCreateContext(x_record_display_,
206 if (!x_record_context_) {
213 x_record_context_,
    [all...]

Completed in 62 milliseconds