Home
last modified time | relevance | path

Searched refs:singleOwnerDocument (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleRuleImport.cpp72 Document* document = m_parentStyleSheet ? m_parentStyleSheet->singleOwnerDocument() : 0; in setCSSStyleSheet()
92 Document* document = m_parentStyleSheet->singleOwnerDocument(); in requestStyleSheet()
DStyleSheetContents.h81 Document* singleOwnerDocument() const;
DStyleSheetContents.cpp151 …reportMediaQueryWarningIfNeeded(singleOwnerDocument(), toStyleRuleMedia(rule.get())->mediaQueries(… in parserAppendRule()
414 Document* StyleSheetContents::singleOwnerDocument() const in singleOwnerDocument() function in WebCore::StyleSheetContents
DCSSParser-in.cpp240 …m_logErrors = logErrors && sheet->singleOwnerDocument() && !sheet->baseURL().isEmpty() && sheet->s… in parseSheet()
9725 PageConsole& console = m_styleSheet->singleOwnerDocument()->page()->console(); in logError()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DUseCounter.cpp728 return getFrom(sheetContents->singleOwnerDocument()); in getFrom()