Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DWidget.cpp136 localRect.setLocation(parentWidget->convertSelfToChild(this, localRect.location())); in convertFromContainingView()
154 return parentWidget->convertSelfToChild(this, parentPoint); in convertFromContainingView()
164 IntPoint Widget::convertSelfToChild(const Widget*, const IntPoint& point) const in convertSelfToChild() function in blink::Widget
DWidget.h125 virtual IntPoint convertSelfToChild(const Widget*, const IntPoint&) const;
/external/chromium_org/third_party/WebKit/Source/web/
DPopupContainer.h63 virtual IntPoint convertSelfToChild(const Widget* child, const IntPoint&) const OVERRIDE;
DPopupContainer.cpp64 IntPoint pos = parent->convertSelfToChild(child, e.position()); in constructRelativeMouseEvent()
76 IntPoint pos = parent->convertSelfToChild(child, e.position()); in constructRelativeWheelEvent()
551 IntPoint PopupContainer::convertSelfToChild(const Widget* child, const IntPoint& point) const in convertSelfToChild() function in blink::PopupContainer
DPopupListBox.h101 virtual IntPoint convertSelfToChild(const Widget* child, const IntPoint&) const OVERRIDE;
DPopupListBox.cpp1011 IntPoint PopupListBox::convertSelfToChild(const Widget* child, const IntPoint& point) const in convertSelfToChild() function in blink::PopupListBox
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.h209 virtual IntPoint convertSelfToChild(const Widget* child, const IntPoint& point) const OVERRIDE in convertSelfToChild() function