Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_GlobalData.h65 void SetGlobalVariableBoolean(const FX_CHAR* propname, bool bData);
DJS_GlobalData.cpp169 void CJS_GlobalData::SetGlobalVariableBoolean(const FX_CHAR* propname, in SetGlobalVariableBoolean() function in CJS_GlobalData
374 SetGlobalVariableBoolean(sEntry, (bool)(wData == 1)); in LoadGlobalPersistentVariables()
Dglobal.cpp293 m_pGlobalData->SetGlobalVariableBoolean(name, pData->bData); in CommitGlobalPersisitentVariables()