Home | History | Annotate | Download | only in Api

Lines Matching full:load

444     A frame can be loaded using load() or setUrl(). Alternatively, if you have
455 the load process. The requestedUrl() also matches to the URL added to the
456 frame history (\l{QWebHistory}) if load is successful.
502 d->frame->loader()->load(request, frameData->name, false);
705 load(ensureAbsoluteUrl(url));
727 // * Method can be called while processing an unsucessful load.
792 void QWebFrame::load(const QUrl &url)
794 load(QNetworkRequest(ensureAbsoluteUrl(url)));
807 void QWebFrame::load(const QNetworkRequest &req,
850 d->frame->loader()->load(request, false);
878 d->frame->loader()->load(request, substituteData, false);
903 d->frame->loader()->load(request, substituteData, false);
1503 environment is cleared, e.g., before starting a new load.
1566 This signal is emitted when a new load of this frame is started.
1575 This signal is emitted when a load of this frame is finished.
1576 \a ok will indicate whether the load was successful or any error occurred.
1783 Returns the frame that will load the link if it is activated.