Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DHttpChannelParams.ipdlh26 bool isRacing;
H A DHttpChannelParent.cpp1425 httpChannelImpl->IsRacing(&args.isRacing()); in OnStartRequest()
H A DHttpChannelChild.cpp498 mIsRacing = aArgs.isRacing(); in OnStartRequest()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DHttpChannelParams.ipdlh28 bool isRacing;
H A DHttpChannelParent.cpp1096 httpChannelImpl->IsRacing(&args.isRacing()); in OnStartRequest()
1105 if (args.isRacing()) { in OnStartRequest()
H A DHttpChannelChild.cpp425 mIsRacing = aArgs.isRacing(); in ProcessOnStartRequest()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DHttpChannelParams.ipdlh28 bool isRacing;
H A DHttpChannelParent.cpp1096 httpChannelImpl->IsRacing(&args.isRacing()); in OnStartRequest()
1105 if (args.isRacing()) { in OnStartRequest()
H A DHttpChannelChild.cpp425 mIsRacing = aArgs.isRacing(); in ProcessOnStartRequest()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DHttpChannelParams.ipdlh29 bool isRacing;
H A DHttpChannelParent.cpp1102 httpChannelImpl->IsRacing(&args.isRacing()); in OnStartRequest()
1111 if (args.isRacing()) { in OnStartRequest()
H A DHttpChannelChild.cpp428 mIsRacing = aArgs.isRacing(); in ProcessOnStartRequest()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/network/protocols/
H A Dclient_lobby.hpp166 virtual bool isRacing() const OVERRIDE { return m_state.load() == RACING; } in isRacing() function in ClientLobby
H A Dlobby_protocol.hpp207 virtual bool isRacing() const = 0;
H A Dserver_lobby.hpp394 virtual bool isRacing() const OVERRIDE { return m_state.load() == RACING; } in isRacing() function in ServerLobby
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/modes/
H A Dworld_status.cpp309 if (lobby && lobby->isRacing()) in updateTime()
/dports/games/trigger-rally/trigger-rally-0.6.6.1/src/include/
H A Dmain.h219 bool isRacing() const in isRacing() function
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/network/
H A Dstk_host.cpp868 if (sl && (!sl->isRacing() || sl->allowJoinedPlayersWaiting()) && in mainLoop()
958 !sl->isRacing() || it->second->isWaitingForGame())) in mainLoop()
1059 if (lp && lp->isRacing()) in mainLoop()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsICacheInfoChannel.idl59 boolean isRacing();
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsICacheInfoChannel.idl59 boolean isRacing();
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsICacheInfoChannel.idl59 boolean isRacing();
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsICacheInfoChannel.idl65 boolean isRacing();
/dports/games/trigger-rally/trigger-rally-0.6.6.1/src/Trigger/
H A Drender.cpp1640 if (game->isRacing()) in renderStateGame()