Home
last modified time | relevance | path

Searched refs:m_alternate (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
DProcessingInstruction.cpp44 , m_alternate(false) in ProcessingInstruction()
136 m_alternate = alternate == "yes"; in checkStyleSheet()
221 newSheet->setDisabled(m_alternate); in setCSSStyleSheet()
250 m_sheet->setDisabled(m_alternate); in setCSSStyleSheet()
DProcessingInstruction.h92 bool m_alternate; variable