Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/include/
DSkSVGNode.h78 if (!dest->isInheritable() || v.isValue()) { \
87 if (!dest->isInheritable() || v.isValue()) { \
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
1327 if (isInheritable == -1) in set_inheritable()
1329 *atomic_flag_works = !isInheritable; in set_inheritable()