Home | History | Annotate | Download | only in shadow

Lines Matching defs:exceptionState

87     TrackExceptionState exceptionState;
93 overlayEnclosure->appendChild(overlayPlayButton.release(), exceptionState);
94 if (exceptionState.hadException())
98 appendChild(overlayEnclosure.release(), exceptionState);
99 if (exceptionState.hadException())
110 panel->appendChild(playButton.release(), exceptionState);
111 if (exceptionState.hadException())
116 panel->appendChild(timeline.release(), exceptionState);
117 if (exceptionState.hadException())
123 panel->appendChild(currentTimeDisplay.release(), exceptionState);
124 if (exceptionState.hadException())
129 panel->appendChild(durationDisplay.release(), exceptionState);
130 if (exceptionState.hadException())
135 panel->appendChild(muteButton.release(), exceptionState);
136 if (exceptionState.hadException())
141 panel->appendChild(slider.release(), exceptionState);
142 if (exceptionState.hadException())
147 panel->appendChild(toggleClosedCaptionsButton.release(), exceptionState);
148 if (exceptionState.hadException())
153 panel->appendChild(fullscreenButton.release(), exceptionState);
154 if (exceptionState.hadException())
158 enclosure->appendChild(panel.release(), exceptionState);
159 if (exceptionState.hadException())
163 appendChild(enclosure.release(), exceptionState);
164 if (exceptionState.hadException())