Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/plugins/
DPluginView.h121 , m_shouldAllowPopups(shouldAllowPopups) { } in PluginRequest()
126 bool shouldAllowPopups() const { return m_shouldAllowPopups; } in shouldAllowPopups()
131 bool m_shouldAllowPopups; variable