Home | History | Annotate | Download | only in android

Lines Matching full:m_window

184     m_window = new PluginWidgetAndroid(this);
197 delete m_window;
202 return (PlatformLayer*) m_window->getLayer();
208 if (!m_window->isAcceptingEvent(kTouch_ANPEventFlag))
211 if (!m_window->inFullScreen() && m_parentFrame->document()->focusedNode() != m_element)
259 if (m_window->sendEvent(evt))
294 if (m_window->sendEvent(evt)) {
316 m_window->sendEvent(evt);
321 m_window->webViewCore()->contentInvalidate(rect);
326 if (!m_window->isAcceptingEvent(kKey_ANPEventFlag))
383 if (m_window->sendEvent(evt)) {
385 } else if (m_window->inFullScreen()){
439 if (m_window && !m_window->webViewCore()) {
441 m_window->init(c);
486 m_window->setWindow(&m_npWindow, m_isTransparent);
585 if (m_window->setDrawingModel(model))
592 m_window->updateEventFlags(flags);
605 m_window->inval(r, true);
619 m_window->inval(r, true);
683 if (m_window->isSurfaceDrawingModel()) {
691 m_window->setSurfaceClip(context->platformContext()->getTotalClipBounds());
693 m_window->inval(rect, false);
696 m_window->draw(context->platformContext());