OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAttrValue
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/include/fxcrt/
fx_xml.h
80
FX_BOOL
GetAttrValue
(const CFX_ByteStringC& name,
82
CFX_WideString
GetAttrValue
(const CFX_ByteStringC& name) const {
84
GetAttrValue
(name, attr);
88
FX_BOOL
GetAttrValue
(const CFX_ByteStringC& space,
91
CFX_WideString
GetAttrValue
(const CFX_ByteStringC& space,
94
GetAttrValue
(space, name, attr);
/external/pdfium/xfa/src/fgas/src/localization/
fx_localemgr.cpp
40
CFX_WideString wsLCID = pXmlLocale->
GetAttrValue
("", "lcid");
fx_locale.cpp
95
if (pDatePattern->
GetAttrValue
("name") == wsName) {
[
all
...]
/external/pdfium/core/src/fxcrt/
xml_int.h
112
void
GetAttrValue
(CFX_WideString& value);
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_locale.cpp
36
return m_pLocaleData ? m_pLocaleData->
GetAttrValue
("name") : CFX_WideString();
216
if (pChild->
GetAttrValue
("name") == wsName) {
Completed in 376 milliseconds