Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DPopupContainer.cpp62 PlatformMouseEvent relativeEvent = e; in constructRelativeMouseEvent() local
63 IntPoint& relativePos = const_cast<IntPoint&>(relativeEvent.position()); in constructRelativeMouseEvent()
66 return relativeEvent; in constructRelativeMouseEvent()
74 PlatformWheelEvent relativeEvent = e; in constructRelativeWheelEvent() local
75 IntPoint& relativePos = const_cast<IntPoint&>(relativeEvent.position()); in constructRelativeWheelEvent()
78 return relativeEvent; in constructRelativeWheelEvent()