left_ 202 base/test/trace_event_analyzer.cc left_(query.left_), left_ 260 base/test/trace_event_analyzer.cc DCHECK(left_.get()); left_ 359 base/test/trace_event_analyzer.cc DCHECK(left_.get()); left_ 545 base/test/trace_event_analyzer.cc return left_->query(); left_ 615 base/test/trace_event_analyzer.cc left_(new QueryNode(left)), left_ 625 base/test/trace_event_analyzer.cc left_(new QueryNode(left)), left_ 534 base/test/trace_event_analyzer.h scoped_refptr<QueryNode> left_; left_ 280 cc/base/tiling_data.cc : BaseIterator(tiling_data), left_(-1), right_(-1), bottom_(-1) { left_ 303 cc/base/tiling_data.cc left_ = index_x_; left_ 317 cc/base/tiling_data.cc index_x_ = left_; left_ 99 cc/base/tiling_data.h int left_; left_ 24 cc/resources/layer_quad.cc left_ = Edge(quad.p4(), quad.p1()); left_ 30 cc/resources/layer_quad.cc left_.scale(sign); left_ 40 cc/resources/layer_quad.cc : left_(left), left_ 46 cc/resources/layer_quad.cc return gfx::QuadF(left_.Intersect(top_), left_ 49 cc/resources/layer_quad.cc bottom_.Intersect(left_)); left_ 53 cc/resources/layer_quad.cc flattened[0] = left_.x(); left_ 54 cc/resources/layer_quad.cc flattened[1] = left_.y(); left_ 55 cc/resources/layer_quad.cc flattened[2] = left_.z(); left_ 78 cc/resources/layer_quad.h Edge left() const { return left_; } left_ 84 cc/resources/layer_quad.h left_.move_z(dx); left_ 104 cc/resources/layer_quad.h Edge left_; left_ 211 cc/resources/picture_layer_tiling.cc left_(0), left_ 227 cc/resources/picture_layer_tiling.cc left_(0), left_ 252 cc/resources/picture_layer_tiling.cc left_ = tiling_->tiling_data_.TileXIndexFromSrcCoord(content_rect.x()); left_ 259 cc/resources/picture_layer_tiling.cc tile_i_ = left_ - 1; left_ 272 cc/resources/picture_layer_tiling.cc bool first_time = tile_i_ < left_; left_ 276 cc/resources/picture_layer_tiling.cc tile_i_ = left_; left_ 198 cc/resources/picture_layer_tiling.h int left_; left_ 41 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.cc left_ = left; left_ 53 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.cc if (left_ != kNoneValue) left_ 54 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.cc result->SetInteger("left", left_); left_ 64 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.h int left_; left_ 79 third_party/libwebp/dec/idec.c VP8MB left_; left_ 258 third_party/libwebp/dec/idec.c context->left_ = *left; left_ 272 third_party/libwebp/dec/idec.c *left = context->left_; left_ 45 third_party/libwebp/enc/token.c b->left_ = 0; left_ 69 third_party/libwebp/enc/token.c b->left_ = MAX_NUM_TOKEN; left_ 84 third_party/libwebp/enc/token.c if (b->left_ > 0 || TBufferNewPage(b)) { left_ 85 third_party/libwebp/enc/token.c const int slot = --b->left_; left_ 95 third_party/libwebp/enc/token.c if (b->left_ > 0 || TBufferNewPage(b)) { left_ 96 third_party/libwebp/enc/token.c const int slot = --b->left_; left_ 196 third_party/libwebp/enc/token.c const int N = (p->next_ == NULL) ? b->left_ : 0; left_ 220 third_party/libwebp/enc/token.c const int N = (next == NULL) ? b->left_ : 0; left_ 245 third_party/libwebp/enc/token.c const int N = (next == NULL) ? b->left_ : 0; left_ 364 third_party/libwebp/enc/vp8enci.h int left_; // how many free tokens left before the page is full. left_ 219 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc : left_(false), mask_valid_(false), arena_(arena) { left_ 235 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc ~ArenaLock() { RAW_CHECK(this->left_, "haven't left Arena region"); } left_ 243 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc this->left_ = true; left_ 246 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc bool left_; // whether left region left_ 178 third_party/tcmalloc/chromium/src/internal_logging.cc if (left_ > 0) { left_ 181 third_party/tcmalloc/chromium/src/internal_logging.cc const int r = perftools_vsnprintf(buf_, left_, format, ap); left_ 185 third_party/tcmalloc/chromium/src/internal_logging.cc left_ = 0; left_ 186 third_party/tcmalloc/chromium/src/internal_logging.cc } else if (r > left_) { left_ 188 third_party/tcmalloc/chromium/src/internal_logging.cc left_ = 0; left_ 190 third_party/tcmalloc/chromium/src/internal_logging.cc left_ -= r; left_ 137 third_party/tcmalloc/chromium/src/internal_logging.h int left_; // Space left in buffer (including space for \0) left_ 141 third_party/tcmalloc/chromium/src/internal_logging.h TCMalloc_Printer(char* buf, int length) : buf_(buf), left_(length) { left_ 219 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc : left_(false), mask_valid_(false), arena_(arena) { left_ 235 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc ~ArenaLock() { RAW_CHECK(this->left_, "haven't left Arena region"); } left_ 243 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc this->left_ = true; left_ 246 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc bool left_; // whether left region left_ 177 third_party/tcmalloc/vendor/src/internal_logging.cc if (left_ > 0) { left_ 180 third_party/tcmalloc/vendor/src/internal_logging.cc const int r = perftools_vsnprintf(buf_, left_, format, ap); left_ 184 third_party/tcmalloc/vendor/src/internal_logging.cc left_ = 0; left_ 185 third_party/tcmalloc/vendor/src/internal_logging.cc } else if (r > left_) { left_ 187 third_party/tcmalloc/vendor/src/internal_logging.cc left_ = 0; left_ 189 third_party/tcmalloc/vendor/src/internal_logging.cc left_ -= r; left_ 128 third_party/tcmalloc/vendor/src/internal_logging.h int left_; // Space left in buffer (including space for \0) left_ 132 third_party/tcmalloc/vendor/src/internal_logging.h TCMalloc_Printer(char* buf, int length) : buf_(buf), left_(length) { left_ 181 tools/gn/parse_tree.cc return ExecuteBinaryOperator(scope, this, left_.get(), right_.get(), err); left_ 185 tools/gn/parse_tree.cc return left_->GetRange().Union(right_->GetRange()); left_ 195 tools/gn/parse_tree.cc left_->Print(out, indent + 1); left_ 148 tools/gn/parse_tree.h const ParseNode* left() const { return left_.get(); } left_ 150 tools/gn/parse_tree.h left_ = left.Pass(); left_ 159 tools/gn/parse_tree.h scoped_ptr<ParseNode> left_; left_ 122 ui/aura/window_tree_host_x11.cc : left_(0), left_ 131 ui/aura/window_tree_host_x11.cc if (!base::StringToInt(parts[0], &left_)) left_ 158 ui/aura/window_tree_host_x11.cc if (!left_ && !right_ && !top_ && !bottom_) left_ 166 ui/aura/window_tree_host_x11.cc if (left_ || right_) { left_ 168 ui/aura/window_tree_host_x11.cc x -= left_; left_ 171 ui/aura/window_tree_host_x11.cc if (x < 0 && x > -left_ * kGraceAreaFraction) left_ 175 ui/aura/window_tree_host_x11.cc if (x > resolution_x - left_ && left_ 176 ui/aura/window_tree_host_x11.cc x < resolution_x - left_ + right_ * kGraceAreaFraction) left_ 177 ui/aura/window_tree_host_x11.cc x = resolution_x - left_; left_ 179 ui/aura/window_tree_host_x11.cc x = (x * resolution_x) / (resolution_x - (right_ + left_)); left_ 233 ui/aura/window_tree_host_x11.cc int left_; left_ 18 ui/gfx/geometry/insets_base.h Type left() const { return left_; } left_ 24 ui/gfx/geometry/insets_base.h Type width() const { return left_ + right_; } left_ 35 ui/gfx/geometry/insets_base.h left_ = left; left_ 41 ui/gfx/geometry/insets_base.h return top_ == insets.top_ && left_ == insets.left_ && left_ 51 ui/gfx/geometry/insets_base.h left_ += insets.left_; left_ 57 ui/gfx/geometry/insets_base.h return Class(-top_, -left_, -bottom_, -right_); left_ 63 ui/gfx/geometry/insets_base.h left_(left), left_ 73 ui/gfx/geometry/insets_base.h Type left_;