/external/chromium_org/v8/src/ |
D | splay-tree-inl.h | 50 node->right_ = root_->right_; in InsertInternal() 51 root_->right_ = NULL; in InsertInternal() 53 node->right_ = root_; in InsertInternal() 127 root_ = root_->right_; in FindLeastGreaterThan() 140 while (current->right_ != NULL) in FindGreatest() 141 current = current->right_; in FindGreatest() 194 root_ = root_->right_; in RemoveRootNode() 197 Node* right = root_->right_; in RemoveRootNode() 204 root_->right_ = right; in RemoveRootNode() 231 current->left_ = temp->right_; in Splay() [all …]
|
D | splay-tree.h | 106 right_(NULL) { } in Node() 123 Node* right() { return right_; } in right() 131 Node* right_; variable
|
D | ast-value-factory.h | 121 right_(right) {} in AstConsString() 124 return left_->length() + right_->length(); in length() 133 const AstString* right_; variable
|
D | ast.cc | 486 return MatchLiteralCompareTypeof(left_, op_, right_, expr, check) || in IsLiteralCompareTypeof() 487 MatchLiteralCompareTypeof(right_, op_, left_, expr, check); in IsLiteralCompareTypeof() 520 return MatchLiteralCompareUndefined(left_, op_, right_, expr, isolate) || in IsLiteralCompareUndefined() 521 MatchLiteralCompareUndefined(right_, op_, left_, expr, isolate); in IsLiteralCompareUndefined() 539 return MatchLiteralCompareNull(left_, op_, right_, expr) || in IsLiteralCompareNull() 540 MatchLiteralCompareNull(right_, op_, left_, expr); in IsLiteralCompareNull()
|
D | ast-value-factory.cc | 135 ->NewConsString(left_->string(), right_->string()) in Internalize()
|
D | ast.h | 1995 Expression* right() const { return right_; } in right() 2016 right_(right), in BinaryOperation() 2024 Expression* right_; variable 2100 Expression* right() const { return right_; } in right() 2118 right_(right), in CompareOperation() 2126 Expression* right_; variable
|
/external/chromium_org/ui/gfx/geometry/ |
D | insets_base.h | 20 Type right() const { return right_; } in right() 24 Type width() const { return left_ + right_; } in width() 37 right_ = right; in Set() 42 bottom_ == insets.bottom_ && right_ == insets.right_; 53 right_ += insets.right_; 57 return Class(-top_, -left_, -bottom_, -right_); 65 right_(right) {} in InsetsBase() 75 Type right_; variable
|
/external/chromium_org/cc/resources/ |
D | layer_quad.cc | 25 right_ = Edge(quad.p2(), quad.p3()); in LayerQuad() 31 right_.scale(sign); in LayerQuad() 42 right_(right), in LayerQuad() 47 top_.Intersect(right_), in ToQuadF() 48 right_.Intersect(bottom_), in ToQuadF() 59 flattened[6] = right_.x(); in ToFloatArray() 60 flattened[7] = right_.y(); in ToFloatArray() 61 flattened[8] = right_.z(); in ToFloatArray()
|
D | layer_quad.h | 80 Edge right() const { return right_; } in right() 85 right_.move_z(dx); in InflateX() 106 Edge right_; variable
|
D | picture_layer_tiling.cc | 320 right_(-1), in CoverageIterator() 336 right_(-1), in CoverageIterator() 356 right_ = tiling_->tiling_data_.TileXIndexFromSrcCoord( in CoverageIterator() 377 if (tile_i_ > right_) { in operator ++()
|
D | picture_layer_tiling.h | 231 int right_; variable
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
D | desktop_geometry.h | 99 DesktopRect() : left_(0), top_(0), right_(0), bottom_(0) {} in DesktopRect() 103 int32_t right() const { return right_; } in right() 105 int32_t width() const { return right_ - left_; } in width() 111 bool is_empty() const { return left_ >= right_ || top_ >= bottom_; } in is_empty() 115 right_ == other.right_ && bottom_ == other.bottom_; in equals() 133 : left_(left), top_(top), right_(right), bottom_(bottom) { in DesktopRect() 138 int32_t right_; variable
|
D | desktop_geometry.cc | 30 right_ = std::min(right(), rect.right()); in IntersectWith() 35 right_ = 0; in IntersectWith() 43 right_ += dx; in Translate()
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/ |
D | first_run_actor.cc | 19 right_(kNoneValue), in StepPosition() 30 right_ = right; in SetRight() 49 if (right_ != kNoneValue) in AsValue() 50 result->SetInteger("right", right_); in AsValue()
|
D | first_run_actor.h | 62 int right_; variable
|
/external/chromium_org/v8/src/compiler/ |
D | node-matchers.h | 113 : NodeMatcher(node), left_(InputAt(0)), right_(InputAt(1)) { in BinopMatcher() 118 const Right& right() const { return right_; } in right() 126 std::swap(left_, right_); in PutConstantOnRight() 133 Right right_; member
|
/external/chromium_org/ui/aura/ |
D | window_tree_host_x11.cc | 115 TouchEventCalibrate() : left_(0), right_(0), top_(0), bottom_(0) { in TouchEventCalibrate() 126 if (!base::StringToInt(parts[1], &right_)) in TouchEventCalibrate() 152 if (!left_ && !right_ && !top_ && !bottom_) in Calibrate() 160 if (left_ || right_) { in Calibrate() 170 x < resolution_x - left_ + right_ * kGraceAreaFraction) in Calibrate() 173 x = (x * resolution_x) / (resolution_x - (right_ + left_)); in Calibrate() 225 int right_; member in aura::internal::TouchEventCalibrate
|
/external/chromium_org/base/test/ |
D | trace_event_analyzer.cc | 203 right_(query.right_), in Query() 261 DCHECK(right_.get() || is_unary_operator()); in Evaluate() 360 DCHECK(right_.get() || is_unary_operator()); in EvaluateArithmeticOperator() 549 return right_->query(); in right() 616 right_(new QueryNode(right)), in Query()
|
D | trace_event_analyzer.h | 535 scoped_refptr<QueryNode> right_; variable
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
D | omnibox_result_view.cc | 95 MirroringContext() : center_(0), right_(0) {} in MirroringContext() 102 right_ = x + width; in Initialize() 115 return right_ - x; in remaining_width() 120 int right_; member in OmniboxResultView::MirroringContext
|
/external/chromium_org/cc/base/ |
D | tiling_data.cc | 307 : BaseIterator(tiling_data), left_(-1), right_(-1), bottom_(-1) { in Iterator() 321 right_ = tiling_data_->LastBorderTileXIndexFromSrcCoord(rect.right() - 1); in Iterator() 327 right_ = tiling_data_->TileXIndexFromSrcCoord(rect.right() - 1); in Iterator() 344 if (index_x_ > right_) { in operator ++()
|
D | tiling_data.h | 101 int right_; variable
|
/external/chromium_org/tools/gn/ |
D | parse_tree.h | 199 const ParseNode* right() const { return right_.get(); } in right() 201 right_ = right.Pass(); in set_right() 207 scoped_ptr<ParseNode> right_; variable
|
D | parse_tree.cc | 218 return ExecuteBinaryOperator(scope, this, left_.get(), right_.get(), err); in Execute() 222 return left_->GetRange().Union(right_->GetRange()); in GetRange() 234 right_->Print(out, indent + 1); in Print()
|
/external/libcxx/include/ |
D | __tree | 1172 // __cache->right_ == nullptr
|