HomeSort by relevance Sort by last modified time
    Searched defs:hasViewportUnits (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 255 mutable unsigned hasViewportUnits : 1;
336 noninherited_flags.hasViewportUnits = false;
382 void setHasViewportUnits(bool hasViewportUnits = true) const { noninherited_flags.hasViewportUnits = hasViewportUnits; }
383 bool hasViewportUnits() const { return noninherited_flags.hasViewportUnits; }
    [all...]

Completed in 46 milliseconds