Searched refs:PE_NONE (Results 1 – 5 of 5) sorted by relevance
72 case PE_NONE: in PointerEventsHitRules()109 case PE_NONE: in PointerEventsHitRules()
980 …IBLE && (request.ignorePointerEventsNone() || style()->pointerEvents() != PE_NONE) && !isInert(); } in visibleToHitTestRequest()982 …t { return style()->visibility() == VISIBLE && style()->pointerEvents() != PE_NONE && !isInert(); } in visibleToHitTesting()
437 PE_NONE, PE_AUTO, PE_STROKE, PE_FILL, PE_PAINTED, PE_VISIBLE, enumerator
351 if (!renderer || renderer->style()->pointerEvents() == PE_NONE) in checkIntersectionOrEnclosure()
3203 case PE_NONE: in CSSPrimitiveValue()3248 return PE_NONE; in EPointerEvents()