Searched refs:m_lastInstanceUnderMouse (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/
H A DEventHandler.h479 RefPtr<SVGElementInstance> m_lastInstanceUnderMouse; member in class:WebCore::EventHandler
H A DEventHandler.cpp419 m_lastInstanceUnderMouse = 0;
2298 if (m_lastInstanceUnderMouse) {
2299 SVGElement* lastCorrespondingElement = m_lastInstanceUnderMouse->correspondingElement();
2300 SVGElement* lastCorrespondingUseElement = m_lastInstanceUnderMouse->correspondingUseElement();
2311 if (instance == m_lastInstanceUnderMouse)
2322 m_lastInstanceUnderMouse = instance;
2369 m_lastInstanceUnderMouse = 0;
2427 m_lastInstanceUnderMouse = instanceAssociatedWithShadowTreeElement(m_elementUnderMouse.get());

Completed in 71 milliseconds