Searched refs:location_ (Results 1 - 25 of 84) sorted by relevance

1234

/external/chromium_org/tools/gn/
H A Dtoken.h29 const Location& location() const { return location_; }
31 return LocationRange(location_,
32 Location(location_.file(), location_.line_number(),
33 location_.char_offset() + value_.size()));
49 Location location_; member in class:Token
H A Derr.cc93 location_(location),
102 location_(range.begin()),
112 location_(token.location()),
127 location_ = range.begin();
140 location_ = range.begin();
163 const InputFile* input_file = location_.file();
174 base::IntToString(location_.line_number()) + ":" +
175 base::IntToString(location_.char_offset()) + ": ";
182 location_.line_number());
185 OutputHighlighedPosition(location_, ranges
[all...]
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dform_field_error.cc55 location_(location) {}
62 if (location_ == LEGAL_ADDRESS || location_ == PAYMENT_INSTRUMENT)
64 if (location_ == SHIPPING_ADDRESS)
71 if (location_ == LEGAL_ADDRESS || location_ == PAYMENT_INSTRUMENT)
73 if (location_ == SHIPPING_ADDRESS)
78 if (location_ == LEGAL_ADDRESS || location_ == PAYMENT_INSTRUMENT)
80 if (location_
[all...]
H A Dform_field_error.h60 Location location() const { return location_; }
80 Location location_; member in class:autofill::wallet::FormFieldError
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dgoose.cc40 Goose::Goose() : location_(0, 0), velocity_(0, 0) {
44 : location_(location),
58 location_.Add(velocity_);
62 while (location_.x() < flock_box.x())
63 location_.set_x(location_.x() + flock_box.width());
65 while (location_.x() >= flock_box.right())
66 location_.set_x(location_.x() - flock_box.width());
68 while (location_
[all...]
H A Dgoose.h64 return location_;
125 Vector2 location_; member in class:Goose
/external/chromium_org/sync/internal_api/public/util/
H A Dunrecoverable_error_info.cc16 : location_(location),
27 location_ = location;
37 return location_;
H A Dunrecoverable_error_info.h33 tracked_objects::Location location_; member in class:syncer::UnrecoverableErrorInfo
/external/chromium_org/content/browser/renderer_host/
H A Dtouch_smooth_scroll_gesture_aura.cc43 location_(mouse_event_x, mouse_event_y),
60 InjectTouchEvent(location_, ui::ET_TOUCH_PRESSED, window_);
63 location_.Offset(0, scroll_down_ ? -position_delta : position_delta);
64 InjectTouchEvent(location_, ui::ET_TOUCH_MOVED, window_);
69 InjectTouchEvent(location_, ui::ET_TOUCH_RELEASED, window_);
H A Dtouch_smooth_scroll_gesture_aura.h36 gfx::Point location_; member in class:content::TouchSmoothScrollGestureAura
/external/chromium_org/v8/src/
H A Dhandles-inl.h43 location_ = HandleScope::CreateHandle(obj->GetIsolate(), obj);
50 location_ = HandleScope::CreateHandle(isolate, obj);
56 ASSERT(location_ == NULL || !(*location_)->IsFailure());
57 if (location_ == other.location_) return true;
58 if (location_ == NULL || other.location_ == NULL) return false;
62 return *location_ == *other.location_;
[all...]
H A Dvariables.h115 bool IsUnallocated() const { return location_ == UNALLOCATED; }
116 bool IsParameter() const { return location_ == PARAMETER; }
117 bool IsStackLocal() const { return location_ == LOCAL; }
119 bool IsContextSlot() const { return location_ == CONTEXT; }
120 bool IsLookupSlot() const { return location_ == LOOKUP; }
146 Location location() const { return location_; }
154 location_ = location;
165 Location location_; member in class:v8::internal::Variable
/external/v8/src/
H A Dvariables.h115 bool IsUnallocated() const { return location_ == UNALLOCATED; }
116 bool IsParameter() const { return location_ == PARAMETER; }
117 bool IsStackLocal() const { return location_ == LOCAL; }
119 bool IsContextSlot() const { return location_ == CONTEXT; }
120 bool IsLookupSlot() const { return location_ == LOOKUP; }
153 Location location() const { return location_; }
161 location_ = location;
172 Location location_; member in class:v8::internal::Variable
/external/chromium_org/content/renderer/pepper/
H A Dppb_widget_impl.cc26 memset(&location_, 0, sizeof(location_));
53 *location = location_;
58 location_ = *location;
/external/chromium_org/sync/api/
H A Dsync_error.cc72 location_.reset();
89 location_.reset(new tracked_objects::Location(location));
102 return *location_;
124 return location_->ToString() + ", " + ModelTypeToString(model_type_) +
129 LAZY_STREAM(logging::LogMessage(location_->file_name(),
130 location_->line_number(),
H A Dsync_change.cc18 : location_(from_here),
56 return location_;
77 return "{ " + location_.ToString() + ", changeType: " +
/external/chromium_org/cc/test/
H A Dfake_scrollbar.h32 void set_location(gfx::Point location) { location_ = location; }
38 gfx::Point location_; member in class:cc::FakeScrollbar
/external/chromium/base/
H A Dopenssl_util.h104 : location_(location) {
108 ClearOpenSSLERRStack(location_);
112 const tracked_objects::Location location_; member in class:base::OpenSSLErrStackTracer
/external/chromium/crypto/
H A Dopenssl_util.h98 : location_(location) {
102 ClearOpenSSLERRStack(location_);
106 const tracked_objects::Location location_; member in class:crypto::OpenSSLErrStackTracer
/external/chromium_org/chrome/common/extensions/
H A Dextension_builder.cc12 : location_(Manifest::UNPACKED),
21 location_,
36 location_ = location;
/external/chromium_org/crypto/
H A Dopenssl_util.h104 : location_(location) {
108 ClearOpenSSLERRStack(location_);
112 const tracked_objects::Location location_; member in class:crypto::OpenSSLErrStackTracer
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_task_manager.cc22 location_ = location;
23 DVLOG(2) << "Token updated: " << location_.ToString();
26 const tracked_objects::Location& location() const { return location_; }
36 << "Unexpected TaskToken deletion from: " << location_.ToString();
48 tracked_objects::Location location_; member in class:sync_file_system::SyncTaskManager::TaskToken
/external/chromium_org/ui/views/controls/
H A Dglow_hover_controller.cc38 location_ = location;
93 center_point.iset(location_.x(), location_.y());
110 hover_canvas.DrawRect(gfx::Rect(location_.x() - radius,
111 location_.y() - radius,
/external/chromium_org/chrome/browser/storage_monitor/
H A Dstorage_info.h71 const base::FilePath::StringType& location() const { return location_; }
80 location_ = location;
94 base::FilePath::StringType location_; member in struct:chrome::StorageInfo
/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Ddestination.js89 this.location_ = null;
236 if (this.location_ == null) {
239 this.location_ = tag.substring(
245 return this.location_;

Completed in 720 milliseconds

1234