OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAttrInteger
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/include/fxcrt/
fx_xml.h
98
FX_BOOL
GetAttrInteger
(const CFX_ByteStringC& name, int& attribute) const;
99
int
GetAttrInteger
(const CFX_ByteStringC& name) const {
101
GetAttrInteger
(name, attr);
105
FX_BOOL
GetAttrInteger
(const CFX_ByteStringC& space,
108
int
GetAttrInteger
(const CFX_ByteStringC& space,
111
GetAttrInteger
(space, name, attr);
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_locale.cpp
125
if (pSymbolNames->
GetAttrInteger
("abbr") != bAbbr) {
128
if (pSymbolNames && pSymbolNames->
GetAttrInteger
("abbr") == bAbbr) {
/external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp
146
if (pSymbolNames->
GetAttrInteger
("abbr") != bAbbr) {
149
if (pSymbolNames && pSymbolNames->
GetAttrInteger
("abbr") == bAbbr) {
[
all
...]
Completed in 47 milliseconds