OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_isXSL
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
ProcessingInstruction.cpp
46
,
m_isXSL
(false)
98
m_isXSL
= (type == "text/xml" || type == "text/xsl" || type == "application/xml" ||
100
if (!m_isCSS && !
m_isXSL
)
116
if (
m_isXSL
) {
130
if (
m_isXSL
) {
194
ASSERT(
m_isXSL
);
203
else if (
m_isXSL
)
211
else if (
m_isXSL
)
ProcessingInstruction.h
51
bool isXSL() const { return
m_isXSL
; }
85
bool
m_isXSL
;
Completed in 56 milliseconds