Home
last modified time | relevance | path

Searched refs:transition_type (Results 1 – 2 of 2) sorted by relevance

/external/skia/resources/
Dslides_utils.lua79 local transition_type = parse_attr(s, "transition")
81 if transition_type then
82 block["transition"] = transition_type
/external/webrtc/webrtc/libjingle/xmpp/
Dchatroommoduleimpl.cc409 TransitionType transition_type; member
570 switch (transition_desc->transition_type) { in ChangePresence()