Searched refs:m_isTransparent (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp67 , m_isTransparent(false)
198 m_isTransparent = isTransparent;
533 return m_isTransparent;
H A DNetscapePlugin.h208 bool m_isTransparent; member in class:WebKit::NetscapePlugin
/external/webkit/Source/WebCore/page/
H A DFrameView.h390 bool m_isTransparent; member in class:WebCore::FrameView
H A DFrameView.cpp127 , m_isTransparent(false)
1872 return m_isTransparent;
1877 m_isTransparent = isTransparent;
/external/webkit/Source/WebKit/chromium/src/
H A DWebViewImpl.h503 bool m_isTransparent; member in class:WebKit::WebViewImpl
H A DWebViewImpl.cpp319 , m_isTransparent(false)
2054 m_isTransparent = isTransparent;
2059 return m_isTransparent;
/external/webkit/Source/WebCore/plugins/
H A DPluginView.h397 bool m_isTransparent; member in class:WebCore::PluginView
H A DPluginView.cpp672 m_isTransparent = value;
916 , m_isTransparent(false)
/external/webkit/Source/WebCore/plugins/gtk/
H A DPluginViewGtk.cpp209 if (m_isTransparent) {
259 if (m_isTransparent)
/external/webkit/Source/WebCore/plugins/qt/
H A DPluginViewQt.cpp235 if (m_isTransparent) {
289 if (m_isTransparent && drawableDepth != 32) {
/external/webkit/Source/WebCore/plugins/android/
H A DPluginViewAndroid.cpp486 m_window->setWindow(&m_npWindow, m_isTransparent);
/external/webkit/Source/WebCore/plugins/mac/
H A DPluginViewMac.mm502 if (!platformPluginWidget() && m_isTransparent) { // clean the pixmap in transparent mode
/external/webkit/Source/WebCore/plugins/win/
H A DPluginViewWin.cpp622 LocalWindowsContext windowsContext(context, rectInWindow, m_isTransparent);

Completed in 5787 milliseconds