Searched refs:setCanStartMedia (Results 1 – 10 of 10) sorted by relevance
136 void setCanStartMedia(bool);
475 void Page::setCanStartMedia(bool canStartMedia) in setCanStartMedia() function in WebCore::Page
200 m_page->setCanStartMedia(false); in WebPage()1221 m_page->setCanStartMedia(false); in setIsInWindow()1224 m_page->setCanStartMedia(true); in setIsInWindow()
739 _private->page->setCanStartMedia([self window]);3337 _private->page->setCanStartMedia(false);3357 _private->page->setCanStartMedia(true);
3026 // FIXME: This accomplishes the same thing as the call to setCanStartMedia(false) in3047 // FIXME: This accomplishes the same thing as the call to setCanStartMedia(true) in
5963 m_page->setCanStartMedia(canStartPlugins); in setCanStartPlugins()
6090 (WebView::setCanStartPlugins): Change to call setCanStartMedia.
11420 Call setCanStartMedia right away so that if this view is not in a window, it11422 (-[WebView viewWillMoveToWindow:]): Call setCanStartMedia(false) when moving11424 (-[WebView viewDidMoveToWindow]): Call setCanStartMedia(true) when moved to
8743 (WebCore::Page::setCanStartMedia):11657 Page::setCanStartMedia does not properly handle the case where a media listener is removed11665 (WebCore::Page::setCanStartMedia): Change algorithm so we notify listeners47408 * WebCore.base.exp: Added Page::setCanStartMedia and resorted.47424 (WebCore::Page::setCanStartMedia): Renamed plugin to media and moved
17536 (WebKit::WebPage::WebPage): Call setCanStartMedia(false) since the rest of the code