Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DEventHandler.cpp243 m_lastInstanceUnderMouse = 0; in clear()
1941 if (m_lastInstanceUnderMouse) { in updateMouseEventTargetNode()
1942 SVGElement* lastCorrespondingElement = m_lastInstanceUnderMouse->correspondingElement(); in updateMouseEventTargetNode()
1943 … SVGElement* lastCorrespondingUseElement = m_lastInstanceUnderMouse->correspondingUseElement(); in updateMouseEventTargetNode()
1954 if (instance == m_lastInstanceUnderMouse) in updateMouseEventTargetNode()
1965 m_lastInstanceUnderMouse = instance; in updateMouseEventTargetNode()
2006 m_lastInstanceUnderMouse = 0; in updateMouseEventTargetNode()
2020 m_lastInstanceUnderMouse = instanceAssociatedWithShadowTreeElement(m_nodeUnderMouse.get()); in updateMouseEventTargetNode()
DEventHandler.h420 RefPtr<SVGElementInstance> m_lastInstanceUnderMouse; variable