bottom_ 294 cc/base/tiling_data.cc bottom_ = tiling_data_->LastBorderTileYIndexFromSrcCoord(rect.bottom() - 1); bottom_ 300 cc/base/tiling_data.cc bottom_ = tiling_data_->TileYIndexFromSrcCoord(rect.bottom() - 1); bottom_ 319 cc/base/tiling_data.cc if (index_y_ > bottom_) bottom_ 101 cc/base/tiling_data.h int bottom_; bottom_ 27 cc/resources/layer_quad.cc bottom_ = Edge(quad.p3(), quad.p4()); bottom_ 33 cc/resources/layer_quad.cc bottom_.scale(sign); bottom_ 48 cc/resources/layer_quad.cc right_.Intersect(bottom_), bottom_ 49 cc/resources/layer_quad.cc bottom_.Intersect(left_)); bottom_ 62 cc/resources/layer_quad.cc flattened[9] = bottom_.x(); bottom_ 63 cc/resources/layer_quad.cc flattened[10] = bottom_.y(); bottom_ 64 cc/resources/layer_quad.cc flattened[11] = bottom_.z(); bottom_ 81 cc/resources/layer_quad.h Edge bottom() const { return bottom_; } bottom_ 89 cc/resources/layer_quad.h bottom_.move_z(dy); bottom_ 107 cc/resources/layer_quad.h Edge bottom_; bottom_ 256 cc/resources/picture_layer_tiling.cc bottom_ = tiling_->tiling_data_.TileYIndexFromSrcCoord( bottom_ 269 cc/resources/picture_layer_tiling.cc if (tile_j_ > bottom_) bottom_ 279 cc/resources/picture_layer_tiling.cc if (tile_j_ > bottom_) { bottom_ 184 cc/resources/picture_layer_tiling.h operator bool() const { return tile_j_ <= bottom_; } bottom_ 201 cc/resources/picture_layer_tiling.h int bottom_; bottom_ 20 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.cc bottom_(kNoneValue), bottom_ 36 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.cc bottom_ = bottom; bottom_ 51 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.cc if (bottom_ != kNoneValue) bottom_ 52 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.cc result->SetInteger("bottom", bottom_); bottom_ 63 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.h int bottom_; bottom_ 137 ui/aura/window_tree_host_x11.cc if (!base::StringToInt(parts[3], &bottom_)) bottom_ 158 ui/aura/window_tree_host_x11.cc if (!left_ && !right_ && !top_ && !bottom_) bottom_ 181 ui/aura/window_tree_host_x11.cc if (top_ || bottom_) { bottom_ 193 ui/aura/window_tree_host_x11.cc y < resolution_y - top_ + bottom_ * kGraceAreaFraction) bottom_ 196 ui/aura/window_tree_host_x11.cc y = (y * resolution_y) / (resolution_y - (bottom_ + top_)); bottom_ 236 ui/aura/window_tree_host_x11.cc int bottom_; bottom_ 19 ui/gfx/geometry/insets_base.h Type bottom() const { return bottom_; } bottom_ 28 ui/gfx/geometry/insets_base.h Type height() const { return top_ + bottom_; } bottom_ 36 ui/gfx/geometry/insets_base.h bottom_ = bottom; bottom_ 42 ui/gfx/geometry/insets_base.h bottom_ == insets.bottom_ && right_ == insets.right_; bottom_ 52 ui/gfx/geometry/insets_base.h bottom_ += insets.bottom_; bottom_ 57 ui/gfx/geometry/insets_base.h return Class(-top_, -left_, -bottom_, -right_); bottom_ 64 ui/gfx/geometry/insets_base.h bottom_(bottom), bottom_ 74 ui/gfx/geometry/insets_base.h Type bottom_;