Lines Matching refs:QWKPagePrivate
89 QWKPagePrivate::QWKPagePrivate(QWKPage* qq, QWKContext* c)
103 QWKPagePrivate::~QWKPagePrivate()
109 void QWKPagePrivate::init(QGraphicsItem* view, QGraphicsWKView::BackingStoreType backingStoreType)
116 void QWKPagePrivate::setCursor(const WebCore::Cursor& cursor)
123 void QWKPagePrivate::setViewportArguments(const ViewportArguments& args)
129 PassOwnPtr<DrawingAreaProxy> QWKPagePrivate::createDrawingAreaProxy()
141 void QWKPagePrivate::setViewNeedsDisplay(const WebCore::IntRect& rect)
146 void QWKPagePrivate::displayView()
151 void QWKPagePrivate::scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset)
156 WebCore::IntSize QWKPagePrivate::viewSize()
162 bool QWKPagePrivate::isViewWindowActive()
167 bool QWKPagePrivate::isViewFocused()
172 bool QWKPagePrivate::isViewVisible()
177 bool QWKPagePrivate::isViewInWindow()
183 void QWKPagePrivate::enterAcceleratedCompositingMode(const LayerTreeContext&)
188 void QWKPagePrivate::exitAcceleratedCompositingMode()
193 void QWKPagePrivate::pageDidRequestScroll(const IntPoint& point)
198 void QWKPagePrivate::didChangeContentsSize(const IntSize& newSize)
203 void QWKPagePrivate::toolTipChanged(const String&, const String& newTooltip)
208 void QWKPagePrivate::registerEditCommand(PassRefPtr<WebEditCommandProxy>, WebPageProxy::UndoOrRedo)
212 void QWKPagePrivate::clearAllEditCommands()
216 bool QWKPagePrivate::canUndoRedo(WebPageProxy::UndoOrRedo)
221 void QWKPagePrivate::executeUndoRedo(WebPageProxy::UndoOrRedo)
225 FloatRect QWKPagePrivate::convertToDeviceSpace(const FloatRect& rect)
230 IntRect QWKPagePrivate::windowToScreen(const IntRect& rect)
235 FloatRect QWKPagePrivate::convertToUserSpace(const FloatRect& rect)
240 void QWKPagePrivate::selectionChanged(bool, bool, bool, bool)
244 void QWKPagePrivate::doneWithKeyEvent(const NativeWebKeyboardEvent&, bool)
248 PassRefPtr<WebPopupMenuProxy> QWKPagePrivate::createPopupMenuProxy(WebPageProxy*)
253 PassRefPtr<WebContextMenuProxy> QWKPagePrivate::createContextMenuProxy(WebPageProxy*)
258 void QWKPagePrivate::setFindIndicator(PassRefPtr<FindIndicator>, bool fadeOut)
262 void QWKPagePrivate::didCommitLoadForMainFrame(bool useCustomRepresentation)
266 void QWKPagePrivate::didFinishLoadingDataForCustomRepresentation(const String& suggestedFilename, const CoreIPC::DataReference&)
270 void QWKPagePrivate::flashBackingStoreUpdates(const Vector<IntRect>&)
275 void QWKPagePrivate::paint(QPainter* painter, QRect area)
283 void QWKPagePrivate::keyPressEvent(QKeyEvent* ev)
288 void QWKPagePrivate::keyReleaseEvent(QKeyEvent* ev)
293 void QWKPagePrivate::mouseMoveEvent(QGraphicsSceneMouseEvent* ev)
308 void QWKPagePrivate::mousePressEvent(QGraphicsSceneMouseEvent* ev)
318 void QWKPagePrivate::mouseReleaseEvent(QGraphicsSceneMouseEvent* ev)
323 void QWKPagePrivate::mouseDoubleClickEvent(QGraphicsSceneMouseEvent* ev)
331 void QWKPagePrivate::wheelEvent(QGraphicsSceneWheelEvent* ev)
337 void QWKPagePrivate::updateAction(QWKPage::WebAction action)
377 void QWKPagePrivate::updateNavigationActions()
386 void QWKPagePrivate::_q_webActionTriggered(bool checked)
396 void QWKPagePrivate::touchEvent(QTouchEvent* event)
406 void QWKPagePrivate::didRelaunchProcess()
416 void QWKPagePrivate::processDidCrash()
423 : d(new QWKPagePrivate(this, context))
805 void QWKPagePrivate::didFindZoomableArea(const IntRect& area)