Home
last modified time | relevance | path

Searched refs:IgnoreVideoHover (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControls.cpp255 const bool ignoreVideoHover = behaviorFlags & IgnoreVideoHover; in shouldHideMediaControls()
459 if (shouldHideMediaControls(IgnoreVideoHover)) in defaultEventHandler()
470 unsigned behaviorFlags = IgnoreFocus | IgnoreVideoHover; in hideMediaControlsTimerFired()
DMediaControls.h89 IgnoreVideoHover = 1 << 0, enumerator