Home | History | Annotate | Download | only in web

Lines Matching refs:m_currentGraphicsLayer

67     , m_currentGraphicsLayer(0)
141 if (m_currentGraphicsLayer != newGraphicsLayer) {
142 if (m_currentGraphicsLayer)
145 m_currentGraphicsLayer = newGraphicsLayer;
146 m_currentGraphicsLayer->setLinkHighlight(this);
202 FloatPoint positionAdjust = IntPoint(m_currentGraphicsLayer->offsetFromRenderer());
286 if (m_currentGraphicsLayer) {
287 m_currentGraphicsLayer->setLinkHighlight(0);
288 m_currentGraphicsLayer = 0;
319 if (m_currentGraphicsLayer)
320 m_currentGraphicsLayer->addRepaintRect(FloatRect(layer()->position().x, layer()->position().y, layer()->bounds().width, layer()->bounds().height));
329 m_currentGraphicsLayer = 0;