Searched refs:QWebFramePrivate (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp235 return QWebFramePrivate::core(frame)->document()->documentElement();
241 Frame* coreFrame = QWebFramePrivate::core(frame);
257 Frame* coreFrame = QWebFramePrivate::core(frame);
277 Frame* coreFrame = QWebFramePrivate::core(frame);
302 Frame* coreFrame = QWebFramePrivate::core(frame);
323 Frame* coreFrame = QWebFramePrivate::core(frame);
336 Frame* coreFrame = QWebFramePrivate::core(frame);
349 Frame* coreFrame = QWebFramePrivate::core(frame);
362 Frame* coreFrame = QWebFramePrivate::core(frame);
398 Frame* coreFrame = QWebFramePrivate
[all...]
H A DGeolocationClientQt.cpp126 QWebFrame* webFrame = QWebFramePrivate::kit(geolocation->frame());
133 QWebFrame* webFrame = QWebFramePrivate::kit(geolocation->frame());
H A DPageClientQt.cpp173 QWebFramePrivate::core(page->mainFrame())->view()->syncCompositingStateIncludingSubframes();
303 useOverlay = useOverlay || QWebFramePrivate::core(page->mainFrame())->tiledBackingStore();
324 QWebFramePrivate::core(page->mainFrame())->view()->syncCompositingStateIncludingSubframes();
345 QWebFramePrivate::core(page->mainFrame())->view()->syncCompositingStateIncludingSubframes();
371 WebCore::TiledBackingStore* backingStore = QWebFramePrivate::core(page->mainFrame())->tiledBackingStore();
H A DChromeClientQt.cpp406 WebCore::TiledBackingStore* backingStore = QWebFramePrivate::core(m_webPage->mainFrame())->tiledBackingStore();
488 QWebFramePrivate::kit(frame)->contentsSizeChanged(size);
526 emit m_webPage->printRequested(QWebFramePrivate::kit(frame));
537 emit m_webPage->databaseQuotaExceeded(QWebFramePrivate::kit(frame), databaseName);
577 option.parentFrame = QWebFramePrivate::kit(frame);
596 QString file = m_webPage->chooseFile(QWebFramePrivate::kit(frame), suggestedFile);
H A DNotificationPresenterClientQt.cpp448 return QWebFramePrivate::kit(page->mainFrame())->page();
460 return QWebFramePrivate::kit(document->frame());
H A DFrameLoaderClientQt.cpp99 QWebFrame* frame = QWebFramePrivate::kit(webCoreFrame);
1238 node = QWebFramePrivate::core(m_webFrame)->eventHandler()->hitTestResultAtPoint(
1334 if (QWebFrame* parent = QWebFramePrivate::kit(parentFrame)) {
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe.cpp122 WebCore::Frame* frame = QWebFramePrivate::core(qFrame);
238 void QWebFramePrivate::init(QWebFrame *qframe, QWebFrameData *frameData)
252 void QWebFramePrivate::setPage(QWebPage* newPage)
267 WebCore::Scrollbar* QWebFramePrivate::horizontalScrollBar() const
274 WebCore::Scrollbar* QWebFramePrivate::verticalScrollBar() const
282 void QWebFramePrivate::renderFromTiledBackingStore(GraphicsContext* context, const QRegion& clip)
322 void QWebFramePrivate::renderCompositedLayers(GraphicsContext* context, const IntRect& clip)
345 void QWebFramePrivate::renderRelativeCoords(GraphicsContext* context, QFlags<QWebFrame::RenderLayer> layers, const QRegion& clip)
398 void QWebFramePrivate::renderFrameExtras(GraphicsContext* context, QFlags<QWebFrame::RenderLayer> layers, const QRegion& clip)
436 void QWebFramePrivate
[all...]
H A Dqwebframe_p.h72 class QWebFramePrivate { class
74 QWebFramePrivate() function in class:QWebFramePrivate
H A Dqwebframe.h45 class QWebFramePrivate;
230 friend class QWebFramePrivate;
236 QWebFramePrivate *d;
H A Dqgraphicswebview.cpp287 if (WebCore::TiledBackingStore* backingStore = QWebFramePrivate::core(page()->mainFrame())->tiledBackingStore()) {
910 WebCore::TiledBackingStore* backingStore = QWebFramePrivate::core(page()->mainFrame())->tiledBackingStore();
922 WebCore::TiledBackingStore* backingStore = QWebFramePrivate::core(page()->mainFrame())->tiledBackingStore();
H A Dqwebpage.cpp664 WebCore::Frame* frame = QWebFramePrivate::core(mainFrame);
675 WebCore::Frame* frame = QWebFramePrivate::core(mainFrame);
711 WebCore::Frame* frame = QWebFramePrivate::core(mainFrame);
729 WebCore::Frame* frame = QWebFramePrivate::core(mainFrame);
767 WebCore::Frame* frame = QWebFramePrivate::core(mainFrame);
839 WebCore::Frame* frame = QWebFramePrivate::core(mainFrame);
960 focusController->setFocusedFrame(QWebFramePrivate::core(mainFrame));
1045 QWebFramePrivate::core(d->mainFrame)->view()->updateBackgroundRecursively(backgroundColor, !backgroundColor.alpha());
1185 WebCore::Frame* frame = QWebFramePrivate::core(q->mainFrame());
1191 WebCore::Frame* frame = QWebFramePrivate
[all...]
H A Dqwebhistory.cpp557 return QWebFramePrivate::kit(static_cast<WebCore::BackForwardListImpl*>(lst)->page()->mainFrame())->page()->handle();
H A Dqwebelement.cpp717 return QWebFramePrivate::kit(frame);
/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginViewSymbian.cpp424 qtwebkit_page_plugin_created(QWebFramePrivate::kit(m_parentFrame.get()), m_instance, (void*)(m_plugin->pluginFuncs()));

Completed in 168 milliseconds