OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:convertSelfToChild
(Results
1 - 2
of
2
) 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
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h
226
virtual IntPoint
convertSelfToChild
(const Widget* child, const IntPoint& point) const
Completed in 195 milliseconds