Home
last modified time | relevance | path

Searched refs:set_origin (Results 1 – 7 of 7) sorted by relevance

/third_party/gn/src/gn/
Dmetadata.h37 void set_origin(const ParseNode* origin) { origin_ = origin; } in set_origin() function
Dvalue.h58 void set_origin(const ParseNode* o) { origin_ = o; } in set_origin() function
Dtarget_generator.cc302 target_->metadata().set_origin(value->origin()); in FillMetadata()
Dscope.cc164 r.value.set_origin(set_node); in SetValue()
Doperators.cc167 value->set_origin(origin); in GetExistingMutableValueIfExists()
Dparse_tree.cc820 result.set_origin(this); in Execute()
/third_party/cef/libcef/browser/views/
Dwindow_impl.cc356 bounds.set_origin(gfx::Point(position.x, position.y)); in SetPosition()
513 bounds.set_origin(bounds.origin() + client_bounds.OffsetFromOrigin()); in GetClientAreaBoundsInScreen()