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

  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 797 getVisualAndColormap(32, &m_visual, &m_colormap);
802 getVisualAndColormap(x11Info->depth(), &m_visual, &m_colormap);
808 wsi->colormap = m_colormap;
836 if (m_colormap)
837 XFreeColormap(QX11Info::display(), m_colormap); local
  /external/webkit/WebCore/plugins/
PluginView.h 405 Colormap m_colormap; member in class:WebCore::PluginView
PluginView.cpp 940 , m_colormap(0)
    [all...]
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 893 getVisualAndColormap(32, &m_visual, &m_colormap);
898 getVisualAndColormap(gvisual->depth, &m_visual, &m_colormap);
904 ws->colormap = m_colormap;

Completed in 2038 milliseconds