Home
last modified time | relevance | path

Searched refs:m_platformPlugin (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DNotificationPresenterClientQt.cpp204 …if (m_platformPlugin.plugin() && m_platformPlugin.plugin()->supportsExtension(QWebKitPlatformPlugi… in displayNotification()
205 wrapper->m_presenter = m_platformPlugin.createNotificationPresenter(); in displayNotification()
DNotificationPresenterClientQt.h130 QtPlatformPlugin m_platformPlugin; variable
DFullScreenVideoQt.cpp139 m_FullScreenVideoHandler = m_chromeClient->m_platformPlugin.createFullScreenVideoHandler(); in FullScreenVideoQt()
DChromeClientQt.h211 mutable QtPlatformPlugin m_platformPlugin; variable
DChromeClientQt.cpp700 QWebSelectMethod* result = m_platformPlugin.createSelectInputMethod(); in createSelectPopup()