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

  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage_p.h 41 class QWKPagePrivate : WebKit::PageClient {
43 QWKPagePrivate(QWKPage*, QWKContext*);
44 ~QWKPagePrivate();
46 static QWKPagePrivate* get(QWKPage* page) { return page->d; }
qwkpage.cpp 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(
    [all...]

Completed in 39 milliseconds