OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetAttrValue
(Results
1 - 2
of
2
) 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/core/src/fxcrt/
fx_xml_parser.cpp
265
void CXML_Parser::
GetAttrValue
(CFX_WideString& value) {
395
GetAttrValue
(attr_value);
638
FX_BOOL CXML_Element::
GetAttrValue
(const CFX_ByteStringC& name,
642
return
GetAttrValue
(bsSpace, bsName, attribute);
644
FX_BOOL CXML_Element::
GetAttrValue
(const CFX_ByteStringC& space,
Completed in 33 milliseconds