HomeSort by relevance Sort by last modified time
    Searched refs:m_pageRect (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 433 m_npWindow.x = m_pageRect.x();
434 m_npWindow.y = m_pageRect.y();
435 m_npWindow.width = m_pageRect.width();
436 m_npWindow.height = m_pageRect.height();
438 m_npWindow.clipRect.left = m_pageRect.x();
439 m_npWindow.clipRect.top = m_pageRect.y();
440 m_npWindow.clipRect.right = m_pageRect.x() + m_pageRect.width();
441 m_npWindow.clipRect.bottom = m_pageRect.y() + m_pageRect.height()
    [all...]
  /external/webkit/WebCore/plugins/
PluginView.h 414 IntRect m_pageRect; // The rect in page coordinate system.

Completed in 129 milliseconds