Home
last modified time | relevance | path

Searched refs:m_iconLabel (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Dwebpage.cpp76 certificateDialog.m_iconLabel->setText(QString()); in certificateError()
78 certificateDialog.m_iconLabel->setPixmap(icon.pixmap(32, 32)); in certificateError()
98 passwordDialog.m_iconLabel->setText(QString()); in handleAuthenticationRequired()
100 passwordDialog.m_iconLabel->setPixmap(icon.pixmap(32, 32)); in handleAuthenticationRequired()
126 passwordDialog.m_iconLabel->setText(QString()); in handleProxyAuthenticationRequired()
128 passwordDialog.m_iconLabel->setPixmap(icon.pixmap(32, 32)); in handleProxyAuthenticationRequired()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Dwebpage.cpp78 certificateDialog.m_iconLabel->setText(QString()); in certificateError()
80 certificateDialog.m_iconLabel->setPixmap(icon.pixmap(32, 32)); in certificateError()
100 passwordDialog.m_iconLabel->setText(QString()); in handleAuthenticationRequired()
102 passwordDialog.m_iconLabel->setPixmap(icon.pixmap(32, 32)); in handleAuthenticationRequired()
128 passwordDialog.m_iconLabel->setText(QString()); in handleProxyAuthenticationRequired()
130 passwordDialog.m_iconLabel->setPixmap(icon.pixmap(32, 32)); in handleProxyAuthenticationRequired()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Dwebpage.cpp83 certificateDialog.m_iconLabel->setText(QString()); in certificateError()
85 certificateDialog.m_iconLabel->setPixmap(icon.pixmap(32, 32)); in certificateError()
105 passwordDialog.m_iconLabel->setText(QString()); in handleAuthenticationRequired()
107 passwordDialog.m_iconLabel->setPixmap(icon.pixmap(32, 32)); in handleAuthenticationRequired()
166 passwordDialog.m_iconLabel->setText(QString()); in handleProxyAuthenticationRequired()
168 passwordDialog.m_iconLabel->setPixmap(icon.pixmap(32, 32)); in handleProxyAuthenticationRequired()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Dwebpage.cpp83 certificateDialog.m_iconLabel->setText(QString()); in certificateError()
85 certificateDialog.m_iconLabel->setPixmap(icon.pixmap(32, 32)); in certificateError()
105 passwordDialog.m_iconLabel->setText(QString()); in handleAuthenticationRequired()
107 passwordDialog.m_iconLabel->setPixmap(icon.pixmap(32, 32)); in handleAuthenticationRequired()
166 passwordDialog.m_iconLabel->setText(QString()); in handleProxyAuthenticationRequired()
168 passwordDialog.m_iconLabel->setPixmap(icon.pixmap(32, 32)); in handleProxyAuthenticationRequired()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Durllineedit.cpp251 , m_iconLabel(0) in UrlLineEdit()
254 m_iconLabel = new UrlIconLabel(this); in UrlLineEdit()
255 m_iconLabel->resize(16, 16); in UrlLineEdit()
256 setLeftWidget(m_iconLabel); in UrlLineEdit()
266 m_iconLabel->m_webView = webView; in setWebView()
288 m_iconLabel->setPixmap(pixmap); in webViewIconChanged()
H A Durllineedit.h100 UrlIconLabel *m_iconLabel; variable