OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_strictParsing
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/css/
CSSStyleSheet.h
99
void setStrictParsing(bool b) {
m_strictParsing
= b; }
100
bool useStrictParsing() const { return
m_strictParsing
; }
118
bool
m_strictParsing
: 1;
CSSMutableStyleDeclaration.h
135
void setStrictParsing(bool b) {
m_strictParsing
= b; }
136
bool useStrictParsing() const { return
m_strictParsing
; }
175
bool
m_strictParsing
: 1;
CSSStyleSheet.cpp
58
,
m_strictParsing
(!parentSheet || parentSheet->useStrictParsing())
68
,
m_strictParsing
(false)
79
,
m_strictParsing
(!ownerRule || ownerRule->useStrictParsing())
CSSMutableStyleDeclaration.cpp
45
,
m_strictParsing
(false)
55
,
m_strictParsing
(!parent || parent->useStrictParsing())
66
,
m_strictParsing
(!parent || parent->useStrictParsing())
78
,
m_strictParsing
(!parent || parent->useStrictParsing())
104
m_strictParsing
= other.
m_strictParsing
;
[
all
...]
CSSStyleSelector.h
273
bool
m_strictParsing
;
CSSStyleSelector.cpp
[
all
...]
Completed in 192 milliseconds