Home
last modified time | relevance | path

Searched defs:styleSelector (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/page/
DPage.cpp494 if (CSSStyleSelector* styleSelector = frame->document()->styleSelector()) in allVisitedStateChanged() local
510 if (CSSStyleSelector* styleSelector = frame->document()->styleSelector()) in visitedStateChanged() local
/external/webkit/WebCore/dom/
DDocument.h318 CSSStyleSelector* styleSelector() const { return m_styleSelector; } in styleSelector() function
/external/webkit/WebCore/html/
DCanvasRenderingContext2D.cpp1291 CSSStyleSelector* styleSelector = m_canvas->document()->styleSelector(); in setFont() local
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp2583 …FromSheet(CSSStyleSheet* sheet, const MediaQueryEvaluator& medium, CSSStyleSelector* styleSelector) in addRulesFromSheet()