Searched refs:m_pluginBounds (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebKit/android/plugins/ |
D | PluginWidgetAndroid.cpp | 66 m_pluginBounds.setEmpty(); in PluginWidgetAndroid() 123 SkIRect oldPluginBounds = m_pluginBounds; in setWindow() 127 m_pluginBounds.set(m_pluginWindow->x, m_pluginWindow->y, in setWindow() 132 m_pluginBounds.fLeft, m_pluginBounds.fTop, in setWindow() 133 m_pluginBounds.fRight, m_pluginBounds.fBottom); in setWindow() 135 const bool boundsChanged = m_pluginBounds != oldPluginBounds; in setWindow() 222 WebCore::IntRect rect(m_pluginBounds.fLeft, m_pluginBounds.fTop, in viewInvalidate() 223 m_pluginBounds.width(), m_pluginBounds.height()); in viewInvalidate() 417 bool visible = SkIRect::Intersects(m_visibleDocRect, m_pluginBounds); in sendSizeAndVisibilityEvents() 423 m_pluginBounds.fLeft, m_pluginBounds.fTop, in sendSizeAndVisibilityEvents() [all …]
|
D | PluginWidgetAndroid.h | 200 SkIRect m_pluginBounds; // relative to the page member
|