Home | History | Annotate | Download | only in web

Lines Matching refs:m_webPlugin

136     m_webPlugin->paint(canvas, windowRect);
157 m_webPlugin->updateFocus(focused);
163 m_webPlugin->updateVisibility(true);
171 m_webPlugin->updateVisibility(false);
178 if (!m_webPlugin->acceptsInputEvents())
238 m_webPlugin->updateVisibility(isVisible());
255 if (plugin != m_webPlugin) {
257 m_webPlugin = plugin;
303 return m_webPlugin->supportsPaginatedPrint();
308 return m_webPlugin->isPrintScalingDisabled();
313 return m_webPlugin->printBegin(printParams);
321 bool ret = m_webPlugin->printPage(pageNumber, canvas);
328 m_webPlugin->printEnd();
333 if (!m_webPlugin->hasSelection())
336 WebKit::Platform::current()->clipboard()->writeHTML(m_webPlugin->selectionAsMarkup(), WebURL(), m_webPlugin->selectionAsText(), false);
341 if (m_webPlugin->executeEditCommand(name))
353 return m_webPlugin->executeEditCommand(name, value);
399 m_webPlugin->updateGeometry(windowRect, clipRect, cutOutRects, isVisible());
540 m_webPlugin->didReceiveResponse(urlResponse);
545 m_webPlugin->didReceiveData(data, dataLength);
550 m_webPlugin->didFinishLoading();
555 m_webPlugin->didFailLoading(error);
565 return m_webPlugin->scriptableObject();
571 if (m_webPlugin->getFormValue(webValue)) {
580 return m_webPlugin->supportsKeyboardFocus();
585 return m_webPlugin->canProcessDrag();
634 , m_webPlugin(webPlugin)
648 m_webPlugin->destroy();
658 if (m_webPlugin->canProcessDrag())
687 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
723 m_webPlugin->handleDragStatusUpdate(dragStatus, dragData, dragOperationMask, dragLocation, dragScreenLocation);
733 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
753 && m_webPlugin->hasSelection()) {
772 if (m_webPlugin->supportsEditCommands() && view->client())
776 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
794 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
819 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo)) {
842 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))