OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFDE_XMLInstruction
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp
386
CFDE_XMLInstruction
* pInstruction = (
CFDE_XMLInstruction
*)pNode;
508
return (IFDE_XMLInstruction*)new
CFDE_XMLInstruction
(wsTarget);
510
CFDE_XMLInstruction
::
CFDE_XMLInstruction
(const CFX_WideString& wsTarget)
514
CFDE_XMLNode*
CFDE_XMLInstruction
::Clone(FX_BOOL bRecursive) {
515
CFDE_XMLInstruction
* pClone = new
CFDE_XMLInstruction
(m_wsTarget);
526
int32_t
CFDE_XMLInstruction
::CountAttributes() const {
529
FX_BOOL
CFDE_XMLInstruction
::GetAttribute(int32_t index,
[
all
...]
fde_xml.h
14
class
CFDE_XMLInstruction
;
52
class
CFDE_XMLInstruction
: public CFDE_XMLNode {
54
CFDE_XMLInstruction
(const CFX_WideString& wsTarget);
84
~
CFDE_XMLInstruction
() {}
Completed in 1099 milliseconds