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

  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 58 inline double wtf_ceil(double x) { return copysign(ceil(x), x); } function
60 #define ceil(x) wtf_ceil(x)
  /external/chromium_org/third_party/WebKit/Source/platform/
LayoutUnit.h 135 int wtf_ceil() const function in class:blink::LayoutUnit

Completed in 74 milliseconds