HomeSort by relevance Sort by last modified time
    Searched refs:m_isTransparent (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 67 , m_isTransparent(false)
198 m_isTransparent = isTransparent;
533 return m_isTransparent;
NetscapePlugin.h 208 bool m_isTransparent;
  /external/webkit/Source/WebCore/page/
FrameView.h 390 bool m_isTransparent;
FrameView.cpp 127 , m_isTransparent(false)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.h 503 bool m_isTransparent;
WebViewImpl.cpp 319 , m_isTransparent(false)
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginView.h 397 bool m_isTransparent;
PluginView.cpp 672 m_isTransparent = value;
916 , m_isTransparent(false)
    [all...]
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 209 if (m_isTransparent) {
259 if (m_isTransparent)
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 235 if (m_isTransparent) {
289 if (m_isTransparent && drawableDepth != 32) {
    [all...]
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 486 m_window->setWindow(&m_npWindow, m_isTransparent);
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 502 if (!platformPluginWidget() && m_isTransparent) { // clean the pixmap in transparent mode
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 622 LocalWindowsContext windowsContext(context, rectInWindow, m_isTransparent);

Completed in 730 milliseconds