HomeSort by relevance Sort by last modified time
    Searched refs:m_currentGraphicsLayer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 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)
    [all...]
LinkHighlight.h 72 WebCore::GraphicsLayer* currentGraphicsLayerForTesting() const { return m_currentGraphicsLayer; }
92 WebCore::GraphicsLayer* m_currentGraphicsLayer;

Completed in 2641 milliseconds