/external/chromium_org/ui/gfx/ |
D | insets_base.h | 18 Type left() const { return left_; } in left() 24 Type width() const { return left_ + right_; } in width() 35 left_ = left; in Set() 41 return top_ == insets.top_ && left_ == insets.left_ && 51 left_ += insets.left_; 57 return Class(-top_, -left_, -bottom_, -right_); 63 left_(left), in InsetsBase() 73 Type left_; variable
|
/external/v8/src/ |
D | splay-tree-inl.h | 71 node->left_ = root_; in InsertInternal() 76 node->left_ = root_->left_; in InsertInternal() 77 root_->left_ = NULL; in InsertInternal() 119 root_ = root_->left_; in FindGreatestLessThan() 168 while (current->left_ != NULL) in FindLeast() 169 current = current->left_; in FindLeast() 208 if (root_->left_ == NULL) { in RemoveRootNode() 215 root_ = root_->left_; in RemoveRootNode() 242 if (current->left_ == NULL) in Splay() 244 if (Config::Compare(key, current->left_->key_) < 0) { in Splay() [all …]
|
D | splay-tree.h | 112 left_(NULL), in Node() 124 Node* left() { return left_; } in left() 132 Node* left_; variable
|
/external/chromium_org/v8/src/ |
D | splay-tree-inl.h | 72 node->left_ = root_; in InsertInternal() 77 node->left_ = root_->left_; in InsertInternal() 78 root_->left_ = NULL; in InsertInternal() 126 root_ = root_->left_; in FindGreatestLessThan() 175 while (current->left_ != NULL) in FindLeast() 176 current = current->left_; in FindLeast() 215 if (root_->left_ == NULL) { in RemoveRootNode() 222 root_ = root_->left_; in RemoveRootNode() 249 if (current->left_ == NULL) in Splay() 251 if (Config::Compare(key, current->left_->key_) < 0) { in Splay() [all …]
|
D | splay-tree.h | 128 left_(NULL), in Node() 145 Node* left() { return left_; } in left() 153 Node* left_; variable
|
/external/chromium_org/cc/resources/ |
D | layer_quad.cc | 24 left_ = Edge(quad.p4(), quad.p1()); in LayerQuad() 30 left_.scale(sign); in LayerQuad() 40 : left_(left), in LayerQuad() 46 return gfx::QuadF(left_.Intersect(top_), in ToQuadF() 49 bottom_.Intersect(left_)); in ToQuadF() 53 flattened[0] = left_.x(); in ToFloatArray() 54 flattened[1] = left_.y(); in ToFloatArray() 55 flattened[2] = left_.z(); in ToFloatArray()
|
D | layer_quad.h | 78 Edge left() const { return left_; } in left() 84 left_.move_z(dx); in InflateX() 104 Edge left_;
|
D | picture_layer_tiling.cc | 196 left_(0), in CoverageIterator() 212 left_(0), in CoverageIterator() 237 left_ = tiling_->tiling_data_.TileXIndexFromSrcCoord(content_rect.x()); in CoverageIterator() 244 tile_i_ = left_ - 1; in CoverageIterator() 257 bool first_time = tile_i_ < left_; in operator ++() 261 tile_i_ = left_; in operator ++()
|
/external/chromium_org/third_party/libwebp/enc/ |
D | token.c | 48 b->left_ = 0; in VP8TBufferInit() 72 b->left_ = MAX_NUM_TOKEN; in TBufferNewPage() 87 if (b->left_ > 0 || TBufferNewPage(b)) { in AddToken() 88 const int slot = --b->left_; in AddToken() 98 if (b->left_ > 0 || TBufferNewPage(b)) { in AddConstantToken() 99 const int slot = --b->left_; in AddConstantToken() 199 const int N = (p->next_ == NULL) ? b->left_ : 0; 223 const int N = (next == NULL) ? b->left_ : 0; in VP8EmitTokens()
|
/external/webp/src/enc/ |
D | token.c | 48 b->left_ = 0; in VP8TBufferInit() 72 b->left_ = MAX_NUM_TOKEN; in TBufferNewPage() 87 if (b->left_ > 0 || TBufferNewPage(b)) { in AddToken() 88 const int slot = --b->left_; in AddToken() 98 if (b->left_ > 0 || TBufferNewPage(b)) { in AddConstantToken() 99 const int slot = --b->left_; in AddConstantToken() 199 const int N = (p->next_ == NULL) ? b->left_ : 0; 223 const int N = (next == NULL) ? b->left_ : 0; in VP8EmitTokens()
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/ |
D | first_run_actor.cc | 21 left_(kNoneValue) { in StepPosition() 41 left_ = left; in SetLeft() 53 if (left_ != kNoneValue) in AsValue() 54 result->SetInteger("left", left_); in AsValue()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | internal_logging.cc | 177 if (left_ > 0) { in printf() 180 const int r = perftools_vsnprintf(buf_, left_, format, ap); in printf() 184 left_ = 0; in printf() 185 } else if (r > left_) { in printf() 187 left_ = 0; in printf() 189 left_ -= r; in printf()
|
D | internal_logging.h | 128 int left_; // Space left in buffer (including space for \0) variable 132 TCMalloc_Printer(char* buf, int length) : buf_(buf), left_(length) { in TCMalloc_Printer()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | internal_logging.cc | 178 if (left_ > 0) { in printf() 181 const int r = perftools_vsnprintf(buf_, left_, format, ap); in printf() 185 left_ = 0; in printf() 186 } else if (r > left_) { in printf() 188 left_ = 0; in printf() 190 left_ -= r; in printf()
|
D | internal_logging.h | 137 int left_; // Space left in buffer (including space for \0) variable 141 TCMalloc_Printer(char* buf, int length) : buf_(buf), left_(length) { in TCMalloc_Printer()
|
/external/chromium_org/ui/aura/ |
D | root_window_host_x11.cc | 134 : left_(0), in TouchEventCalibrate() 143 if (!base::StringToInt(parts[0], &left_)) in TouchEventCalibrate() 163 if (!left_ && !right_) in IsEventOnSideBezels() 168 return x < left_ || x > bounds.width() - right_; in IsEventOnSideBezels() 183 if (!left_ && !right_ && !top_ && !bottom_) in Calibrate() 191 if (left_ || right_) { in Calibrate() 193 x -= left_; in Calibrate() 196 if (x < 0 && x > -left_ * kGraceAreaFraction) in Calibrate() 200 if (x > resolution_x - left_ && in Calibrate() 201 x < resolution_x - left_ + right_ * kGraceAreaFraction) in Calibrate() [all …]
|
/external/chromium/chrome/browser/ui/views/bubble/ |
D | bubble_border.cc | 15 SkBitmap* BubbleBorder::left_ = NULL; member in BubbleBorder 119 int left = left_->width(); in GetInsets() 169 left_ = rb.GetBitmapNamed(IDR_BUBBLE_L); in InitClass() 205 const int l_width = left_->width(); in Paint() 248 left_, in Paint() 254 left_->width() - left_arrow_->width()); in Paint() 256 canvas->TileImageInt(*left_, left, top + tl_height, l_width, in Paint()
|
/external/chromium/chrome/browser/resources/net_internals/ |
D | view.js | 19 this.left_ = left; 47 return this.left_;
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/ |
D | mosaic_mode.js | 1244 this.left_ = left; 1394 Mosaic.Column.prototype.getLeft = function() { return this.left_ }; 1400 return this.left_ + this.width_; 1419 opt_offsetX + this.left_, 1645 self.left_ = null; // Mark as not laid out. 1774 this.left_ = null; // Mark as not laid out. 1942 this.left_ = left; 1972 if (this.left_ == null) // Not laid out. 1976 var tileLeft = this.left_ - Mosaic.Layout.SCROLL_MARGIN; 1980 var tileRight = this.left_ + this.width_ + Mosaic.Layout.SCROLL_MARGIN; [all …]
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
D | view.js | 24 this.left_ = left; 52 return this.left_;
|
/external/chromium_org/base/test/ |
D | trace_event_analyzer.cc | 206 left_(query.left_), in Query() 264 DCHECK(left_.get() && (right_.get() || is_unary_operator())); in Evaluate() 366 DCHECK(left_.get() && (right_.get() || is_unary_operator())); in EvaluateArithmeticOperator() 553 return left_->query(); in left() 623 left_(new QueryNode(left)), in Query() 633 left_(new QueryNode(left)), in Query()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | low_level_alloc.cc | 219 : left_(false), mask_valid_(false), arena_(arena) { 235 ~ArenaLock() { RAW_CHECK(this->left_, "haven't left Arena region"); } in ~ArenaLock() 243 this->left_ = true; in Leave() 246 bool left_; // whether left region member in __anonc2a5fd670111::ArenaLock
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | low_level_alloc.cc | 219 : left_(false), mask_valid_(false), arena_(arena) { 235 ~ArenaLock() { RAW_CHECK(this->left_, "haven't left Arena region"); } in ~ArenaLock() 243 this->left_ = true; in Leave() 246 bool left_; // whether left region member in __anon37364fd10111::ArenaLock
|
/external/chromium_org/cc/base/ |
D | tiling_data.cc | 280 : BaseIterator(tiling_data), left_(-1), right_(-1), bottom_(-1) { in Iterator() 303 left_ = index_x_; in Iterator() 317 index_x_ = left_; in operator ++()
|
/external/chromium_org/tools/gn/ |
D | parse_tree.h | 117 const ParseNode* left() const { return left_.get(); } in left() 119 left_ = left.Pass(); in set_left() 128 scoped_ptr<ParseNode> left_;
|