Home
last modified time | relevance | path

Searched refs:wsKey (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/
Dcjs_document.cpp695 WideString wsKey = WideString::FromUTF8(bsKey.AsStringView()); in get_info() local
698 pObj, wsKey, in get_info()
701 pRuntime->PutObjectProperty(pObj, wsKey, in get_info()
705 pObj, wsKey, pRuntime->NewBoolean(!!pValueObj->GetInteger())); in get_info()
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp62 void* GetMapKey_Custom(const WideStringView& wsKey) { in GetMapKey_Custom() argument
63 uint32_t dwKey = FX_HashCode_GetW(wsKey, false); in GetMapKey_Custom()