OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_didBlockEntirePage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditorDelegate.cpp
46
message.append(
m_didBlockEntirePage
? "blocked access to" : "refused to execute a script in");
50
message.append(
m_didBlockEntirePage
? "the source code of a script" : "its source code");
106
if (xssInfo.
m_didBlockEntirePage
)
112
frameLoader.client()->didDetectXSS(m_document->url(), xssInfo.
m_didBlockEntirePage
);
118
if (xssInfo.
m_didBlockEntirePage
)
XSSAuditorDelegate.h
52
bool
m_didBlockEntirePage
;
60
,
m_didBlockEntirePage
(didBlockEntirePage)
Completed in 23 milliseconds