OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mouse_lock_tab_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.cc
51
mouse_lock_tab_
(NULL),
281
if (web_contents == fullscreened_tab_ || web_contents ==
mouse_lock_tab_
)
323
web_contents ==
mouse_lock_tab_
) {
402
if (
mouse_lock_tab_
&&
403
mouse_lock_tab_
->GotResponseToLockMouseRequest(true)) {
426
if (!fullscreened_tab_ && !
mouse_lock_tab_
)
431
if (
mouse_lock_tab_
)
432
mouse_lock_tab_
->GotResponseToLockMouseRequest(false);
466
if (
mouse_lock_tab_
)
467
return
mouse_lock_tab_
->GetURL()
[
all
...]
fullscreen_controller.h
245
content::WebContents*
mouse_lock_tab_
;
member in class:FullscreenController
Completed in 50 milliseconds