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

1234

/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/tools/gn/
H A Dtoken.h64 const Location& location() const { return location_; }
67 location_,
68 Location(location_.file(),
69 location_.line_number(),
70 location_.char_offset() + static_cast<int>(value_.size()),
71 location_.byte() + static_cast<int>(value_.size())));
81 Location location_; member in class:Token
H A Dtoken.cc17 location_(location) {
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();
164 std::string loc_str = location_.Describe(true);
177 location_.line_number());
180 OutputHighlighedPosition(location_, ranges_, line.size());
H A Derr.h60 const Location& location() const { return location_; }
75 Location location_; member in class:Err
/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/ui/ozone/platform/test/
H A Dtest_window_manager.cc34 FileSurface(const base::FilePath& location) : location_(location) {}
46 if (location_.empty())
55 FROM_HERE, base::Bind(&WriteDataToFile, location_, bitmap), true);
63 base::FilePath location_; member in class:ui::__anon17002::FileSurface
70 : location_(dump_location) {
77 if (location_.empty())
79 if (!DirectoryExists(location_) && !base::CreateDirectory(location_) &&
80 location_ != base::FilePath("/dev/null"))
82 if (!base::PathIsWritable(location_))
[all...]
H A Dtest_window_manager.h42 base::FilePath location_; member in class:ui::TestWindowManager
/external/chromium_org/v8/src/
H A Dhandles.h21 INLINE(MaybeHandle()) : location_(NULL) { }
32 this->location_ = reinterpret_cast<T**>(handle.location());
44 location_ = reinterpret_cast<T**>(maybe_handle.location_);
47 INLINE(void Assert() const) { DCHECK(location_ != NULL); }
48 INLINE(void Check() const) { CHECK(location_ != NULL); }
52 return Handle<T>(location_);
57 if (location_ == NULL) {
61 *out = Handle<T>(location_);
66 bool is_null() const { return location_
69 T** location_; member in class:v8::internal::MaybeHandle
137 T** location_; member in class:v8::internal::Handle
[all...]
H A Dvariables.h93 bool IsUnallocated() const { return location_ == UNALLOCATED; }
94 bool IsParameter() const { return location_ == PARAMETER; }
95 bool IsStackLocal() const { return location_ == LOCAL; }
97 bool IsContextSlot() const { return location_ == CONTEXT; }
98 bool IsLookupSlot() const { return location_ == LOOKUP; }
124 Location location() const { return location_; }
132 location_ = location;
143 Location location_; member in class:v8::internal::Variable
H A Dhandles-inl.h19 location_ = HandleScope::CreateHandle(obj->GetIsolate(), obj);
25 location_ = HandleScope::CreateHandle(isolate, obj);
33 (location_ == NULL || IsDereferenceAllowed(NO_DEFERRED_CHECK)) &&
34 (o.location_ == NULL || o.IsDereferenceAllowed(NO_DEFERRED_CHECK)));
35 if (location_ == o.location_) return true;
36 if (location_ == NULL || o.location_ == NULL) return false;
37 return *location_ == *o.location_;
[all...]
/external/chromium_org/crypto/
H A Dopenssl_util.h75 : location_(location) {
79 ClearOpenSSLERRStack(location_);
83 const tracked_objects::Location location_; member in class:crypto::OpenSSLErrStackTracer
/external/chromium_org/content/renderer/pepper/
H A Dppb_widget_impl.cc25 memset(&location_, 0, sizeof(location_));
50 *location = location_;
55 location_ = *location;
H A Dppb_widget_impl.h51 PP_Rect location() const { return location_; }
55 PP_Rect location_; member in class:content::PPB_Widget_Impl
/external/chromium_org/sync/api/
H A Dsync_error.cc55 location_.reset();
72 location_.reset(new tracked_objects::Location(location));
85 return *location_;
145 return location_->ToString() + ", " + ModelTypeToString(model_type_) +
154 LAZY_STREAM(logging::LogMessage(location_->file_name(),
155 location_->line_number(),
H A Dsync_change.cc18 : location_(from_here),
56 return location_;
77 return "{ " + location_.ToString() + ", changeType: " +
/external/chromium_org/extensions/common/
H A Dextension_builder.cc12 : location_(Manifest::UNPACKED),
21 location_,
36 location_ = location;
/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/components/storage_monitor/
H A Dstorage_info.h83 const base::FilePath::StringType& location() const { return location_; }
91 location_ = location;
102 base::FilePath::StringType location_; member in class:storage_monitor::StorageInfo
/external/chromium_org/cc/test/
H A Dfake_scrollbar.h33 void set_location(const gfx::Point& location) { location_ = location; }
48 gfx::Point location_; member in class:cc::FakeScrollbar
/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Ddestination.js89 this.location_ = null;
265 if (this.location_ == null) {
266 this.location_ = '';
270 this.location_ = tag.substring(prefix.length) || '';
276 return this.location_;

Completed in 5419 milliseconds

1234