| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/ |
| H A D | browser.cpp | 62 QWebEngineProfile::defaultProfile(), &QWebEngineProfile::downloadRequested, in Browser() 65 &m_otrProfile, &QWebEngineProfile::downloadRequested, in Browser() 71 auto profile = offTheRecord ? &m_otrProfile : QWebEngineProfile::defaultProfile(); in createWindow() 85 auto profile = QWebEngineProfile::defaultProfile(); in createDevToolsWindow()
|
| H A D | webpopupwindow.h | 58 class QWebEngineProfile; variable 69 WebPopupWindow(QWebEngineProfile *profile);
|
| H A D | tabwidget.h | 68 TabWidget(QWebEngineProfile *profile, QWidget *parent = nullptr); 105 QWebEngineProfile *m_profile;
|
| H A D | browserwindow.h | 72 BrowserWindow(Browser *browser, QWebEngineProfile *profile, bool forDevTools = false); 102 QWebEngineProfile *m_profile;
|
| H A D | browser.h | 76 QWebEngineProfile m_otrProfile;
|
| H A D | webpage.h | 62 WebPage(QWebEngineProfile *profile, QObject *parent = nullptr);
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/ |
| H A D | browser.cpp | 62 QWebEngineProfile::defaultProfile(), &QWebEngineProfile::downloadRequested, in Browser() 65 &m_otrProfile, &QWebEngineProfile::downloadRequested, in Browser() 71 auto profile = offTheRecord ? &m_otrProfile : QWebEngineProfile::defaultProfile(); in createWindow() 85 auto profile = QWebEngineProfile::defaultProfile(); in createDevToolsWindow()
|
| H A D | webpopupwindow.h | 58 class QWebEngineProfile; variable 69 WebPopupWindow(QWebEngineProfile *profile);
|
| H A D | tabwidget.h | 68 TabWidget(QWebEngineProfile *profile, QWidget *parent = nullptr); 105 QWebEngineProfile *m_profile;
|
| H A D | browserwindow.h | 72 BrowserWindow(Browser *browser, QWebEngineProfile *profile, bool forDevTools = false); 102 QWebEngineProfile *m_profile;
|
| H A D | browser.h | 76 QWebEngineProfile m_otrProfile;
|
| H A D | webpage.h | 62 WebPage(QWebEngineProfile *profile, QObject *parent = nullptr);
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/ |
| H A D | browser.cpp | 62 QWebEngineProfile::defaultProfile(), &QWebEngineProfile::downloadRequested, in Browser() 65 &m_otrProfile, &QWebEngineProfile::downloadRequested, in Browser() 71 auto profile = offTheRecord ? &m_otrProfile : QWebEngineProfile::defaultProfile(); in createWindow()
|
| H A D | webpopupwindow.h | 58 class QWebEngineProfile; variable 69 WebPopupWindow(QWebEngineProfile *profile);
|
| H A D | tabwidget.h | 68 TabWidget(QWebEngineProfile *profile, QWidget *parent = nullptr); 104 QWebEngineProfile *m_profile;
|
| H A D | browserwindow.h | 72 BrowserWindow(Browser *browser, QWebEngineProfile *profile); 101 QWebEngineProfile *m_profile;
|
| H A D | browser.h | 75 QWebEngineProfile m_otrProfile;
|
| H A D | webpage.h | 61 WebPage(QWebEngineProfile *profile, QObject *parent = nullptr);
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/ |
| H A D | browser.cpp | 62 QWebEngineProfile::defaultProfile(), &QWebEngineProfile::downloadRequested, in Browser() 65 &m_otrProfile, &QWebEngineProfile::downloadRequested, in Browser() 71 auto profile = offTheRecord ? &m_otrProfile : QWebEngineProfile::defaultProfile(); in createWindow()
|
| H A D | webpopupwindow.h | 58 class QWebEngineProfile; variable 69 WebPopupWindow(QWebEngineProfile *profile);
|
| H A D | tabwidget.h | 68 TabWidget(QWebEngineProfile *profile, QWidget *parent = nullptr); 104 QWebEngineProfile *m_profile;
|
| H A D | browserwindow.h | 24 BrowserWindow(Browser *browser, QWebEngineProfile *profile); 54 QWebEngineProfile *m_profile;
|
| H A D | browser.h | 75 QWebEngineProfile m_otrProfile;
|
| H A D | webpage.h | 61 WebPage(QWebEngineProfile *profile, QObject *parent = nullptr);
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/doc/src/ |
| H A D | simplebrowser.qdoc | 271 to do is to create a new \l{QWebEngineProfile} and use it in the 288 The default constructor for \l{QWebEngineProfile} already puts it in 292 profile (see \l{QWebEngineProfile::defaultProfile}) or its own 306 Downloads are associated with a \l QWebEngineProfile. Whenever a download is 307 triggered on a web page the \l QWebEngineProfile::downloadRequested signal is
|