OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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