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

  /external/chromium_org/content/renderer/
mouse_lock_dispatcher.cc 14 pending_unlock_request_(false),
35 if (target && target == target_ && !pending_unlock_request_) {
36 pending_unlock_request_ = true;
72 if (pending_unlock_request_ && !succeeded) {
76 pending_unlock_request_ = false;
94 pending_unlock_request_ = false;
mouse_lock_dispatcher.h 61 return mouse_locked_ || pending_lock_request_ || pending_unlock_request_;
65 // If both |pending_lock_request_| and |pending_unlock_request_| are true,
70 bool pending_unlock_request_; member in class:content::MouseLockDispatcher

Completed in 111 milliseconds