OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_mouseIsInHUD
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.h
41
BOOL
_mouseIsInHUD
;
WebVideoFullscreenHUDWindowController.mm
268
if (!
_mouseIsInHUD
&& [self playing]) // Don't fade out when paused.
557
else if (!
_mouseIsInHUD
) {
631
_mouseIsInHUD
= YES;
637
_mouseIsInHUD
= NO;
Completed in 556 milliseconds