OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bImportant
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/src/fdp/src/css/
fde_cssdeclaration.h
12
int16_t
bImportant
;
35
FX_BOOL&
bImportant
) const;
40
FX_BOOL&
bImportant
) const;
58
FX_BOOL
bImportant
);
62
FX_BOOL
bImportant
);
66
FX_BOOL
bImportant
);
70
FX_BOOL
bImportant
);
74
FX_BOOL
bImportant
);
78
FX_BOOL
bImportant
);
82
FX_BOOL
bImportant
);
[
all
...]
fde_cssdeclaration.cpp
10
FX_BOOL&
bImportant
) const {
14
bImportant
= pHolder->
bImportant
;
26
FX_BOOL&
bImportant
) const {
29
bImportant
= pHolder->
bImportant
;
92
FX_BOOL
bImportant
) {
95
pHolder->
bImportant
=
bImportant
;
110
FX_BOOL
bImportant
= FALSE;
[
all
...]
fde_cssstyleselector.cpp
492
FX_BOOL
bImportant
;
497
pVal = ppDeclArray[i]->GetProperty(FDE_CSSPROPERTY_FontSize,
bImportant
);
500
} else if (
bImportant
) {
520
pDecl->GetNextProperty(pos, eProp, pVal,
bImportant
);
523
} else if (!
bImportant
) {
536
pDecl->GetNextProperty(pos, eProp, pVal,
bImportant
);
537
if (
bImportant
&& eProp != FDE_CSSPROPERTY_FontSize) {
[
all
...]
/external/pdfium/xfa/src/fdp/include/
fde_css.h
373
FX_BOOL&
bImportant
) const = 0;
378
FX_BOOL&
bImportant
) const = 0;
[
all
...]
Completed in 222 milliseconds