HomeSort by relevance Sort by last modified time
    Searched defs:right_ (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
first_run_actor.h 62 int right_; member in class:chromeos::FirstRunActor::StepPosition
  /external/chromium_org/ui/gfx/geometry/
insets_base.h 20 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/cc/resources/
layer_quad.h 80 Edge right() const { return right_; }
85 right_.move_z(dx);
106 Edge right_; member in class:cc::LayerQuad
picture_layer_tiling.h 231 int right_; member in class:cc::PictureLayerTiling::CoverageIterator
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_geometry.h 99 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/
splay-tree.h 106 right_(NULL) { }
123 Node* right() { return right_; }
131 Node* right_; member in class:v8::internal::SplayTree::Node
ast-value-factory.h 121 right_(right) {}
124 return left_->length() + right_->length();
133 const AstString* right_; member in class:v8::internal::AstConsString
ast.h 2024 Expression* right_; member in class:v8::internal::FINAL
2126 Expression* right_; member in class:v8::internal::FINAL
    [all...]
  /external/chromium_org/cc/base/
tiling_data.h 101 int right_; member in class:cc::TilingData::Iterator
  /external/chromium_org/v8/src/compiler/
node-matchers.h 113 : NodeMatcher(node), left_(InputAt(0)), right_(InputAt(1)) {
118 const Right& right() const { return right_; }
126 std::swap(left_, right_);
133 Right right_; member in struct:v8::internal::compiler::FINAL
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 95 MirroringContext() : center_(0), right_(0) {}
102 right_ = x + width;
115 return right_ - x;
120 int right_; member in class:OmniboxResultView::MirroringContext
  /external/chromium_org/tools/gn/
parse_tree.h 199 const ParseNode* right() const { return right_.get(); }
201 right_ = right.Pass();
207 scoped_ptr<ParseNode> right_; member in class:BinaryOpNode
  /external/chromium_org/ui/aura/
window_tree_host_x11.cc 115 TouchEventCalibrate() : left_(0), right_(0), top_(0), bottom_(0) {
126 if (!base::StringToInt(parts[1], &right_))
152 if (!left_ && !right_ && !top_ && !bottom_)
160 if (left_ || right_) {
170 x < resolution_x - left_ + right_ * kGraceAreaFraction)
173 x = (x * resolution_x) / (resolution_x - (right_ + left_));
225 int right_; member in class:aura::internal::TouchEventCalibrate
  /external/chromium_org/base/test/
trace_event_analyzer.h 490 // 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 428 milliseconds