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

  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControls.h 89 bool shouldHideMediaControls(unsigned behaviorFlags = 0) const;
MediaControls.cpp 228 bool MediaControls::shouldHideMediaControls(unsigned behaviorFlags) const
267 if (shouldHideMediaControls())
377 if (shouldHideMediaControls())
396 if (shouldHideMediaControls(IgnoreVideoHover))
412 if (!shouldHideMediaControls(behaviorFlags))

Completed in 131 milliseconds