Home
last modified time | relevance | path

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

/external/webkit/WebCore/plugins/
DPluginView.h94 , m_shouldAllowPopups(shouldAllowPopups) { } in PluginRequest()
99 bool shouldAllowPopups() const { return m_shouldAllowPopups; } in shouldAllowPopups()
104 bool m_shouldAllowPopups; variable