Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/testing/runner/
DWebPermissions.cpp80 return enabledPerSettings || m_displayingInsecureContentAllowed; in allowDisplayingInsecureContent()
110 m_displayingInsecureContentAllowed = allowed; in setDisplayingInsecureContentAllowed()
135 m_displayingInsecureContentAllowed = false; in reset()
DWebPermissions.h76 bool m_displayingInsecureContentAllowed; variable