MCPcopy Create free account
hub / github.com/LeFroid/Viper-Browser / load

Method load

src/ui/web/WebView.cpp:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void WebView::load(const QUrl &url)
106{
107 if (!m_page->acceptNavigationRequest(url, WebPage::NavigationTypeTyped, true))
108 return;
109
110 setUrl(url);
111 //QWebEngineView::load(url);
112}
113
114void WebView::load(const HttpRequest &request)
115{

Callers 9

viewer.jsFile · 0.45
loadLocaleFunction · 0.45
loadHttpRequestMethod · 0.45
createWebWidgetMethod · 0.45
openLinkInNewTabMethod · 0.45
loadUrlMethod · 0.45
dropEventMethod · 0.45

Calls 2

toWebEngineRequestMethod · 0.80

Tested by

no test coverage detected