Searched refs:wsKey (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtblock.h78 CFX_WideString& wsKey,
H A Dfde_txtedtblock.cpp192 CFX_WideString& wsKey,
196 FX_WCHAR* lpDstBuf = wsKey.GetBuffer(lpItem->nKeyCount);
199 wsKey.ReleaseBuffer(lpItem->nKeyCount);
191 GetItem(int32_t nIndex, CFX_WideString& wsKey, CFX_WideString& wsValue) const argument
/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp796 CFX_WideString wsKey = CFX_WideString::FromUTF8(bsKey, bsKey.GetLength()); local
799 FXJS_PutObjectString(isolate, pObj, wsKey.c_str(),
802 FXJS_PutObjectNumber(isolate, pObj, wsKey.c_str(),
805 FXJS_PutObjectBoolean(isolate, pObj, wsKey.c_str(),
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_object_imp.cpp3746 void* XFA_GetMapKey_Custom(const CFX_WideStringC& wsKey) { argument
3747 FX_DWORD dwKey = FX_HashCode_String_GetW(wsKey.GetPtr(), wsKey.GetLength());

Completed in 159 milliseconds