OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_isCSS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
ProcessingInstruction.h
50
bool isCSS() const { return
m_isCSS
; }
84
bool
m_isCSS
;
ProcessingInstruction.cpp
45
,
m_isCSS
(false)
97
m_isCSS
= type.isEmpty() || type == "text/css";
100
if (!
m_isCSS
&& !m_isXSL)
174
ASSERT(
m_isCSS
);
201
if (
m_isCSS
)
209
if (
m_isCSS
)
Completed in 38 milliseconds