Home | History | Annotate | Download | only in host

Lines Matching refs:x_record_context_

95     XRecordContext x_record_context_;
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_) {
255 XRecordFreeContext(x_record_display_, x_record_context_);
256 x_record_context_ = 0;