HomeSort by relevance Sort by last modified time
    Searched refs:SubresourceIntegrity (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/frame/
SubresourceIntegrityTest.cpp 6 #include "core/frame/SubresourceIntegrity.h"
39 EXPECT_TRUE(SubresourceIntegrity::CheckSubresourceIntegrity(*scriptElement, kBasicScript, secureKURL));
41 EXPECT_TRUE(SubresourceIntegrity::CheckSubresourceIntegrity(*scriptElement, kBasicScript, secureKURL));
43 EXPECT_TRUE(SubresourceIntegrity::CheckSubresourceIntegrity(*scriptElement, kBasicScript, secureKURL));
47 EXPECT_FALSE(SubresourceIntegrity::CheckSubresourceIntegrity(*scriptElement, kBasicScript, secureKURL));
53 EXPECT_FALSE(SubresourceIntegrity::CheckSubresourceIntegrity(*scriptElement, kBasicScript, secureKURL));
55 EXPECT_FALSE(SubresourceIntegrity::CheckSubresourceIntegrity(*scriptElement, kBasicScript, insecureKURL));
58 EXPECT_FALSE(SubresourceIntegrity::CheckSubresourceIntegrity(*scriptElement, kBasicScript, insecureKURL));
68 EXPECT_FALSE(SubresourceIntegrity::parseIntegrityAttribute(attribute, integrity, algorithm));
72 EXPECT_TRUE(SubresourceIntegrity::parseIntegrityAttribute(attribute, integrity, algorithm))
    [all...]
SubresourceIntegrity.h 19 class SubresourceIntegrity {
SubresourceIntegrity.cpp 6 #include "core/frame/SubresourceIntegrity.h"
48 bool SubresourceIntegrity::CheckSubresourceIntegrity(const Element& element, const String& source, const KURL& resourceUrl)
103 bool SubresourceIntegrity::parseIntegrityAttribute(const String& attribute, String& integrity, HashAlgorithm& algorithm)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSourceElement.idl 36 [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
HTMLAnchorElement.idl 36 [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
HTMLEmbedElement.idl 37 [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
HTMLLinkElement.idl 40 [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
HTMLScriptElement.idl 32 [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
HTMLTrackElement.idl 42 [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
HTMLIFrameElement.idl 44 [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
HTMLImageElement.idl 52 [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
HTMLObjectElement.idl 56 [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
HTMLMediaElement.idl 97 [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptLoader.cpp 45 #include "core/frame/SubresourceIntegrity.h"
328 if (!SubresourceIntegrity::CheckSubresourceIntegrity(*m_element, sourceCode.source(), sourceCode.resource()->url()))
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 375 third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 375 third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 375 third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 375 third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 375 third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 375 third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 375 third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 375 third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 375 third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 375 third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 375 third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp \
    [all...]

Completed in 515 milliseconds

1 2