HomeSort by relevance Sort by last modified time
    Searched full:wsattri (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstyleselector.cpp 439 CFX_WideStringC wsAttri, wsValue;
442 pTag->GetNextAttribute(pos, wsAttri, wsValue);
444 FX_HashCode_String_GetW(wsAttri.GetPtr(), wsAttri.GetLength(), TRUE);
    [all...]
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 693 CFX_WideString wsAttri(L"xmlns"), wsPrefix;
696 wsAttri += L":";
697 wsAttri += wsPrefix;
706 if (!pElement->HasAttribute(wsAttri)) {
710 pElement->GetString(wsAttri, wsNamespace);
    [all...]

Completed in 191 milliseconds