Home | History | Annotate | Download | only in shadow

Lines Matching refs:ec

81     ExceptionCode ec;
85 panel->appendChild(rewindButton.release(), ec, true);
86 if (ec)
91 panel->appendChild(playButton.release(), ec, true);
92 if (ec)
97 panel->appendChild(returnToRealtimeButton.release(), ec, true);
98 if (ec)
104 panel->appendChild(statusDisplay.release(), ec, true);
105 if (ec)
113 timelineContainer->appendChild(currentTimeDisplay.release(), ec, true);
114 if (ec)
119 timelineContainer->appendChild(timeline.release(), ec, true);
120 if (ec)
125 timelineContainer->appendChild(timeRemainingDisplay.release(), ec, true);
126 if (ec)
130 panel->appendChild(timelineContainer.release(), ec, true);
131 if (ec)
138 panel->appendChild(seekBackButton.release(), ec, true);
139 if (ec)
145 panel->appendChild(seekForwardButton.release(), ec, true);
146 if (ec)
153 panel->appendChild(toggleClosedCaptionsButton.release(), ec, true);
154 if (ec)
161 panel->appendChild(fullScreenButton.release(), ec, true);
165 panel->appendChild(panelMuteButton.release(), ec, true);
166 if (ec)
174 volumeSliderContainer->appendChild(slider.release(), ec, true);
175 if (ec)
180 volumeSliderContainer->appendChild(volumeSliderMuteButton.release(), ec, true);
181 if (ec)
185 panel->appendChild(volumeSliderContainer.release(), ec, true);
186 if (ec)
193 panel->appendChild(fullScreenMinVolumeButton.release(), ec, true);
194 if (ec)
199 panel->appendChild(fullScreenVolumeSlider.release(), ec, true);
200 if (ec)
205 panel->appendChild(fullScreenMaxVolumeButton.release(), ec, true);
206 if (ec)
210 controls->appendChild(panel.release(), ec, true);
211 if (ec)
249 ExceptionCode ec;
251 m_panel->style()->setProperty(webkitTransitionString(), transitionValue, ec);
252 m_panel->style()->setProperty(opacityString(), opacityValue, ec);
266 ExceptionCode ec;
268 m_panel->style()->setProperty(webkitTransitionString(), transitionValue, ec);
269 m_panel->style()->setProperty(opacityString(), opacityValue, ec);
352 ExceptionCode ec;
353 m_currentTimeDisplay->setInnerText(page->theme()->formatMediaControlsCurrentTime(now, duration), ec);
355 m_timeRemainingDisplay->setInnerText(page->theme()->formatMediaControlsRemainingTime(now, duration), ec);