OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rndFind
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_resolveprocessor.cpp
147
CXFA_ResolveNodesData
rndFind
;
148
rndFind
.m_pSC = rnd.m_pSC;
149
rndFind
.m_CurNode = datasets;
150
rndFind
.m_wsName = rnd.m_wsName.Right(rnd.m_wsName.GetLength() - 1);
151
rndFind
.m_uHashName =
152
FX_HashCode_String_GetW(
rndFind
.m_wsName,
rndFind
.m_wsName.GetLength());
153
rndFind
.m_nLevel = rnd.m_nLevel + 1;
154
rndFind
.m_dwStyles = XFA_RESOLVENODE_Children;
155
rndFind
.m_wsCondition = rnd.m_wsCondition;
[
all
...]
xfa_script_imp.cpp
625
CXFA_ResolveNodesData
rndFind
;
629
rndFind
.m_pSC = this;
640
rndFind
.m_dwStyles = dwStyles;
643
nStart,
rndFind
);
672
rndFind
.m_wsName,
rndFind
.m_wsCondition,
693
rndFind
.m_CurNode = findNodes[i++];
694
rndFind
.m_nLevel = nLevel;
695
rndFind
.m_dwFlag = XFA_RESOVENODE_RSTYPE_Nodes;
696
nRet = m_pResolveProcessor->XFA_ResolveNodes(
rndFind
);
[
all
...]
Completed in 781 milliseconds