OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_allowself
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPSourceList.h
54
bool
m_allowSelf
;
CSPSourceList.cpp
38
,
m_allowSelf
(false)
53
if (
m_allowSelf
&& m_policy->urlMatchesSelf(effectiveURL))
459
m_allowSelf
= true;
Completed in 945 milliseconds