Searched refs:singleOwnerDocument (Results 1 – 5 of 5) sorted by relevance
72 Document* document = m_parentStyleSheet ? m_parentStyleSheet->singleOwnerDocument() : 0; in setCSSStyleSheet()92 Document* document = m_parentStyleSheet->singleOwnerDocument(); in requestStyleSheet()
81 Document* singleOwnerDocument() const;
151 …reportMediaQueryWarningIfNeeded(singleOwnerDocument(), toStyleRuleMedia(rule.get())->mediaQueries(… in parserAppendRule()414 Document* StyleSheetContents::singleOwnerDocument() const in singleOwnerDocument() function in WebCore::StyleSheetContents
240 …m_logErrors = logErrors && sheet->singleOwnerDocument() && !sheet->baseURL().isEmpty() && sheet->s… in parseSheet()9725 PageConsole& console = m_styleSheet->singleOwnerDocument()->page()->console(); in logError()
728 return getFrom(sheetContents->singleOwnerDocument()); in getFrom()