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

  /external/webrtc/webrtc/modules/desktop_capture/
desktop_geometry.h 99 DesktopRect() : left_(0), top_(0), right_(0), bottom_(0) {}
104 int32_t bottom() const { return bottom_; }
106 int32_t height() const { return bottom_ - top_; }
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) {
139 int32_t bottom_; member in class:webrtc::DesktopRect
  /external/v8/src/heap/
mark-compact.h 188 bottom_(0),
196 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; }
198 inline bool IsEmpty() { return top_ == bottom_; }
238 bottom_ = ((bottom_ - 1) & mask_);
239 array_[bottom_] = object;
245 int bottom() { return bottom_; }
253 // empty when top_ == bottom_. It is full when top_ + 1 == bottom
256 int bottom_; member in class:v8::internal::MarkingDeque
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 633 milliseconds