Home | History | Annotate | Download | only in style

Lines Matching refs:VISITED_LINK

225     ASSERT(styleType() != VISITED_LINK);
231 if (pid == VISITED_LINK)
232 return m_cachedPseudoStyles->at(0)->styleType() == VISITED_LINK ? m_cachedPseudoStyles->at(0).get() : 0;
1169 RenderStyle* visitedStyle = getCachedPseudoStyle(VISITED_LINK);