Home
last modified time | relevance | path

Searched refs:m_mediaPlaybackAllowsInline (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
DSettings.h485 void setMediaPlaybackAllowsInline(bool flag) { m_mediaPlaybackAllowsInline = flag; }; in setMediaPlaybackAllowsInline()
486 bool mediaPlaybackAllowsInline() const { return m_mediaPlaybackAllowsInline; } in mediaPlaybackAllowsInline()
643 bool m_mediaPlaybackAllowsInline : 1; variable
DSettings.cpp205 , m_mediaPlaybackAllowsInline(true) in Settings()