Home
last modified time | relevance | path

Searched refs:m_loadingUrl (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dwebview.cpp105 m_loadingUrl = request.url(); in acceptNavigationRequest()
106 emit loadingUrl(m_loadingUrl); in acceptNavigationRequest()
140 if (m_loadingUrl != reply->url()) { in handleUnsupportedContent()
183 if (m_loadingUrl == reply->url()) { in handleUnsupportedContent()
H A Dwebview.h75 QUrl m_loadingUrl; variable