singleOwnerDocument   82 Source/core/css/StyleRuleImport.cpp     Document* document = m_parentStyleSheet ? m_parentStyleSheet->singleOwnerDocument() : 0;
singleOwnerDocument  102 Source/core/css/StyleRuleImport.cpp     Document* document = m_parentStyleSheet->singleOwnerDocument();
singleOwnerDocument  164 Source/core/css/StyleSheetContents.cpp         reportMediaQueryWarningIfNeeded(singleOwnerDocument(), toStyleRuleMedia(rule.get())->mediaQueries());
singleOwnerDocument   83 Source/core/css/StyleSheetContents.h     Document* singleOwnerDocument() const;
singleOwnerDocument  155 Source/core/css/parser/BisonCSSParser-in.cpp     m_logErrors = logErrors && sheet->singleOwnerDocument() && !sheet->baseURL().isEmpty() && sheet->singleOwnerDocument()->frameHost();
singleOwnerDocument 1839 Source/core/css/parser/BisonCSSParser-in.cpp     PageConsole& console = m_styleSheet->singleOwnerDocument()->frameHost()->console();
singleOwnerDocument  603 Source/core/dom/StyleEngine.cpp             ASSERT(contents->singleOwnerDocument() == e->document());
singleOwnerDocument  753 Source/core/frame/UseCounter.cpp         return getFrom(sheetContents->singleOwnerDocument());