OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wsTagName
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/xfa/src/fdp/include/
fde_xml.h
160
const CFX_WideString&
wsTagName
);
162
const CFX_WideString&
wsTagName
);
164
const CFX_WideString&
wsTagName
);
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.cpp
46
CFX_WideString
wsTagName
;
48
pXMLElement->GetTagName(
wsTagName
);
49
if (
wsTagName
.Equal(FX_WSTRC(L"document"))) {
63
CFX_WideString
wsTagName
;
65
pXMLElement->GetTagName(
wsTagName
);
66
if (
wsTagName
.Equal(FX_WSTRC(L"chunk"))) {
/external/pdfium/xfa/src/fdp/src/xml/
fde_xml.h
206
:
wsTagName
(src.
wsTagName
), eType(src.eType) {}
207
CFX_WideString
wsTagName
;
fde_xml.cpp
[
all
...]
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_nodehelper.cpp
276
CFX_WideStringC
wsTagName
;
281
refNode->GetClassName(
wsTagName
);
282
ws =
wsTagName
;
xfa_parser_imp.cpp
836
CFX_WideString
wsTagName
;
837
pXMLElement->GetLocalTagName(
wsTagName
);
838
XFA_LPCELEMENTINFO pElemInfo = XFA_GetElementByName(
wsTagName
);
858
pXFAChild->SetAttribute(XFA_ATTRIBUTE_Name,
wsTagName
);
[
all
...]
Completed in 447 milliseconds