Home
last modified time | relevance | path

Searched refs:m_needWidgetUpdate (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLMediaElement.h156 void setNeedWidgetUpdate(bool needWidgetUpdate) { m_needWidgetUpdate = needWidgetUpdate; } in setNeedWidgetUpdate()
414 bool m_needWidgetUpdate : 1; variable
DHTMLMediaElement.cpp174 , m_needWidgetUpdate(false) in HTMLMediaElement()
385 m_needWidgetUpdate = true; in attach()
2514 if (m_proxyWidget || (inDocument() && !m_needWidgetUpdate)) in createMediaPlayerProxy()
2534 m_needWidgetUpdate = false; in createMediaPlayerProxy()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1071899 * html/HTMLEmbedElement.h: Added an m_needWidgetUpdate member needed to
71904 m_needWidgetUpdate.
71912 m_needWidgetUpdate.
DChangeLog-2009-06-1637081 (WebCore::HTMLMediaElement::HTMLMediaElement): Initialize m_needWidgetUpdate.
37086 (WebCore::HTMLMediaElement::attach): Set m_needWidgetUpdate when PLUGIN_PROXY_FOR_VIDEO
37098 * html/HTMLMediaElement.h: Declare new methods for proxy, add m_needWidgetUpdate.