Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_globaldata.h33 void SetGlobalVariableBoolean(const ByteString& propname, bool bData);
Dcjs_globaldata.cpp114 void CJS_GlobalData::SetGlobalVariableBoolean(const ByteString& propname, in SetGlobalVariableBoolean() function in CJS_GlobalData
283 SetGlobalVariableBoolean(sEntry, (bool)(wData == 1)); in LoadGlobalPersistentVariables()
Dcjs_global.cpp430 m_pGlobalData->SetGlobalVariableBoolean(name, pData->bData); in CommitGlobalPersisitentVariables()