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

/macosx-10.9.5/WebCore-7537.78.1/plugins/blackberry/
H A DPluginViewPrivateBlackBerry.cpp303 m_pluginBufferSize = IntSize(width, height);
311 m_pluginBufferSize = IntSize();
324 if (!m_pluginBufferSize.width() || !m_pluginBufferSize.height())
340 m_pluginBufferSize = IntSize(width, height);
347 if (!m_pluginBufferSize.width() || !m_pluginBufferSize.height()) {
355 m_pluginBufferSize, m_pluginBufferType);
380 m_pluginBufferSize = IntSize();
H A DPluginViewPrivateBlackBerry.h66 IntSize m_pluginBufferSize; member in class:WebCore::PluginViewPrivate

Completed in 164 milliseconds