OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wsAttriValue
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/src/fdp/include/
fde_xml.h
90
CFX_WideString&
wsAttriValue
) const = 0;
93
CFX_WideString&
wsAttriValue
,
96
const CFX_WideString&
wsAttriValue
) = 0;
120
CFX_WideString&
wsAttriValue
) const = 0;
123
CFX_WideString&
wsAttriValue
,
126
const CFX_WideString&
wsAttriValue
) = 0;
227
virtual void GetAttributeValue(CFX_WideString&
wsAttriValue
) const = 0;
/external/pdfium/xfa/src/fdp/src/xml/
fde_xml.h
64
CFX_WideString&
wsAttriValue
) const;
67
CFX_WideString&
wsAttriValue
,
70
const CFX_WideString&
wsAttriValue
);
102
CFX_WideString&
wsAttriValue
) const;
105
CFX_WideString&
wsAttriValue
,
108
const CFX_WideString&
wsAttriValue
);
311
virtual void GetAttributeValue(CFX_WideString&
wsAttriValue
) const {
312
m_BlockBuffer.GetTextData(
wsAttriValue
, 0, m_iTextDataLength);
328
virtual void GetAttributeValue(CFX_WideString&
wsAttriValue
) const {
329
GetData(
wsAttriValue
);
[
all
...]
fde_xml.cpp
531
CFX_WideString&
wsAttriValue
) const {
537
wsAttriValue
= m_Attributes[i + 1];
554
CFX_WideString&
wsAttriValue
,
559
wsAttriValue
= m_Attributes[i + 1];
563
wsAttriValue
= pwsDefValue;
566
const CFX_WideString&
wsAttriValue
) {
572
m_Attributes[i + 1] =
wsAttriValue
;
577
m_Attributes.Add(
wsAttriValue
);
719
CFX_WideString&
wsAttriValue
) const {
725
wsAttriValue
= m_Attributes[i + 1];
[
all
...]
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_parser_imp.cpp
402
CFX_WideString wsAttriName,
wsAttriValue
;
403
pElement->GetAttribute(i, wsAttriName,
wsAttriValue
);
405
pXFARootNode->SetCData(XFA_ATTRIBUTE_Uuid,
wsAttriValue
);
407
pXFARootNode->SetCData(XFA_ATTRIBUTE_TimeStamp,
wsAttriValue
);
[
all
...]
Completed in 40 milliseconds