Home
last modified time | relevance | path

Searched refs:bsValue (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_eventpseudomodel.cpp27 CFX_ByteString bsValue; in Script_EventPseudoModel_StringProperty() local
28 FXJSE_Value_ToUTF8String(hValue, bsValue); in Script_EventPseudoModel_StringProperty()
29 wsValue = CFX_WideString::FromUTF8(bsValue, bsValue.GetLength()); in Script_EventPseudoModel_StringProperty()
Dxfa_object_imp.cpp832 CFX_ByteString bsValue = pArguments->GetUTF8String(1); in Script_NodeClass_AssignNode() local
833 wsValue = CFX_WideString::FromUTF8(bsValue, bsValue.GetLength()); in Script_NodeClass_AssignNode()
1851 CFX_ByteString bsValue; in Script_Som_BorderColor() local
1852 FXJSE_Value_ToUTF8String(hValue, bsValue); in Script_Som_BorderColor()
1853 strColor = CFX_WideString::FromUTF8(bsValue, bsValue.GetLength()); in Script_Som_BorderColor()
1881 CFX_ByteString bsValue; in Script_Som_BorderWidth() local
1882 FXJSE_Value_ToUTF8String(hValue, bsValue); in Script_Som_BorderWidth()
1883 wsThickness = CFX_WideString::FromUTF8(bsValue, bsValue.GetLength()); in Script_Som_BorderWidth()
1911 CFX_ByteString bsValue; in Script_Som_FillColor() local
1912 FXJSE_Value_ToUTF8String(hValue, bsValue); in Script_Som_FillColor()
[all …]
Dxfa_script_hostpseudomodel.cpp158 CFX_ByteString bsValue; in Script_HostPseudoModel_Title() local
159 FXJSE_Value_ToUTF8String(hValue, bsValue); in Script_HostPseudoModel_Title()
161 hDoc, CFX_WideString::FromUTF8(bsValue, bsValue.GetLength())); in Script_HostPseudoModel_Title()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_checksum.cpp34 const CFX_ByteStringC& bsValue) { in OnTagAttribute() argument
39 textBuf << " " << bsAttri << "=\"" << bsValue << "\""; in OnTagAttribute()
Dxfa_checksum.h27 const CFX_ByteStringC& bsValue);
/external/pdfium/xfa/src/fgas/include/
Dfx_sax.h35 const CFX_ByteStringC& bsValue) = 0;