Lines Matching full:playerpaused
1663 bool playerPaused = m_player->paused();1664 if (shouldBePlaying && playerPaused) {1671 } else if (!shouldBePlaying && !playerPaused) {1678 } else if (couldPlayIfEnoughData() && playerPaused)