Searched refs:embedPanel (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/shadow/
H A DMediaControlsBlackBerry.cpp645 RefPtr<MediaControlEmbeddedPanelElement> embedPanel = MediaControlEmbeddedPanelElement::create(document); local
651 embedPanel->appendChild(playButton.release(), ec, AttachLazily);
683 embedPanel->appendChild(timelineContainer.release(), ec, AttachLazily);
689 embedPanel->appendChild(fullScreenButton.release(), ec, AttachLazily);
715 embedPanel->appendChild(volumeControlContainer.release(), ec, AttachLazily);
806 controls->m_embeddedPanel = embedPanel.get();
807 controls->appendChild(embedPanel.release(), ec, AttachLazily);

Completed in 70 milliseconds