Searched refs:forwardUnsupportedContent (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqwebpage.h77 Q_PROPERTY(bool forwardUnsupportedContent READ forwardUnsupportedContent WRITE setForwardUnsupportedContent)
303 bool forwardUnsupportedContent() const;
H A Dqwebpage.cpp2613 \property QWebPage::forwardUnsupportedContent
2626 d->forwardUnsupportedContent = forward;
2629 bool QWebPage::forwardUnsupportedContent() const function in class:QWebPage
2631 return d->forwardUnsupportedContent;
3285 \note This signal is only emitted if the forwardUnsupportedContent property is set to true.
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebPageAdapter.h345 bool forwardUnsupportedContent; member in class:QWebPageAdapter
H A DFrameLoaderClientQt.cpp993 if (m_webFrame->pageAdapter->forwardUnsupportedContent)
H A DQWebPageAdapter.cpp175 , forwardUnsupportedContent(false)

Completed in 352 milliseconds