Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DWidget.cpp126 parentRect.setLocation(parentWidget->convertChildToSelf(this, localRect.location())); in convertToContainingView()
146 return parentWidget->convertChildToSelf(this, localPoint); in convertToContainingView()
159 IntPoint Widget::convertChildToSelf(const Widget*, const IntPoint& point) const in convertChildToSelf() function in blink::Widget
DWidget.h124 virtual IntPoint convertChildToSelf(const Widget*, const IntPoint&) const;
/external/chromium_org/third_party/WebKit/Source/web/
DPopupContainer.h62 virtual IntPoint convertChildToSelf(const Widget* child, const IntPoint&) const OVERRIDE;
DPopupListBox.h100 virtual IntPoint convertChildToSelf(const Widget* child, const IntPoint&) const OVERRIDE;
DPopupContainer.cpp544 IntPoint PopupContainer::convertChildToSelf(const Widget* child, const IntPoint& point) const in convertChildToSelf() function in blink::PopupContainer
DPopupListBox.cpp1003 IntPoint PopupListBox::convertChildToSelf(const Widget* child, const IntPoint& point) const in convertChildToSelf() function in blink::PopupListBox
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.h200 virtual IntPoint convertChildToSelf(const Widget* child, const IntPoint& point) const OVERRIDE in convertChildToSelf() function