HomeSort by relevance Sort by last modified time
    Searched refs:SecurityContext (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
SecurityContext.cpp 28 #include "core/dom/SecurityContext.h"
35 SecurityContext::SecurityContext()
40 SecurityContext::~SecurityContext()
44 void SecurityContext::setSecurityOrigin(PassRefPtr<SecurityOrigin> securityOrigin)
50 void SecurityContext::setContentSecurityPolicy(PassRefPtr<ContentSecurityPolicy> contentSecurityPolicy)
55 bool SecurityContext::isSecureTransitionTo(const KURL& url) const
SecurityContext.h 40 class SecurityContext {
53 SecurityContext();
54 virtual ~SecurityContext();
ExecutionContext.h 33 #include "core/dom/SecurityContext.h"
83 virtual SecurityContext& securityContext() = 0;
Document.h 216 class Document : public ContainerNode, public TreeScope, public SecurityContext, public ExecutionContext
235 using SecurityContext::securityOrigin;
236 using SecurityContext::contentSecurityPolicy;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
NullExecutionContext.h 9 #include "core/dom/SecurityContext.h"
17 class NullExecutionContext FINAL : public RefCountedWillBeGarbageCollectedFinalized<NullExecutionContext>, public SecurityContext, public ExecutionContext {
35 virtual SecurityContext& securityContext() OVERRIDE { return *this; }
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.h 62 class WorkerGlobalScope : public RefCountedWillBeGarbageCollectedFinalized<WorkerGlobalScope>, public SecurityContext, public ExecutionContext, public WillBeHeapSupplementable<WorkerGlobalScope>, public EventTargetWithInlineData, public DOMWindowBase64 {
106 virtual SecurityContext& securityContext() OVERRIDE FINAL { return *this; }
125 using SecurityContext::securityOrigin;
126 using SecurityContext::contentSecurityPolicy;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.h 29 #include "core/dom/SecurityContext.h"
83 InlineStyleOverrideScope(SecurityContext* context)
  /prebuilts/misc/common/swig/include/2.0.11/gcj/
javaprims.i 163 class SecurityContext;
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 125 third_party/WebKit/Source/core/dom/SecurityContext.cpp \
webcore_dom.target.darwin-arm64.mk 125 third_party/WebKit/Source/core/dom/SecurityContext.cpp \
webcore_dom.target.darwin-mips.mk 125 third_party/WebKit/Source/core/dom/SecurityContext.cpp \
webcore_dom.target.darwin-mips64.mk 125 third_party/WebKit/Source/core/dom/SecurityContext.cpp \
webcore_dom.target.darwin-x86.mk 125 third_party/WebKit/Source/core/dom/SecurityContext.cpp \
webcore_dom.target.darwin-x86_64.mk 125 third_party/WebKit/Source/core/dom/SecurityContext.cpp \
webcore_dom.target.linux-arm.mk 125 third_party/WebKit/Source/core/dom/SecurityContext.cpp \
webcore_dom.target.linux-arm64.mk 125 third_party/WebKit/Source/core/dom/SecurityContext.cpp \
webcore_dom.target.linux-mips.mk 125 third_party/WebKit/Source/core/dom/SecurityContext.cpp \
webcore_dom.target.linux-mips64.mk 125 third_party/WebKit/Source/core/dom/SecurityContext.cpp \
webcore_dom.target.linux-x86.mk 125 third_party/WebKit/Source/core/dom/SecurityContext.cpp \
webcore_dom.target.linux-x86_64.mk 125 third_party/WebKit/Source/core/dom/SecurityContext.cpp \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
wdm.h     [all...]

Completed in 848 milliseconds