Home
last modified time | relevance | path

Searched refs:origin_ (Results 1 – 15 of 15) sorted by relevance

/third_party/gn/src/gn/
Dvalue.cc17 Value::Value(const ParseNode* origin, Type t) : type_(t), origin_(origin) { in Value()
40 : type_(BOOLEAN), origin_(origin), boolean_value_(bool_val) {} in Value()
43 : type_(INTEGER), origin_(origin), int_value_(int_val) {} in Value()
46 : type_(STRING), origin_(origin), string_value_(std::move(str_val)) {} in Value()
49 : type_(STRING), origin_(origin), string_value_(str_val) {} in Value()
52 : type_(SCOPE), origin_(origin), scope_value_(std::move(scope)) {} in Value()
54 Value::Value(const Value& other) : type_(other.type_), origin_(other.origin_) { in Value()
79 : type_(other.type_), origin_(other.origin_) { in Value()
Dsubstitution_pattern.cc23 SubstitutionPattern::SubstitutionPattern() : origin_(nullptr) {} in SubstitutionPattern()
83 origin_ = origin; in Parse()
122 *err = Err(origin_, "This is empty but I was expecting an output file."); in IsInOutputDir()
129 ranges_[0].literal, origin_, err)) in IsInOutputDir()
136 Err(origin_, "File is not inside output directory.", in IsInOutputDir()
Dmetadata.h36 const ParseNode* origin() const { return origin_; } in origin()
37 void set_origin(const ParseNode* origin) { origin_ = origin; } in set_origin()
63 const ParseNode* origin_ = nullptr;
Dvalue.h57 const ParseNode* origin() const { return origin_; } in origin()
58 void set_origin(const ParseNode* o) { origin_ = o; } in set_origin()
125 const ParseNode* origin_ = nullptr; variable
Dsubstitution_pattern.h72 const ParseNode* origin() const { return origin_; } in origin()
76 const ParseNode* origin_; variable
/third_party/cef/libcef/browser/
Dframe_service_base.h45 origin_(render_frame_host_->GetLastCommittedOrigin()), in FrameServiceBase()
58 const url::Origin& origin() const { return origin_; } in origin()
119 const url::Origin origin_; variable
/third_party/cef/tests/ceftests/
Dtest_server.cc125 if (!origin_.empty()) { in Start()
127 std::move(callback).Run(origin_); in Start()
178 DCHECK(origin_.empty()); in NotifyServerCreated()
179 origin_ = server_origin; in NotifyServerCreated()
182 std::move(callback).Run(origin_); in NotifyServerCreated()
190 origin_.clear(); in NotifyServerDestroyed()
278 std::string origin_; member in test_server::__anon7bf86d3c0111::ServerManager
Dframe_unittest.cc1781 origin_ = kFrameNavOrigin0; in FrameNavExpectationsBrowserTestNestedIframes()
1785 origin_ = kFrameNavOrigin0; in FrameNavExpectationsBrowserTestNestedIframes()
1788 origin_ = kFrameNavOrigin1; in FrameNavExpectationsBrowserTestNestedIframes()
1791 origin_ = kFrameNavOrigin2; in FrameNavExpectationsBrowserTestNestedIframes()
1794 origin_ = kFrameNavOrigin3; in FrameNavExpectationsBrowserTestNestedIframes()
1805 return GetMultiNavURL(origin_, 0); in GetMainURL()
1813 return "<html><body>Nav1<iframe src=\"" + GetMultiNavURL(origin_, 1) + in GetContentForURL()
1817 return "<html><body>Nav2<iframe src=\"" + GetMultiNavURL(origin_, 2) + in GetContentForURL()
1826 << " f.src = '" << GetMultiNavURL(origin_, 3) << "';" in GetContentForURL()
1940 V_EXPECT_TRUE(VerifyBrowserIframe(browser, frame, origin_, frame_number)) in OnLoadEnd()
[all …]
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator-verifier.h79 origin_(origin), in PendingAssessment()
96 const InstructionBlock* origin() const { return origin_; } in origin()
102 const InstructionBlock* const origin_;
/third_party/libabigail/src/
Dabg-corpus-priv.h673 corpus::origin origin_; member
724 origin_(ARTIFICIAL_ORIGIN), in priv()
Dabg-corpus.cc828 {return priv_->origin_;} in get_origin()
835 {priv_->origin_ = o;} in set_origin()
/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc287 origin_(origin) {} in ModuleDecoderImpl()
295 origin_(origin) { in ModuleDecoderImpl()
339 module_->origin = origin_; in StartDecoding()
882 SELECT_WASM_COUNTER(GetCounters(), origin_, wasm_functions_per, module); in DecodeFunctionSection()
1036 if (ok() && origin_ == kWasmOrigin && module_->export_table.size() > 1) { in DecodeExportSection()
1602 ModuleOrigin origin_; member in v8::internal::wasm::ModuleDecoderImpl
1968 origin_ == kWasmOrigin ? enabled_features_ : WasmFeatures::None()); in consume_value_type()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp99976 VULKAN_HPP_NAMESPACE::Offset2D origin_ = {},
99981 , origin( origin_ )
100017 …4 TilePropertiesQCOM & setOrigin( VULKAN_HPP_NAMESPACE::Offset2D const & origin_ ) VULKAN_HPP_NOEX… in setOrigin()
100019 origin = origin_; in setOrigin()
/third_party/chromium/patch/
D0003-ohos-1115.patch21686 + : origin_(origin), resources_(resources), callback_(std::move(callback)) {}
21693 + return origin_;
21750 + CefString origin_;
22932 + std::vector<std::string> origin_;
22981 + origin_.push_back(storage_key.origin().GetURL().spec());
23003 + std::move(ui_callback_).Run(origin_, usage_, quota_);
38273 - origin_(origin),
38282 + : origin_(origin), path_(path) {}
38405 const url::Origin origin_;
42352 IsOriginExemptedFromFutureRevocations(profile_, origin_)) {
[all …]
D0004-ohos-3.2-Beta5.patch7312 : origin_(origin), resources_(resources), callback_(std::move(callback)) {}