Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DMediaController.cpp501 bool anyAutoplayingAndPaused = false; in isRestrained() local
507 anyAutoplayingAndPaused = true; in isRestrained()
516 return anyAutoplayingAndPaused || allPaused; in isRestrained()