Home | History | Annotate | Download | only in Api

Lines Matching defs:load

482     A frame can be loaded using load() or setUrl(). Alternatively, if you have
493 the load process. The requestedUrl() also matches to the URL added to the
494 frame history (\l{QWebHistory}) if load is successful.
542 d->frame->loader()->load(request, frameData->name, false);
795 load(absolute);
867 void QWebFrame::load(const QUrl &url)
869 // The load() overload ensures that the url is absolute.
870 load(QNetworkRequest(url));
883 void QWebFrame::load(const QNetworkRequest &req,
935 d->frame->loader()->load(request, false);
963 \sa toHtml(), setContent(), load()
972 d->frame->loader()->load(request, substituteData, false);
1002 d->frame->loader()->load(request, substituteData, false);
1577 environment is cleared, e.g., before starting a new load.
1640 This signal is emitted when a new load of this frame is started.
1649 This signal is emitted when a load of this frame is finished.
1650 \a ok will indicate whether the load was successful or any error occurred.
1866 Returns the frame that will load the link if it is activated.