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

  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 470 m_npWindow.x = m_pageRect.x();
471 m_npWindow.y = m_pageRect.y();
472 m_npWindow.width = m_pageRect.width();
473 m_npWindow.height = m_pageRect.height();
475 m_npWindow.clipRect.left = m_pageRect.x();
476 m_npWindow.clipRect.top = m_pageRect.y();
477 m_npWindow.clipRect.right = m_pageRect.x() + m_pageRect.width();
478 m_npWindow.clipRect.bottom = m_pageRect.y() + m_pageRect.height()
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginView.h 494 IntRect m_pageRect; // The rect in page coordinate system.

Completed in 38 milliseconds