OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convertSelfToChild
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
Widget.cpp
153
localRect.setLocation(parentWidget->
convertSelfToChild
(this, localRect.location()));
171
return parentWidget->
convertSelfToChild
(this, parentPoint);
181
IntPoint Widget::
convertSelfToChild
(const Widget*, const IntPoint& point) const
Widget.h
130
virtual IntPoint
convertSelfToChild
(const Widget*, const IntPoint&) const;
/external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp
59
IntPoint pos = parent->
convertSelfToChild
(child, e.position());
71
IntPoint pos = parent->
convertSelfToChild
(child, e.position());
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h
226
virtual IntPoint
convertSelfToChild
(const Widget* child, const IntPoint& point) const
Completed in 30 milliseconds