Searched refs:m_createdByParser (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DStyleElement.h56 bool m_createdByParser; member in class:WebCore::StyleElement
H A DStyleElement.cpp41 : m_createdByParser(createdByParser)
57 document->addStyleSheetCandidateNode(element, m_createdByParser);
58 if (m_createdByParser)
84 if (m_createdByParser)
94 m_createdByParser = false;
H A DProcessingInstruction.h43 void setCreatedByParser(bool createdByParser) { m_createdByParser = createdByParser; }
93 bool m_createdByParser; member in class:WebCore::ProcessingInstruction
H A DProcessingInstruction.cpp45 , m_createdByParser(false)
274 document()->addStyleSheetCandidateNode(this, m_createdByParser);
296 m_createdByParser = false;
/external/webkit/Source/WebCore/html/
H A DHTMLLinkElement.h144 bool m_createdByParser; member in class:WebCore::HTMLLinkElement
H A DHTMLLinkElement.cpp59 , m_createdByParser(createdByParser)
329 document()->addStyleSheetCandidateNode(this, m_createdByParser);
356 m_createdByParser = false;

Completed in 204 milliseconds