Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/qt/
DScrollViewQt.cpp41 void ScrollView::platformRemoveChild(Widget* child) in platformRemoveChild() function in WebCore::ScrollView
/external/webkit/Source/WebCore/platform/wx/
DScrollViewWx.cpp328 void ScrollView::platformRemoveChild(Widget* widget) in platformRemoveChild() function in WebCore::ScrollView
/external/webkit/Source/WebCore/platform/mac/
DScrollViewMac.mm77 void ScrollView::platformRemoveChild(Widget* child)
/external/webkit/Source/WebCore/platform/
DScrollView.h390 void platformRemoveChild(Widget*);
DScrollView.cpp93 platformRemoveChild(child); in removeChild()
1320 void ScrollView::platformRemoveChild(Widget*) in wheelEvent() function in WebCore::ScrollView
/external/webkit/Source/WebCore/
DChangeLog-2009-06-168804 (WebCore::ScrollView::platformRemoveChild):
80046 (WebCore::ScrollView::platformRemoveChild):
81313 (WebCore::ScrollView::platformRemoveChild):
81555 (WebCore::ScrollView::platformRemoveChild):
81686 (WebCore::ScrollView::platformRemoveChild):
85431 (WebCore::ScrollView::platformRemoveChild):
DChangeLog-2011-02-1625344 (WebCore::ScrollView::platformRemoveChild):
25376 now shares the implementation of platformAddChild and platformRemoveChild,
DChangeLog-2010-01-2910981 (WebCore::ScrollView::platformRemoveChild):
57419 (WebCore::ScrollView::platformRemoveChild):
DChangeLog-2010-12-0661051 (WebCore::ScrollView::platformRemoveChild): Remove logic for interior frame scrollbars.
112129 (WebCore::ScrollView::platformRemoveChild):
DChangeLog62104 of platformAddChild and platformRemoveChild. This code can be shared.