HomeSort by relevance Sort by last modified time
    Searched refs:position_ (Results 76 - 100 of 133) sorted by null

1 2 34 5 6

  /external/chromium_org/third_party/libjingle/source/talk/base/
multipart.h 87 size_t position_; // The current read position in bytes. member in class:talk_base::MultipartStream
  /external/chromium_org/chrome_frame/
urlmon_bind_status_callback.cc 56 position_ = 0;
86 if (position_ < size_) {
87 *read = std::min(size_ - position_, size_t(cb));
88 memcpy(pv, cache_ .get() + position_, *read);
89 position_ += *read;
urlmon_bind_status_callback.h 25 CacheStream() : size_(0), position_(0), eof_(false) {
38 size_t position_; member in class:CacheStream
  /external/chromium_org/content/browser/geolocation/
network_location_provider.h 119 Geoposition position_; member in class:content::NetworkLocationProvider
location_arbitrator_impl_unittest.cc 196 EXPECT_EQ(cell()->position_.latitude,
245 cell()->HandlePositionChanged(cell()->position_);
  /external/v8/src/
zone.h 136 Address position_; member in class:v8::internal::Zone
utils.h 873 : buffer_(buffer, size), position_(0) { }
882 return position_;
886 void Reset() { position_ = 0; }
893 ASSERT(!is_finalized() && position_ < buffer_.length());
894 buffer_[position_++] = c;
917 int position_;
919 bool is_finalized() const { return position_ < 0; }
lithium.h 411 position_(position),
421 int position() const { return position_; }
437 int position_; member in class:v8::internal::LPointerMap
gdb-jit.cc 61 position_(0),
71 return position_;
98 Ensure(position_ + sizeof(T));
99 *RawSlotAt<T>(position_) = val;
100 position_ += sizeof(T);
116 uintptr_t slot_position = position_;
117 position_ += sizeof(T) * count;
118 Ensure(position_);
134 uintptr_t delta = position_ % align;
137 Ensure(position_ += padding)
    [all...]
debug.h 112 inline int position() { return position_; }
135 int position_; member in class:v8::internal::BreakLocationIterator
    [all...]
  /art/compiler/sea_ir/ir/
sea.h 55 InstructionNode(NULL), register_no_(register_no), position_(signature_position) { }
62 return position_;
76 const unsigned int position_; // The position of this parameter node is member in class:sea_ir::SignatureNode
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 597 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
598 top_left.y() + position_.y(),
610 position_.SetPoint(base_view_->GetMirroredXWithWidthInView(x, w), y);
737 relative_location.x() - (top_left.x() + position_.x()));
740 relative_location.y() - (top_left.y() + position_.y()));
777 const int bubble_bottom_y = top_left.y() + position_.y() + size_.height();
789 int right_position_x = window_width - (position_.x() + size_.width());
791 top_left.y() + position_.y(),
795 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
796 top_left.y() + position_.y() + offset_
    [all...]
  /external/ceres-solver/internal/ceres/
line_search.h 239 Vector position_; member in class:ceres::internal::LineSearchFunction
242 // evaluation_point = Evaluator::Plus(position_, x * direction_);
line_search.cc 102 position_(evaluator->NumParameters()),
111 position_ = position;
117 if (!evaluator_->Plus(position_.data(),
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.h 192 content::Geoposition position_; member in class:policy::DeviceStatusCollector
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.h 168 int position_; member in class:SQLiteCursor
  /external/chromium_org/v8/src/
utils.h 1004 : buffer_(buffer, size), position_(0) { }
1013 return position_;
1017 void Reset() { position_ = 0; }
1024 ASSERT(!is_finalized() && position_ < buffer_.length());
1025 buffer_[position_++] = c;
1048 int position_;
1050 bool is_finalized() const { return position_ < 0; }
    [all...]
zone.h 131 Address position_; member in class:v8::internal::Zone
gdb-jit.cc 63 position_(0),
73 return position_;
100 Ensure(position_ + sizeof(T));
101 *RawSlotAt<T>(position_) = val;
102 position_ += sizeof(T);
118 uintptr_t slot_position = position_;
119 position_ += sizeof(T) * count;
120 Ensure(position_);
136 uintptr_t delta = position_ % align;
139 Ensure(position_ += padding)
    [all...]
lithium.h 482 position_(position),
492 int position() const { return position_; }
508 int position_; member in class:v8::internal::LPointerMap
  /external/chromium_org/content/renderer/media/
buffered_data_source.cc 44 int64 position() { return position_; }
51 const int64 position_; member in class:content::BufferedDataSource::ReadOperation
63 position_(position),
  /external/chromium_org/cc/layers/
layer.h 135 gfx::PointF position() const { return position_; }
486 gfx::PointF position_; member in class:cc::Layer
layer_impl.cc 411 layer->SetPosition(position_);
454 list->AppendDouble(position_.x());
455 list->AppendDouble(position_.y());
750 if (position_ == position)
753 position_ = position;
    [all...]
layer_impl.h 178 gfx::PointF position() const { return position_; }
519 gfx::PointF position_; member in class:cc::LayerImpl
layer.cc 528 if (position_ == position)
530 position_ = position;
766 layer->SetPosition(position_);

Completed in 1305 milliseconds

1 2 34 5 6