Searched refs:m_pluginBounds (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/plugins/
H A DPluginWidgetAndroid.cpp66 m_pluginBounds.setEmpty();
123 SkIRect oldPluginBounds = m_pluginBounds;
127 m_pluginBounds.set(m_pluginWindow->x, m_pluginWindow->y,
132 m_pluginBounds.fLeft, m_pluginBounds.fTop,
133 m_pluginBounds.fRight, m_pluginBounds.fBottom);
135 const bool boundsChanged = m_pluginBounds != oldPluginBounds;
222 WebCore::IntRect rect(m_pluginBounds.fLeft, m_pluginBounds
[all...]
H A DPluginWidgetAndroid.h200 SkIRect m_pluginBounds; // relative to the page member in struct:PluginWidgetAndroid

Completed in 71 milliseconds