/external/chromium_org/tools/gn/ |
token.h | 59 const Location& location() const { return location_; } 61 return LocationRange(location_, 62 Location(location_.file(), location_.line_number(), 63 location_.char_offset() + 78 Location location_; member in class:Token
|
err.cc | 93 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());
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
form_field_error.cc | 55 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_ == SHIPPING_ADDRESS [all...] |
/external/chromium_org/v8/src/ |
handles-inl.h | 44 location_ = HandleScope::CreateHandle(obj->GetIsolate(), obj); 51 location_ = HandleScope::CreateHandle(isolate, obj); 57 ASSERT(location_ == NULL || !(*location_)->IsFailure()); 58 if (location_ == other.location_) return true; 59 if (location_ == NULL || other.location_ == NULL) return false; 63 return *location_ == *other.location_; [all...] |
variables.h | 115 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
|
handles.h | 47 INLINE(explicit Handle(T** location)) { location_ = location; } 51 INLINE(Handle()) : location_(NULL) {} 62 location_ = reinterpret_cast<T**>(handle.location_); 77 T::cast(*reinterpret_cast<T**>(that.location_)); 78 return Handle<T>(reinterpret_cast<T**>(that.location_)); 82 bool is_null() const { return location_ == NULL; } 95 T** location_; member in class:v8::internal::Handle 97 // Handles of different classes are allowed to access each other's location_.
|
/external/chromium_org/sync/internal_api/public/util/ |
unrecoverable_error_info.cc | 16 : location_(location), 27 location_ = location; 37 return location_;
|
unrecoverable_error_info.h | 33 tracked_objects::Location location_; member in class:syncer::UnrecoverableErrorInfo
|
/external/chromium_org/ui/gfx/ozone/impl/ |
file_surface_factory.cc | 33 : location_(dump_location) { 34 CHECK(!base::DirectoryExists(location_)) 35 << "Location cannot be a directory (" << location_.value() << ")"; 36 CHECK(!base::PathExists(location_) || base::PathIsWritable(location_)); 82 base::Bind(&WriteDataToFile, location_, bitmap),
|
/external/chromium_org/native_client_sdk/src/examples/demo/flock/ |
goose.cc | 40 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_.y() < flock_box.y() [all...] |
/external/chromium_org/sync/api/ |
sync_error.cc | 72 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(),
|
sync_change.cc | 18 : location_(from_here), 56 return location_; 77 return "{ " + location_.ToString() + ", changeType: " +
|
/external/chromium_org/content/renderer/pepper/ |
ppb_widget_impl.cc | 26 memset(&location_, 0, sizeof(location_)); 53 *location = location_; 58 location_ = *location;
|
ppb_widget_impl.h | 51 PP_Rect location() const { return location_; } 55 PP_Rect location_; member in class:content::PPB_Widget_Impl
|
/art/compiler/ |
output_stream.h | 36 explicit OutputStream(const std::string& location) : location_(location) {} 41 return location_; 49 const std::string location_; member in class:art::OutputStream
|
/external/chromium_org/extensions/common/ |
extension_builder.cc | 12 : location_(Manifest::UNPACKED), 21 location_, 36 location_ = location;
|
/external/chromium_org/ui/views/corewm/ |
tooltip_win.cc | 80 gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint(location_)); 87 const int initial_y = location_.y(); 88 gfx::Rect tooltip_bounds(location_.x(), initial_y + 20, 103 // See comment in header for details on why |location_| is needed. 104 location_ = location; 120 gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint(location_));
|
/external/chromium_org/cc/test/ |
fake_scrollbar.h | 33 void set_location(gfx::Point location) { location_ = location; } 46 gfx::Point location_; member in class:cc::FakeScrollbar
|
/external/v8/src/ |
variables.h | 115 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
|
handles-inl.h | 51 location_ = HandleScope::CreateHandle(obj, GetIsolateForHandle(obj)); 58 location_ = HandleScope::CreateHandle(obj, isolate); 64 ASSERT(location_ != NULL); 65 ASSERT(reinterpret_cast<Address>(*location_) != kHandleZapValue); 66 return *BitCast<T**>(location_);
|
/external/chromium_org/ui/views/controls/ |
glow_hover_controller.cc | 38 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/ui/events/test/ |
events_test_utils.h | 36 located_event_->location_ = location;
|
/external/chromium_org/chrome/common/extensions/manifest_tests/ |
extension_manifest_test.cc | 207 location_(location), flags_(flags) { 214 location_(extensions::Manifest::INTERNAL), 220 location_(extensions::Manifest::INTERNAL), 228 location_(location), 244 testcase.location_, 250 testcase.location_, 255 testcase.location_,
|
/external/chromium_org/chrome/browser/sync_file_system/ |
sync_task_manager.cc | 22 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(); 47 tracked_objects::Location location_; member in class:sync_file_system::SyncTaskManager::TaskToken
|
/external/chromium/base/ |
openssl_util.h | 104 : location_(location) { 108 ClearOpenSSLERRStack(location_); 112 const tracked_objects::Location location_; member in class:base::OpenSSLErrStackTracer
|