Home
last modified time | relevance | path

Searched defs:isInheritable (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/svg/include/
DSkSVGTypes.h59 constexpr bool isInheritable() const { return kInheritable; } in isInheritable() function
/third_party/python/Python/
Dfileutils.c1326 int isInheritable = get_inheritable(fd, raise); in set_inheritable() local