Home
last modified time | relevance | path

Searched refs:GetSourceType (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/gn/
Dxcode_object.cc145 const char* GetSourceType(std::string_view ext) { in GetSourceType() function
538 PrintProperty(out, rules, "explicitFileType", GetSourceType(ext)); in Print()
540 PrintProperty(out, rules, "lastKnownFileType", GetSourceType(ext)); in Print()
831 std::string(), output_name, type.empty() ? GetSourceType(ext) : type); in AddNativeTarget()
/third_party/node/deps/v8/include/
Dv8-profiler.h160 SourceType GetSourceType() const;
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch3466 + virtual SourceType GetSourceType() = 0;
5713 +CefContextMenuParamsImpl::SourceType CefContextMenuParamsImpl::GetSourceType() {
5727 + SourceType GetSourceType() override;
9586 + CefContextMenuParamsCppToC::Get(self)->GetSourceType();
17001 +CefContextMenuParams::SourceType CefContextMenuParamsCToCpp::GetSourceType() {
17044 + SourceType GetSourceType() override;
33809 + virtual ContextMenuSourceType GetSourceType() = 0;
34535 +CmSt NWebContextMenuParamsImpl::GetSourceType() {
34537 + return ConvertContextMenuSourceType(params_->GetSourceType());
34590 + ContextMenuSourceType GetSourceType() override;
/third_party/node/deps/v8/src/api/
Dapi.cc9803 CpuProfileNode::SourceType CpuProfileNode::GetSourceType() const { in GetSourceType() function in v8::CpuProfileNode