Home
last modified time | relevance | path

Searched refs:Create (Results 1 – 25 of 2035) sorted by relevance

12345678910>>...82

/third_party/ninja/src/
Dclean_test.cc45 fs_.Create("in1", ""); in TEST_F()
46 fs_.Create("out1", ""); in TEST_F()
47 fs_.Create("in2", ""); in TEST_F()
48 fs_.Create("out2", ""); in TEST_F()
76 fs_.Create("in1", ""); in TEST_F()
77 fs_.Create("out1", ""); in TEST_F()
78 fs_.Create("in2", ""); in TEST_F()
79 fs_.Create("out2", ""); in TEST_F()
108 fs_.Create("in1", ""); in TEST_F()
109 fs_.Create("out1", ""); in TEST_F()
[all …]
Dgraph_test.cc32 fs_.Create("in", ""); in TEST_F()
33 fs_.Create("out", ""); in TEST_F()
48 fs_.Create("in", ""); in TEST_F()
49 fs_.Create("out", ""); in TEST_F()
51 fs_.Create("implicit", ""); in TEST_F()
67 fs_.Create("foo.cc", ""); in TEST_F()
68 fs_.Create("out.o.d", "out.o: ./foo/../implicit.h\n"); in TEST_F()
69 fs_.Create("out.o", ""); in TEST_F()
71 fs_.Create("implicit.h", ""); in TEST_F()
89 fs_.Create("implicit.h", ""); in TEST_F()
[all …]
Dbuild_test.cc506 fs_.Create("in1", ""); in SetUp()
507 fs_.Create("in2", ""); in SetUp()
597 fs_->Create((*out)->path(), ""); in StartCommand()
614 fs_->Create(dep, ""); in StartCommand()
618 fs_->Create((*out)->path(), ""); in StartCommand()
624 fs_->Create((*out)->path(), ""); in StartCommand()
627 fs_->Create(dep, ""); in StartCommand()
635 fs_->Create((*out)->path(), ""); in StartCommand()
637 fs_->Create(depfile, contents); in StartCommand()
784 fs_.Create("in2", ""); in TEST_F()
[all …]
/third_party/skia/third_party/externals/tint/src/resolver/
Dbitcast_validation_test.cc27 static constexpr Type Create() { in Create() function
38 Type::Create<builder::f32>(),
39 Type::Create<builder::i32>(),
40 Type::Create<builder::u32>(),
43 Type::Create<builder::vec2<builder::f32>>(),
44 Type::Create<builder::vec2<builder::i32>>(),
45 Type::Create<builder::vec2<builder::u32>>(),
48 Type::Create<builder::vec3<builder::f32>>(),
49 Type::Create<builder::vec3<builder::i32>>(),
50 Type::Create<builder::vec3<builder::u32>>(),
[all …]
/third_party/skia/third_party/externals/tint/src/
Dclone_context_test.cc25 T* Create(ARGS&&... args) { in Create() function
26 return alloc.Create<T>(this, std::forward<ARGS>(args)...); in Create()
48 auto* out = allocator->Create<Node>(ctx->Clone(name)); in Clone()
75 return allocator->Create<NotANode>(); in Clone()
88 return allocator->Create<ProgramNode>(cloned_program_id, cloned_program_id); in Clone()
104 auto* a_b = alloc.Create<Node>(builder.Symbols().New("a->b")); in TEST_F()
105 auto* a = alloc.Create<Node>(builder.Symbols().New("a"), nullptr, a_b); in TEST_F()
107 auto* b_b = alloc.Create<Node>(builder.Symbols().New("b->b")); in TEST_F()
108 auto* b = alloc.Create<Node>(builder.Symbols().New("b"), b_a, b_b); in TEST_F()
110 original_root = alloc.Create<Node>(builder.Symbols().New("root"), a, b, c); in TEST_F()
[all …]
Dblock_allocator_test.cc57 allocator.Create(&count); in TEST_F()
59 allocator.Create(&count); in TEST_F()
61 allocator.Create(&count); in TEST_F()
75 allocator_a.Create(&count); in TEST_F()
95 allocator_a.Create(&count_a); in TEST_F()
101 allocator_b.Create(&count_b); in TEST_F()
120 allocator.Create(i); in TEST_F()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderImageSizeTests.cpp1216 …addChild(new TestSubcase(m_context, "basic-nonMS-vs-float", TestSubcase::Create<BasicNonMS<vec4, 0… in init()
1217 …addChild(new TestSubcase(m_context, "basic-nonMS-vs-int", TestSubcase::Create<BasicNonMS<ivec4, 0>… in init()
1218 …addChild(new TestSubcase(m_context, "basic-nonMS-vs-uint", TestSubcase::Create<BasicNonMS<uvec4, 0… in init()
1219 …addChild(new TestSubcase(m_context, "basic-nonMS-tcs-float", TestSubcase::Create<BasicNonMS<vec4, … in init()
1220 …addChild(new TestSubcase(m_context, "basic-nonMS-tcs-int", TestSubcase::Create<BasicNonMS<ivec4, 1… in init()
1221 …addChild(new TestSubcase(m_context, "basic-nonMS-tcs-uint", TestSubcase::Create<BasicNonMS<uvec4, … in init()
1222 …addChild(new TestSubcase(m_context, "basic-nonMS-tes-float", TestSubcase::Create<BasicNonMS<vec4, … in init()
1223 …addChild(new TestSubcase(m_context, "basic-nonMS-tes-int", TestSubcase::Create<BasicNonMS<ivec4, 2… in init()
1224 …addChild(new TestSubcase(m_context, "basic-nonMS-tes-uint", TestSubcase::Create<BasicNonMS<uvec4, … in init()
1225 …addChild(new TestSubcase(m_context, "basic-nonMS-gs-float", TestSubcase::Create<BasicNonMS<vec4, 3… in init()
[all …]
Dgl4cTextureGatherTests.cpp3524 addChild(new TestSubcase(m_context, "api-enums", TestSubcase::Create<GatherEnumsTest>)); in init()
3525 …addChild(new TestSubcase(m_context, "gather-glsl-compile", TestSubcase::Create<GatherGLSLCompile>)… in init()
3526 …addChild(new TestSubcase(m_context, "plain-gather-float-2d-rgba", TestSubcase::Create<PlainGatherF… in init()
3527 …addChild(new TestSubcase(m_context, "plain-gather-float-2d-rg", TestSubcase::Create<PlainGatherFlo… in init()
3528 …addChild(new TestSubcase(m_context, "plain-gather-unorm-2d", TestSubcase::Create<PlainGatherUnorm2… in init()
3529 …addChild(new TestSubcase(m_context, "plain-gather-int-2d-rgba", TestSubcase::Create<PlainGatherInt… in init()
3530 …addChild(new TestSubcase(m_context, "plain-gather-int-2d-rg", TestSubcase::Create<PlainGatherInt2D… in init()
3531 …addChild(new TestSubcase(m_context, "plain-gather-uint-2d", TestSubcase::Create<PlainGatherUint2D>… in init()
3532 …addChild(new TestSubcase(m_context, "plain-gather-depth-2d", TestSubcase::Create<PlainGatherDepth2… in init()
3533 …addChild(new TestSubcase(m_context, "plain-gather-float-2darray", TestSubcase::Create<PlainGatherF… in init()
[all …]
/third_party/benchmark/test/
Dperf_counters_gtest.cc30 EXPECT_TRUE(PerfCounters::Create({kGenericPerfEvent1}).IsValid()); in TEST()
39 EXPECT_FALSE(PerfCounters::Create({}).IsValid()); in TEST()
40 EXPECT_FALSE(PerfCounters::Create({""}).IsValid()); in TEST()
41 EXPECT_FALSE(PerfCounters::Create({"not a counter name"}).IsValid()); in TEST()
43 EXPECT_TRUE(PerfCounters::Create({kGenericPerfEvent1, kGenericPerfEvent2, in TEST()
48 PerfCounters::Create({kGenericPerfEvent2, "", kGenericPerfEvent1}) in TEST()
50 EXPECT_FALSE(PerfCounters::Create({kGenericPerfEvent3, "not a counter name", in TEST()
54 EXPECT_TRUE(PerfCounters::Create({kGenericPerfEvent1, kGenericPerfEvent2, in TEST()
59 PerfCounters::Create({kGenericPerfEvent1, kGenericPerfEvent2, in TEST()
69 auto counters = PerfCounters::Create({kGenericPerfEvent1}); in TEST()
[all …]
/third_party/cef/tests/ceftests/
Dtranslator_unittest.cc11 CefRefPtr<CefTranslatorTest> obj = CefTranslatorTest::Create(); in TEST()
31 CefRefPtr<CefTranslatorTest> obj = CefTranslatorTest::Create(); in TEST()
50 CefRefPtr<CefTranslatorTest> obj = CefTranslatorTest::Create(); in TEST()
64 CefRefPtr<CefTranslatorTest> obj = CefTranslatorTest::Create(); in TEST()
85 CefRefPtr<CefTranslatorTest> obj = CefTranslatorTest::Create(); in TEST()
112 CefRefPtr<CefTranslatorTest> obj = CefTranslatorTest::Create(); in TEST()
139 CefRefPtr<CefTranslatorTest> obj = CefTranslatorTest::Create(); in TEST()
155 CefRefPtr<CefTranslatorTest> obj = CefTranslatorTest::Create(); in TEST()
174 CefRefPtr<CefTranslatorTest> obj = CefTranslatorTest::Create(); in TEST()
178 CefTranslatorTestRefPtrLibrary::Create(kTestVal); in TEST()
[all …]
Dpreference_unittest.cc75 value = CefValue::Create(); in ValidateBool()
98 value = CefValue::Create(); in ValidateInt()
121 value = CefValue::Create(); in ValidateDouble()
144 value = CefValue::Create(); in ValidateString()
168 value = CefValue::Create(); in ValidateList()
193 value = CefValue::Create(); in ValidateDict()
217 value = CefValue::Create(); in ValidateNoExist()
234 val->SetList(kPrefList, CefListValue::Create()); in PopulateRootDefaults()
235 val->SetDictionary(kPrefDict, CefDictionaryValue::Create()); in PopulateRootDefaults()
274 ValidateList(context, false, CefListValue::Create()); in ValidateDefaults()
[all …]
Dvalues_unittest.cc148 binary_value = CefBinaryValue::Create(binary_data, binary_data_size); in TestDictionaryBinary()
167 dictionary_value = CefDictionaryValue::Create(); in TestDictionaryDictionary()
191 list_value = CefListValue::Create(); in TestDictionaryList()
363 binary_value = CefBinaryValue::Create(binary_data, binary_data_size); in TestListBinary()
385 dictionary_value = CefDictionaryValue::Create(); in TestListDictionary()
412 list_value = CefListValue::Create(); in TestListList()
591 CefBinaryValue::Create(binary_data, binary_data_size); in CreateBinaryValue()
600 CefRefPtr<CefListValue> list_value = CefListValue::Create(); in CreateListValue()
615 CefRefPtr<CefDictionaryValue> dict_value = CefDictionaryValue::Create(); in CreateDictionaryValue()
632 CefBinaryValue::Create(data, sizeof(data) - 1); in TEST()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp137 Function *CallDtors = Function::Create( in runOnModule()
145 BasicBlock *BB = BasicBlock::Create(C, "body", CallDtors); in runOnModule()
150 CallInst::Create(VoidVoid, Dtor, "", BB); in runOnModule()
151 ReturnInst::Create(C, BB); in runOnModule()
153 Function *RegisterCallDtors = Function::Create( in runOnModule()
161 BasicBlock *EntryBB = BasicBlock::Create(C, "entry", RegisterCallDtors); in runOnModule()
162 BasicBlock *FailBB = BasicBlock::Create(C, "fail", RegisterCallDtors); in runOnModule()
163 BasicBlock *RetBB = BasicBlock::Create(C, "return", RegisterCallDtors); in runOnModule()
167 Value *Res = CallInst::Create(AtExit, Args, "call", EntryBB); in runOnModule()
170 BranchInst::Create(FailBB, RetBB, Cmp, EntryBB); in runOnModule()
[all …]
DWebAssemblyFixFunctionBitcasts.cpp121 Function *Wrapper = Function::Create(Ty, Function::PrivateLinkage, in createWrapper()
123 BasicBlock *BB = BasicBlock::Create(M->getContext(), "body", Wrapper); in createWrapper()
177 CallInst *Call = CallInst::Create(F, Args, "", BB); in createWrapper()
183 ReturnInst::Create(M->getContext(), BB); in createWrapper()
186 ReturnInst::Create(M->getContext(), UndefValue::get(RtnType), BB); in createWrapper()
188 ReturnInst::Create(M->getContext(), Call, BB); in createWrapper()
194 ReturnInst::Create(M->getContext(), Cast, BB); in createWrapper()
211 Wrapper = Function::Create(Ty, Function::PrivateLinkage, in createWrapper()
213 BasicBlock *BB = BasicBlock::Create(M->getContext(), "body", Wrapper); in createWrapper()
267 CallMain = CallInst::Create(MainTy, Casted, Args, "call_main"); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DUnifyFunctionExitNodes.cpp69 UnreachableBlock = BasicBlock::Create(F.getContext(), in runOnFunction()
75 BranchInst::Create(UnreachableBlock, BB); in runOnFunction()
92 BasicBlock *NewRetBlock = BasicBlock::Create(F.getContext(), in runOnFunction()
97 ReturnInst::Create(F.getContext(), nullptr, NewRetBlock); in runOnFunction()
100 PN = PHINode::Create(F.getReturnType(), ReturningBlocks.size(), in runOnFunction()
103 ReturnInst::Create(F.getContext(), PN, NewRetBlock); in runOnFunction()
116 BranchInst::Create(NewRetBlock, BB); in runOnFunction()
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dexample_code.dart17 // Create a raised button.
25 // Create a disabled button.
33 // Create a button with an icon and a
45 // Create an outline button.
53 // Create a disabled button.
61 // Create a button with an icon and a
73 // Create a flat button.
81 // Create a disabled button.
157 // Create a checkbox.
167 // Create a tristate checkbox.
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLContext.cpp107 return Object::Create<CommandQueue>(errorCode, *this, device->cast<Device>(), in createCommandQueueWithProperties()
115 return Object::Create<CommandQueue>(errorCode, *this, device->cast<Device>(), properties); in createCommandQueue()
124 return Object::Create<Buffer>(errorCode, *this, Memory::PropArray{}, flags, size, hostPtr); in createBuffer()
143 return Object::Create<Image>(errorCode, *this, Memory::PropArray{}, flags, *format, imageDesc, in createImage()
157 return Object::Create<Image>(errorCode, *this, Memory::PropArray{}, flags, *format, imageDesc, in createImage2D()
173 return Object::Create<Image>(errorCode, *this, Memory::PropArray{}, flags, *format, imageDesc, in createImage3D()
219 return Object::Create<Sampler>(errorCode, *this, std::move(propArray), normalizedCoords, in createSamplerWithProperties()
228 return Object::Create<Sampler>(errorCode, *this, Sampler::PropArray{}, normalizedCoords, in createSampler()
260 return Object::Create<Program>(errorCode, *this, std::move(source)); in createProgramWithSource()
265 return Object::Create<Program>(errorCode, *this, il, length); in createProgramWithIL()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUUnifyDivergentExitNodes.cpp144 BasicBlock *NewRetBlock = BasicBlock::Create(F.getContext(), Name, &F); in unifyReturnBlockSet()
185 BranchInst::Create(NewRetBlock, BB); in unifyReturnBlockSet()
224 DummyReturnBB = BasicBlock::Create(F.getContext(), in runOnFunction()
258 ReturnInst::Create(F.getContext(), RetVal, DummyReturnBB); in runOnFunction()
266 BranchInst::Create(LoopHeaderBB, DummyReturnBB, BoolTrue, BB); in runOnFunction()
274 BranchInst::Create(TransitionBB, DummyReturnBB, BoolTrue, BB); in runOnFunction()
285 UnreachableBlock = BasicBlock::Create(F.getContext(), in runOnFunction()
292 BranchInst::Create(UnreachableBlock, BB); in runOnFunction()
310 CallInst::Create(UnreachableIntrin, {}, "", UnreachableBlock); in runOnFunction()
315 ReturnInst::Create(F.getContext(), RetVal, UnreachableBlock); in runOnFunction()
DSIAnnotateControlFlow.cpp214 Value *Ret = CallInst::Create(If, Term->getCondition(), "", Term); in openIf()
215 Term->setCondition(ExtractValueInst::Create(Ret, 0, "", Term)); in openIf()
216 push(Term->getSuccessor(1), ExtractValueInst::Create(Ret, 1, "", Term)); in openIf()
224 Value *Ret = CallInst::Create(Else, popSaved(), "", Term); in insertElse()
225 Term->setCondition(ExtractValueInst::Create(Ret, 0, "", Term)); in insertElse()
226 push(Term->getSuccessor(1), ExtractValueInst::Create(Ret, 1, "", Term)); in insertElse()
242 return CallInst::Create(IfBreak, Args, "", Insert); in handleLoopCondition()
251 return CallInst::Create(IfBreak, Args, "", Insert); in handleLoopCondition()
268 PHINode *Broken = PHINode::Create(IntMask, 0, "phi.broken", &Target->front()); in handleLoop()
286 Term->setCondition(CallInst::Create(Loop, Arg, "", Term)); in handleLoop()
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUDevice.cpp106 interop::GPUDeviceLostInfo::Create<DeviceLostInfo>(self->env_, r, message)); in GPUDevice()
125 return interop::GPUSupportedFeatures::Create<Features>(env); in getFeatures()
133 return interop::GPUSupportedLimits::Create<GPUSupportedLimits>(env, limits); in getLimits()
138 return interop::GPUQueue::Create<GPUQueue>(env, device_.GetQueue(), async_); in getQueue()
143 promise.Resolve(interop::GPUDeviceLostInfo::Create<DeviceLostInfo>( in destroy()
161 return interop::GPUBuffer::Create<GPUBuffer>(env, device_.CreateBuffer(&desc), desc, in createBuffer()
179 return interop::GPUTexture::Create<GPUTexture>(env, device_.CreateTexture(&desc)); in createTexture()
201 return interop::GPUSampler::Create<GPUSampler>(env, device_.CreateSampler(&desc)); in createSampler()
221 return interop::GPUBindGroupLayout::Create<GPUBindGroupLayout>( in createBindGroupLayout()
236 return interop::GPUPipelineLayout::Create<GPUPipelineLayout>( in createPipelineLayout()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h918 static GetElementPtrInst *Create(Type *PointeeType, Value *Ptr,
934 static GetElementPtrInst *Create(Type *PointeeType, Value *Ptr,
964 Create(PointeeType, Ptr, IdxList, NameStr, InsertBefore);
981 Create(PointeeType, Ptr, IdxList, NameStr, InsertAtEnd);
1449 static CallInst *Create(FunctionType *Ty, Value *F, const Twine &NameStr = "",
1454 static CallInst *Create(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args,
1461 static CallInst *Create(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args,
1473 static CallInst *Create(FunctionType *Ty, Value *F, const Twine &NameStr,
1478 static CallInst *Create(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args,
1484 static CallInst *Create(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args,
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp3120 addChild(new TestSubcase(m_context, "uniform-loc", TestSubcase::Create<UniformLoc>)); in init()
3121 …addChild(new TestSubcase(m_context, "uniform-loc-nondecimal", TestSubcase::Create<UniformLocNonDec… in init()
3122 …addChild(new TestSubcase(m_context, "uniform-loc-all-stages", TestSubcase::Create<UniformLocMultip… in init()
3124 …new TestSubcase(m_context, "uniform-loc-multiple-uniforms", TestSubcase::Create<UniformLocMultiple… in init()
3125 …addChild(new TestSubcase(m_context, "uniform-loc-types-mix", TestSubcase::Create<UniformLocTypesMi… in init()
3126 …addChild(new TestSubcase(m_context, "uniform-loc-types-mat", TestSubcase::Create<UniformLocTypesMa… in init()
3127 …addChild(new TestSubcase(m_context, "uniform-loc-types-structs", TestSubcase::Create<UniformLocTyp… in init()
3128 …addChild(new TestSubcase(m_context, "uniform-loc-types-samplers", TestSubcase::Create<UniformLocTy… in init()
3130 …new TestSubcase(m_context, "uniform-loc-arrays-nonspaced", TestSubcase::Create<UniformLocArraysNon… in init()
3131 …addChild(new TestSubcase(m_context, "uniform-loc-arrays-spaced", TestSubcase::Create<UniformLocArr… in init()
[all …]
Des31cTextureGatherTests.cpp1824 addChild(new TestSubcase(m_context, "api-enums", TestSubcase::Create<GatherEnumsTest>)); in init()
1825 …addChild(new TestSubcase(m_context, "gather-glsl-compile", TestSubcase::Create<GatherGLSLCompile>)… in init()
1826 …addChild(new TestSubcase(m_context, "plain-gather-float-2d", TestSubcase::Create<PlainGatherFloat2… in init()
1827 addChild(new TestSubcase(m_context, "plain-gather-int-2d", TestSubcase::Create<PlainGatherInt2D>)); in init()
1828 …addChild(new TestSubcase(m_context, "plain-gather-uint-2d", TestSubcase::Create<PlainGatherUint2D>… in init()
1829 …addChild(new TestSubcase(m_context, "plain-gather-depth-2d", TestSubcase::Create<PlainGatherDepth2… in init()
1830 …addChild(new TestSubcase(m_context, "plain-gather-float-2darray", TestSubcase::Create<PlainGatherF… in init()
1831 …addChild(new TestSubcase(m_context, "plain-gather-int-2darray", TestSubcase::Create<PlainGatherInt… in init()
1832 …addChild(new TestSubcase(m_context, "plain-gather-uint-2darray", TestSubcase::Create<PlainGatherUi… in init()
1833 …addChild(new TestSubcase(m_context, "plain-gather-depth-2darray", TestSubcase::Create<PlainGatherD… in init()
[all …]
Des31cShaderImageSizeTests.cpp751 …addChild(new TestSubcase(m_context, "basic-nonMS-vs-float", TestSubcase::Create<BasicNonMS<vec4, 0… in init()
752 …addChild(new TestSubcase(m_context, "basic-nonMS-vs-int", TestSubcase::Create<BasicNonMS<ivec4, 0>… in init()
753 …addChild(new TestSubcase(m_context, "basic-nonMS-vs-uint", TestSubcase::Create<BasicNonMS<uvec4, 0… in init()
754 …addChild(new TestSubcase(m_context, "basic-nonMS-fs-float", TestSubcase::Create<BasicNonMS<vec4, 5… in init()
755 …addChild(new TestSubcase(m_context, "basic-nonMS-fs-int", TestSubcase::Create<BasicNonMS<ivec4, 5>… in init()
756 …addChild(new TestSubcase(m_context, "basic-nonMS-fs-uint", TestSubcase::Create<BasicNonMS<uvec4, 5… in init()
757 …addChild(new TestSubcase(m_context, "basic-nonMS-cs-float", TestSubcase::Create<BasicNonMS<vec4, 4… in init()
758 …addChild(new TestSubcase(m_context, "basic-nonMS-cs-int", TestSubcase::Create<BasicNonMS<ivec4, 4>… in init()
759 …addChild(new TestSubcase(m_context, "basic-nonMS-cs-uint", TestSubcase::Create<BasicNonMS<uvec4, 4… in init()
760 …addChild(new TestSubcase(m_context, "advanced-nonMS-vs-float", TestSubcase::Create<AdvancedNonMS<v… in init()
[all …]
/third_party/cef/libcef/browser/osr/
Dosr_accessibility_util.cc30 CefRefPtr<CefListValue> value = CefListValue::Create(); in ToCefValue()
40 CefRefPtr<CefListValue> value = CefListValue::Create(); in ToCefValue()
55 CefRefPtr<CefDictionaryValue> value = CefDictionaryValue::Create(); in ToCefValue()
200 CefRefPtr<CefListValue> list = CefListValue::Create(); in operator ()()
250 list = CefListValue::Create(); in operator ()()
278 CefRefPtr<CefDictionaryValue> value = CefDictionaryValue::Create(); in ToCefValue()
312 actions_strings = CefListValue::Create(); in ToCefValue()
319 CefRefPtr<CefDictionaryValue> attributes = CefDictionaryValue::Create(); in ToCefValue()
347 CefRefPtr<CefDictionaryValue> value = CefDictionaryValue::Create(); in ToCefValue()
394 CefRefPtr<CefDictionaryValue> value = CefDictionaryValue::Create(); in ToCefValue()
[all …]

12345678910>>...82