OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MixedContentChecker
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
MixedContentChecker.h
43
class
MixedContentChecker
{
44
WTF_MAKE_NONCOPYABLE(
MixedContentChecker
);
46
MixedContentChecker
(Frame*);
MixedContentChecker.cpp
30
#include "core/loader/
MixedContentChecker
.h"
41
MixedContentChecker
::
MixedContentChecker
(Frame* frame)
46
FrameLoaderClient*
MixedContentChecker
::client() const
52
bool
MixedContentChecker
::isMixedContent(SecurityOrigin* securityOrigin, const KURL& url)
61
bool
MixedContentChecker
::canDisplayInsecureContent(SecurityOrigin* securityOrigin, const KURL& url) const
76
bool
MixedContentChecker
::canRunInsecureContent(SecurityOrigin* securityOrigin, const KURL& url) const
91
void
MixedContentChecker
::logWarning(bool allowed, const String& action, const KURL& target) const
FrameLoader.h
42
#include "core/loader/
MixedContentChecker
.h"
84
MixedContentChecker
*
mixedContentChecker
() const { return &m_mixedContentChecker; }
260
mutable
MixedContentChecker
m_mixedContentChecker;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.cpp
285
if (
MixedContentChecker
::isMixedContent(document->securityOrigin(), xssProtectionReportURL)) {
/external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk
385
third_party/WebKit/Source/core/loader/
MixedContentChecker
.cpp \
[
all
...]
webcore_remaining.target.darwin-mips.mk
385
third_party/WebKit/Source/core/loader/
MixedContentChecker
.cpp \
[
all
...]
webcore_remaining.target.darwin-x86.mk
385
third_party/WebKit/Source/core/loader/
MixedContentChecker
.cpp \
[
all
...]
webcore_remaining.target.linux-arm.mk
385
third_party/WebKit/Source/core/loader/
MixedContentChecker
.cpp \
[
all
...]
webcore_remaining.target.linux-mips.mk
385
third_party/WebKit/Source/core/loader/
MixedContentChecker
.cpp \
[
all
...]
webcore_remaining.target.linux-x86.mk
385
third_party/WebKit/Source/core/loader/
MixedContentChecker
.cpp \
[
all
...]
Completed in 91 milliseconds