Home | History | Annotate | Download | only in aura

Lines Matching refs:top_

192       top_(0),
203 if (!base::StringToInt(parts[2], &top_))
239 if (!left_ && !right_ && !top_ && !bottom_)
262 if (top_ || bottom_) {
264 y -= top_;
268 if (y < 0 && y > -top_ * kGraceAreaFraction)
273 if (y > resolution_y - top_ &&
274 y < resolution_y - top_ + bottom_ * kGraceAreaFraction)
275 y = resolution_y - top_;
277 y = (y * resolution_y) / (resolution_y - (bottom_ + top_));
316 int top_;