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

  /external/webkit/WebCore/plugins/
PluginQuirkSet.h 55 void add(PluginQuirk quirk) { m_quirks |= quirk; }
56 bool contains(PluginQuirk quirk) const { return m_quirks & quirk; }
  /external/webkit/WebCore/platform/wx/
RenderThemeWx.cpp 206 if (style->marginLeft().quirk())
209 if (style->marginRight().quirk())
214 if (style->marginTop().quirk())
217 if (style->marginBottom().quirk())
  /external/webkit/WebCore/platform/android/
RenderThemeAndroid.cpp 174 if (style->marginLeft().quirk())
176 if (style->marginRight().quirk())
181 if (style->marginTop().quirk())
183 if (style->marginBottom().quirk())
  /external/webkit/WebCore/platform/
Length.h 77 bool quirk() const { return (m_value >> 3) & 1; } function in struct:WebCore::Length
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp 558 // No need to initialize quirks sheet yet as there are no quirk rules for elements allowed in simple default style.
    [all...]
  /external/webkit/WebCore/rendering/
RenderBlock.cpp 731 setTopMarginQuirk(style()->marginTop().quirk());
732 setBottomMarginQuirk(style()->marginBottom().quirk());
    [all...]

Completed in 152 milliseconds