OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_lock_request_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/renderer/
mouse_lock_dispatcher.cc
13
pending_lock_request_
(false),
26
pending_lock_request_
= true;
42
if (!
pending_lock_request_
)
68
DCHECK(!mouse_locked_ &&
pending_lock_request_
);
71
pending_lock_request_
= false;
91
DCHECK(mouse_locked_ && !
pending_lock_request_
);
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,
69
bool
pending_lock_request_
;
member in class:content::MouseLockDispatcher
/external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.cc
353
pending_lock_request_
(false),
[
all
...]
browser_plugin_guest.h
557
bool
pending_lock_request_
;
member in class:content::BrowserPluginGuest
Completed in 1111 milliseconds