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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DBorderEdge.h55 bool isTransparent() const { return m_isTransparent; }
58 inline bool hasVisibleColorAndStyle() const { return m_style > BHIDDEN && !m_isTransparent; }
72 bool m_isTransparent; member in class:WebCore::BorderEdge
H A DBorderEdge.cpp40 , m_isTransparent(edgeIsTransparent)
52 , m_isTransparent(false)
75 if (!m_isPresent || m_isTransparent || (m_width * scale) < borderWidthInDevicePixel(2) || m_color.hasAlpha() || m_style == BHIDDEN)
89 if (!m_isPresent || m_isTransparent || m_color.hasAlpha() || m_style == BHIDDEN)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp70 , m_isTransparent(false)
225 m_isTransparent = isTransparent;
726 return m_isTransparent;
H A DNetscapePlugin.h299 bool m_isTransparent; member in class:WebKit::NetscapePlugin
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.h351 bool m_isTransparent; member in class:WebCore::PluginView
H A DPluginView.cpp631 m_isTransparent = value;
826 , m_isTransparent(false)
/macosx-10.10/WebCore-7600.1.25/page/
H A DFrameView.h653 bool m_isTransparent; member in class:WebCore::final
H A DFrameView.cpp166 , m_isTransparent(false)
2543 return m_isTransparent;
2548 if (m_isTransparent == isTransparent)
2551 m_isTransparent = isTransparent;
2564 return !m_isTransparent && !m_baseBackgroundColor.hasAlpha();
/macosx-10.10/WebCore-7600.1.25/plugins/mac/
H A DPluginViewMac.mm344 if (m_isTransparent) {
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm1149 !m_isTransparent)
/macosx-10.10/WebCore-7600.1.25/plugins/win/
H A DPluginViewWin.cpp638 LocalWindowsContext windowsContext(context, rectInWindow, m_isTransparent);

Completed in 203 milliseconds