DoesNotMatchOrigin 3936 Source/core/dom/Document.cpp if (result == OriginAccessEntry::DoesNotMatchOrigin) { DoesNotMatchOrigin 66 Source/platform/weborigin/OriginAccessEntry.cpp return DoesNotMatchOrigin; DoesNotMatchOrigin 78 Source/platform/weborigin/OriginAccessEntry.cpp return DoesNotMatchOrigin; DoesNotMatchOrigin 82 Source/platform/weborigin/OriginAccessEntry.cpp return DoesNotMatchOrigin; DoesNotMatchOrigin 86 Source/platform/weborigin/OriginAccessEntry.cpp return DoesNotMatchOrigin; DoesNotMatchOrigin 77 Source/platform/weborigin/OriginAccessEntryTest.cpp EXPECT_EQ(OriginAccessEntry::DoesNotMatchOrigin, entry2.matchesOrigin(*origin)); DoesNotMatchOrigin 100 Source/platform/weborigin/SecurityPolicy.cpp if (list->at(i).matchesOrigin(*targetOrigin) != OriginAccessEntry::DoesNotMatchOrigin)