Home
last modified time | relevance | path

Searched refs:boundsChanged (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderWidget.cpp168 bool boundsChanged = m_widget->frameRect() != frame; in setWidgetGeometry() local
170 if (!boundsChanged && !clipChanged) in setWidgetGeometry()
186 return boundsChanged; in setWidgetGeometry()
347 bool boundsChanged = setWidgetGeometry(absoluteContentBox, contentBox.size()); in updateWidgetPosition() local
354 if ((boundsChanged || frameView->needsLayout()) && frameView->frame()->page()) in updateWidgetPosition()
/external/webkit/Source/WebKit/android/plugins/
DPluginWidgetAndroid.cpp136 const bool boundsChanged = m_pluginBounds != oldPluginBounds; in setWindow() local
148 sendSizeAndVisibilityEvents(boundsChanged); in setWindow()
150 layoutSurface(boundsChanged); in setWindow()
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-295372 Stop using notifications for boundsChanged, since the notifications are being sent too late.
5794 should and so our boundsChanged notification never gets added.