Searched defs:right_ (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
H A Dfirst_run_actor.h62 int right_; member in class:chromeos::FirstRunActor::StepPosition
/external/chromium_org/ui/gfx/geometry/
H A Dinsets_base.h20 Type right() const { return right_; }
24 Type width() const { return left_ + right_; }
37 right_ = right;
42 bottom_ == insets.bottom_ && right_ == insets.right_;
53 right_ += insets.right_;
57 return Class(-top_, -left_, -bottom_, -right_);
65 right_(right) {}
75 Type right_; member in class:gfx::InsetsBase
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.h99 DesktopRect() : left_(0), top_(0), right_(0), bottom_(0) {}
103 int32_t right() const { return right_; }
105 int32_t width() const { return right_ - left_; }
111 bool is_empty() const { return left_ >= right_ || top_ >= bottom_; }
115 right_ == other.right_ && bottom_ == other.bottom_;
133 : left_(left), top_(top), right_(right), bottom_(bottom) {
138 int32_t right_; member in class:webrtc::DesktopRect
/external/chromium_org/v8/src/
H A Dsplay-tree.h106 right_(NULL) { }
123 Node* right() { return right_; }
131 Node* right_; member in class:v8::internal::SplayTree::Node
H A Dast.h1973 Expression* right() const { return right_; }
1997 right_(right),
2005 Expression* right_; member in class:v8::internal::V8_FINAL
2084 Expression* right() const { return right_; }
2105 right_(right),
2113 Expression* right_; member in class:v8::internal::V8_FINAL
/external/chromium_org/cc/base/
H A Dtiling_data.h101 int right_; member in class:cc::TilingData::Iterator
/external/chromium_org/cc/resources/
H A Dlayer_quad.h80 Edge right() const { return right_; }
85 right_.move_z(dx);
106 Edge right_; member in class:cc::LayerQuad
H A Dpicture_layer_tiling.h208 int right_; member in class:cc::PictureLayerTiling::CoverageIterator
/external/chromium_org/tools/gn/
H A Dparse_tree.h153 const ParseNode* right() const { return right_.get(); }
155 right_ = right.Pass();
161 scoped_ptr<ParseNode> right_; member in class:BinaryOpNode
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_result_view.cc95 MirroringContext() : center_(0), right_(0) {}
102 right_ = x + width;
115 return right_ - x;
120 int right_; member in class:OmniboxResultView::MirroringContext
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.cc117 TouchEventCalibrate() : left_(0), right_(0), top_(0), bottom_(0) {
128 if (!base::StringToInt(parts[1], &right_))
154 if (!left_ && !right_ && !top_ && !bottom_)
162 if (left_ || right_) {
172 x < resolution_x - left_ + right_ * kGraceAreaFraction)
175 x = (x * resolution_x) / (resolution_x - (right_ + left_));
227 int right_; member in class:aura::internal::TouchEventCalibrate
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.h490 // Try to compare left_ against right_ based on operator_.
495 // Try to compare left_ against right_ based on operator_.
508 // Evaluate this Query as an arithmetic operator on left_ and right_.
535 scoped_refptr<QueryNode> right_; member in class:trace_analyzer::Query

Completed in 359 milliseconds