Searched refs:attention_request_id_ (Results 1 – 8 of 8) sorted by relevance
55 attention_request_id_(0), function331 BOOL is_drawing_attention = attention_request_id_ != 0;336 attention_request_id_ = [NSApp requestUserAttention:NSCriticalRequest];338 [NSApp cancelUserAttentionRequest:attention_request_id_];339 attention_request_id_ = 0;
37 attention_request_id_(0), function199 DCHECK(!attention_request_id_);200 attention_request_id_ = [NSApp requestUserAttention:NSCriticalRequest];202 [NSApp cancelUserAttentionRequest:attention_request_id_];203 attention_request_id_ = 0;
78 NSInteger attention_request_id_; variable
107 NSInteger attention_request_id_; // identifier from requestUserAttention. variable
206 NSInteger attention_request_id_; // identifier from requestUserAttention local
286 attention_request_id_(0), function813 attention_request_id_ = [NSApp requestUserAttention:NSInformationalRequest];815 [NSApp cancelUserAttentionRequest:attention_request_id_];816 attention_request_id_ = 0;
94 attention_request_id_(0) { function223 attention_request_id_ = [NSApp requestUserAttention:NSInformationalRequest];225 [NSApp cancelUserAttentionRequest:attention_request_id_];226 attention_request_id_ = 0;
180 NSInteger attention_request_id_; // identifier from requestUserAttention variable