Searched refs:bsValue (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_script_eventpseudomodel.cpp | 27 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()
|
D | xfa_object_imp.cpp | 832 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 …]
|
D | xfa_script_hostpseudomodel.cpp | 158 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/ |
D | xfa_checksum.cpp | 34 const CFX_ByteStringC& bsValue) { in OnTagAttribute() argument 39 textBuf << " " << bsAttri << "=\"" << bsValue << "\""; in OnTagAttribute()
|
D | xfa_checksum.h | 27 const CFX_ByteStringC& bsValue);
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_sax.h | 35 const CFX_ByteStringC& bsValue) = 0;
|