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

  /external/chromium_org/cc/quads/
draw_quad.h 113 bool IsRightEdge() const {
126 return IsLeftEdge() || IsTopEdge() || IsRightEdge() || IsBottomEdge();
  /external/chromium_org/ash/wm/
window_resizer.cc 30 bool IsRightEdge(int window_component) {
154 if (IsRightEdge(details().window_component) &&
253 if (IsRightEdge(details().window_component)) {
301 int x_multiplier = IsRightEdge(details().window_component) ? 1 : -1;

Completed in 778 milliseconds