HomeSort by relevance Sort by last modified time
    Searched refs:bsValue (Results 1 - 6 of 6) sorted by null

  /external/pdfium/xfa/src/fgas/include/
fx_sax.h 35 const CFX_ByteStringC& bsValue) = 0;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_checksum.h 27 const CFX_ByteStringC& bsValue);
xfa_checksum.cpp 34 const CFX_ByteStringC& bsValue) {
39 textBuf << " " << bsAttri << "=\"" << bsValue << "\"";
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_eventpseudomodel.cpp 27 CFX_ByteString bsValue;
28 FXJSE_Value_ToUTF8String(hValue, bsValue);
29 wsValue = CFX_WideString::FromUTF8(bsValue, bsValue.GetLength());
xfa_object_imp.cpp 832 CFX_ByteString bsValue = pArguments->GetUTF8String(1);
833 wsValue = CFX_WideString::FromUTF8(bsValue, bsValue.GetLength());
    [all...]
xfa_script_hostpseudomodel.cpp 158 CFX_ByteString bsValue;
159 FXJSE_Value_ToUTF8String(hValue, bsValue);
161 hDoc, CFX_WideString::FromUTF8(bsValue, bsValue.GetLength()));

Completed in 94 milliseconds