Home | History | Annotate | Download | only in Api

Lines Matching full:page

46 #include "Page.h"
99 InspectorController* controller = frame->page()->inspectorController();
252 QWebFrameData::QWebFrameData(WebCore::Page* parentPage, WebCore::Frame* parentFrame,
257 , page(parentPage)
263 frame = Frame::create(page, ownerElement, frameLoaderClient);
435 \brief The QWebFrame class represents a frame in a web page.
439 QWebFrame represents a frame inside a web page. Each QWebPage
447 The page() function returns a pointer to the web page object. See
449 frames are related to a web page and web view.
465 QWebFrame objects are created and controlled by the web page. You
466 can connect to the web page's \l{QWebPage::}{frameCreated()} signal
497 d->page = parent;
510 d->page = parent->d->page;
534 If Javascript is not enabled for this page, then this method does nothing.
558 If Javascript is not enabled for this page, then this method does nothing.
564 if (!page()->settings()->testAttribute(QWebSettings::JavascriptEnabled))
778 The web page that contains this frame.
780 QWebPage *QWebFrame::page() const
782 return d->page;
812 d->page->d->insideOpenCall = true;
853 d->page->d->insideOpenCall = false;
1241 WebCore::Frame* ff = d->frame->page()->focusController()->focusedFrame();
1252 QWebFramePrivate::core(this)->page()->focusController()->setFocusedFrame(QWebFramePrivate::core(this));
1410 // if the user entered a page range outside the actual number
1426 int page = fromPage;
1434 printContext.spoolPage(ctx, page - 1, pageRect.width());
1439 if (page == toPage)
1443 ++page;
1445 --page;
1585 page content after a hit test.
1590 information about the content of the web page at the specified position.