Home
last modified time | relevance | path

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

/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/wmf/player/
H A Dmfplayersession.cpp1032 m_request.setCommand(CmdPause); in pause()
1034 if (m_state.command == CmdPause) in pause()
1038 m_state.setCommand(CmdPause); in pause()
1141 if (m_state.command == CmdPause) in setPositionInternal()
1257 } else if (cmdNow == CmdPause) { in commitRateChange()
1279 if (cmdNow != CmdPause) { in commitRateChange()
1305 } else if (cmdNow == CmdPause) { in commitRateChange()
1606 updatePendingCommands(CmdPause); in handleSessionEvent()
1730 if (m_pendingState == SeekPending && m_state.prevCmd == CmdPause) { in updatePendingCommands()
1739 m_state.setCommand(CmdPause); in updatePendingCommands()
[all …]
H A Dmfplayersession.h160 CmdPause, enumerator
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/commands/
H A Dcmd_input.cpp58 void CmdPause::execute() in execute()
/dports/sysutils/kubectl/kubernetes-1.22.2/test/images/agnhost/pause/
H A Dpause.go29 var CmdPause = &cobra.Command{ var
/dports/sysutils/kubectl/kubernetes-1.22.2/test/images/agnhost/
H A Dagnhost.go75 rootCmd.AddCommand(pause.CmdPause)
/dports/games/openttd/openttd-12.1/src/
H A Dmisc_cmd.cpp153 CommandCost CmdPause(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2, const std::string &… in CmdPause() function
H A Dcommand.cpp125 CommandProc CmdPause; variable
294 …DEF_CMD(CmdPause, CMD_SERVER | CMD_NO_EST, CMDT_SERVER_SETTING ), // CMD…
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/parser/
H A Dinterpreter.cpp96 REGISTER_CMD( "vlc.pause()", CmdPause ) in Interpreter()