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

/macosx-10.9.5/WebCore-7537.78.1/plugins/blackberry/
H A DPluginViewBlackBerry.cpp78 template<class T> static NPRect toNPRect(const T& rect) function in namespace:WebCore
199 NPRect tempRect = toNPRect(exposedRects.at(i));
200 draw.pluginRect = toNPRect(m_windowRect);
201 draw.clipRect = toNPRect(m_clipRect);

Completed in 180 milliseconds