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

  /external/webkit/WebCore/plugins/
PluginQuirkSet.h 49 PluginQuirkRequiresDefaultScreenDepth = 1 << 13
PluginPackage.cpp 194 m_quirks.add(PluginQuirkRequiresDefaultScreenDepth);
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 892 if (gvisual->depth == 32 || !m_plugin->quirks().contains(PluginQuirkRequiresDefaultScreenDepth)) {
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 796 if (x11Info->depth() == 32 || !m_plugin->quirks().contains(PluginQuirkRequiresDefaultScreenDepth)) {

Completed in 125 milliseconds