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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDimension.h 44 Relative, Percentage, Absolute
62 bool isPercentage() const { return m_type == Percentage; }
  /art/compiler/driver/
compiler_driver.cc 59 static double Percentage(size_t x, size_t y) {
67 VLOG(compiler) << Percentage(x, y) << "% of " << str << " for " << (x + y) << " cases";
    [all...]

Completed in 235 milliseconds