MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetClearCookie

Method SetClearCookie

Plugins/WebBrowser/ParameterWebBrowser.cpp:201–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void CParameterWebBrowser::SetClearCookie(bool newClearCookie)
202{
203 if(m_ClearCookie == newClearCookie)
204 return;
205 m_ClearCookie = newClearCookie;
206 SetModified(true);
207}
208
209bool CParameterWebBrowser::GetClearHttpCache() const
210{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected