Home | History | Annotate | Download | only in android

Lines Matching refs:m_npWindow

174     m_npWindow.type = NPWindowTypeDrawable;
175 m_npWindow.window = 0;
284 IntRect rect = IntRect(m_npWindow.x, m_npWindow.y,
285 m_npWindow.width, m_npWindow.height);
432 // the m_npWindow is relative to the page
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();
448 m_plugin->pluginFuncs()->setwindow(m_instance, &m_npWindow);
452 m_window->setWindow(&m_npWindow, m_isTransparent);
572 r = IntRect(0, 0, m_npWindow.width, m_npWindow.height);