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

  /external/chromium_org/third_party/WebKit/Source/platform/
Length.h 201 bool quirk() const { return m_quirk; } function in class:WebCore::Length
203 void setQuirk(bool quirk)
205 m_quirk = quirk;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 75 // FIXME: Using "quirk" to decide the margin wasn't set is kind of lame.
77 if (style->marginLeft().quirk())
79 if (style->marginRight().quirk())
84 if (style->marginTop().quirk())
86 if (style->marginBottom().quirk())
102 // It is a WinIE bug that floated list items lose their bullets, so we'll emulate the quirk, but only in quirks mode.
  /frameworks/av/media/libmedia/
MediaCodecInfo.cpp 144 AString quirk = AString::FromParcel(parcel); local
146 info->mQuirks.push_back(quirk);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_state.c 2693 boolean quirk = false; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 2693 boolean quirk = false; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 402 bool hasMarginBeforeQuirk() const { return marginBefore().quirk(); }
403 bool hasMarginAfterQuirk() const { return marginAfter().quirk(); }
    [all...]
  /external/mksh/src/
Build.sh     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 866 milliseconds