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

  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryExp.h 51 bool isRatio;
62 , isRatio(false)
67 bool isValid() const { return (isID || isValue || isRatio); }
75 if (isRatio)