Searched refs:wsKey (Results 1 - 4 of 4) sorted by relevance
/external/pdfium/xfa/src/fee/src/fee/ |
H A D | fde_txtedtblock.h | 78 CFX_WideString& wsKey,
|
H A D | fde_txtedtblock.cpp | 192 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 D | Document.cpp | 796 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 D | xfa_object_imp.cpp | 3746 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