Home
last modified time | relevance | path

Searched refs:ClosureType (Results 1 – 3 of 3) sorted by relevance

/external/skia/gm/
Dnonclosedpaths.cpp21 enum ClosureType { enum in skiagm::NonClosedPathsGM
47 static void MakePath(SkPath* path, ClosureType type) { in MakePath()
89 constexpr ClosureType kType[] = { in onDraw()
/external/skqp/gm/
Dnonclosedpaths.cpp21 enum ClosureType { enum in skiagm::NonClosedPathsGM
47 static void MakePath(SkPath* path, ClosureType type) { in MakePath()
89 constexpr ClosureType kType[] = { in onDraw()
/external/libchrome/base/
Dbind_unittest.cc755 using ClosureType = RepeatingClosure; typedef
767 using ClosureType = OnceClosure; typedef
794 using ClosureType = typename TypeParam::ClosureType; in TYPED_TEST() typedef
808 ClosureType normal_cb = TypeParam::Bind(&VoidFunc0); in TYPED_TEST()
814 ClosureType method_cb = TypeParam::Bind(&HasRef::VoidMethod0, &has_ref); in TYPED_TEST()
815 ClosureType method_refptr_cb = in TYPED_TEST()
817 ClosureType const_method_nonconst_obj_cb = in TYPED_TEST()
819 ClosureType const_method_const_obj_cb = in TYPED_TEST()
828 ClosureType virtual_set_cb = TypeParam::Bind(&Parent::VirtualSet, &child); in TYPED_TEST()
833 ClosureType non_virtual_set_cb = in TYPED_TEST()