Home
last modified time | relevance | path

Searched defs:isPercent (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DLength.h227 bool isPercent() const { return type() == Percent || type() == Calculated; } in isPercent() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParser-in.cpp6134 bool isPercent; in colorIntFromValue() local