Home
last modified time | relevance | path

Searched refs:SecurityOrigin (Results 1 – 25 of 789) sorted by relevance

12345678910>>...32

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/storage/
H A DDatabaseTracker.h49 class SecurityOrigin; variable
105 unsigned long long usageForOrigin(SecurityOrigin*);
106 unsigned long long quotaForOrigin(SecurityOrigin*);
107 void setQuota(SecurityOrigin*, unsigned long long);
110 bool deleteOrigin(SecurityOrigin*);
118 bool hasEntryForOrigin(SecurityOrigin*);
130 String originPath(SecurityOrigin*) const;
167 bool canDeleteOrigin(SecurityOrigin *origin);
168 bool deletingOrigin(SecurityOrigin *origin);
169 void recordDeletingOrigin(SecurityOrigin *origin);
[all …]
H A DOriginQuotaManager.h53 void trackOrigin(PassRefPtr<SecurityOrigin>);
54 bool tracksOrigin(SecurityOrigin*) const;
55 void addDatabase(SecurityOrigin*, const String& databaseIdentifier, const String& fullPath);
56 void removeDatabase(SecurityOrigin*, const String& databaseIdentifier);
57 void removeOrigin(SecurityOrigin*);
60 unsigned long long diskUsage(SecurityOrigin*) const;
68 typedef HashMap<RefPtr<SecurityOrigin>, OriginUsageRecord*, SecurityOriginHash> OriginUsageMap;
H A DDatabaseTracker.cpp141 SecurityOrigin* origin = context->securityOrigin(); in canEstablishDatabase()
193 bool DatabaseTracker::hasEntryForOriginNoLock(SecurityOrigin* origin) in hasEntryForOriginNoLock()
200 bool DatabaseTracker::hasEntryForOrigin(SecurityOrigin* origin) in hasEntryForOrigin()
229 SecurityOrigin* origin = database->securityOrigin(); in getMaxSizeForDatabase()
268 String DatabaseTracker::originPath(SecurityOrigin* origin) const in originPath()
355 …RefPtr<SecurityOrigin> origin = SecurityOrigin::createFromDatabaseIdentifier(statement.getColumnTe… in populateOrigins()
737 Vector<RefPtr<SecurityOrigin> > originsCopy; in deleteAllDatabases()
746 bool DatabaseTracker::deleteOrigin(SecurityOrigin* origin) in deleteOrigin()
919 bool DatabaseTracker::canDeleteOrigin(SecurityOrigin *origin) in canDeleteOrigin()
925 bool DatabaseTracker::deletingOrigin(SecurityOrigin *origin) in deletingOrigin()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/weborigin/
H A Dsecurity_origin.cc135 SecurityOrigin::SecurityOrigin(const KURL& url) in SecurityOrigin() function in blink::SecurityOrigin
147 SecurityOrigin::SecurityOrigin(const String& protocol, in SecurityOrigin() function in blink::SecurityOrigin
162 SecurityOrigin::SecurityOrigin(const url::Origin::Nonce& nonce, in SecurityOrigin() function in blink::SecurityOrigin
166 SecurityOrigin::SecurityOrigin(const SecurityOrigin* other, in SecurityOrigin() function in blink::SecurityOrigin
187 SecurityOrigin::SecurityOrigin(const SecurityOrigin* other, in SecurityOrigin() function in blink::SecurityOrigin
231 scoped_refptr<SecurityOrigin> SecurityOrigin::CreateUniqueOpaque() { in CreateUniqueOpaque()
239 scoped_refptr<SecurityOrigin> SecurityOrigin::CreateOpaque( in CreateOpaque()
248 scoped_refptr<SecurityOrigin> SecurityOrigin::CreateFromUrlOrigin( in CreateFromUrlOrigin()
288 scoped_refptr<SecurityOrigin> SecurityOrigin::IsolatedCopy() const { in IsolatedCopy()
333 bool SecurityOrigin::CanAccess(const SecurityOrigin* other, in CanAccess()
[all …]
H A Dsecurity_origin.h59 class PLATFORM_EXPORT SecurityOrigin : public RefCounted<SecurityOrigin> {
60 USING_FAST_MALLOC(SecurityOrigin);
80 const SecurityOrigin* reference_origin);
120 scoped_refptr<SecurityOrigin> IsolatedCopy() const;
162 bool CanAccess(const SecurityOrigin* other) const { in CanAccess()
387 const SecurityOrigin* precursor);
390 SecurityOrigin(const url::Origin::Nonce& nonce,
394 explicit SecurityOrigin(const KURL& url);
402 SecurityOrigin(const SecurityOrigin* other, ConstructIsolatedCopy);
406 SecurityOrigin(const SecurityOrigin* other, ConstructSameThreadCopy);
[all …]
H A Dsecurity_origin_test.cc73 scoped_refptr<SecurityOrigin> file1 = in TEST_F()
732 SecurityOrigin::Create(kurl); in TEST_F()
922 scoped_refptr<SecurityOrigin> opaque = SecurityOrigin::CreateUniqueOpaque(); in TEST_F()
967 scoped_refptr<SecurityOrigin> a = SecurityOrigin::CreateFromString(test.a); in TEST_F()
968 scoped_refptr<SecurityOrigin> b = SecurityOrigin::CreateFromString(test.b); in TEST_F()
998 scoped_refptr<SecurityOrigin> a = in TEST_F()
1000 scoped_refptr<SecurityOrigin> b = in TEST_F()
1095 scoped_refptr<SecurityOrigin> a = SecurityOrigin::CreateFromString(test.a); in TEST_F()
1098 scoped_refptr<SecurityOrigin> b = SecurityOrigin::CreateFromString(test.b); in TEST_F()
1130 scoped_refptr<SecurityOrigin> a = in TEST_F()
[all …]
H A Dsecurity_origin_hash.h46 static unsigned GetHash(const SecurityOrigin* origin) { in GetHash()
66 static unsigned GetHash(const scoped_refptr<const SecurityOrigin>& origin) { in GetHash()
70 static bool Equal(const SecurityOrigin* a, const SecurityOrigin* b) { in Equal()
76 static bool Equal(const SecurityOrigin* a, in Equal()
77 const scoped_refptr<const SecurityOrigin>& b) { in Equal()
80 static bool Equal(const scoped_refptr<const SecurityOrigin>& a, in Equal()
81 const SecurityOrigin* b) { in Equal()
84 static bool Equal(const scoped_refptr<const SecurityOrigin>& a, in Equal()
85 const scoped_refptr<const SecurityOrigin>& b) { in Equal()
H A Dsecurity_policy.h42 class SecurityOrigin; variable
70 const SecurityOrigin& source_origin,
78 const SecurityOrigin& source_origin,
86 const SecurityOrigin& source_origin);
89 static bool IsOriginAccessAllowed(const SecurityOrigin* active_origin,
90 const SecurityOrigin* target_origin);
91 static bool IsOriginAccessToURLAllowed(const SecurityOrigin* active_origin,
95 static bool IsOriginTrustworthySafelisted(const SecurityOrigin&);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/weborigin/
H A Dsecurity_origin.cc140 SecurityOrigin::SecurityOrigin(const KURL& url) in SecurityOrigin() function in blink::SecurityOrigin
173 SecurityOrigin::SecurityOrigin(const url::Origin::Nonce& nonce, in SecurityOrigin() function in blink::SecurityOrigin
177 SecurityOrigin::SecurityOrigin(const SecurityOrigin* other, in SecurityOrigin() function in blink::SecurityOrigin
198 SecurityOrigin::SecurityOrigin(const SecurityOrigin* other, in SecurityOrigin() function in blink::SecurityOrigin
238 scoped_refptr<SecurityOrigin> SecurityOrigin::Create(const KURL& url) { in Create()
242 scoped_refptr<SecurityOrigin> SecurityOrigin::CreateUniqueOpaque() { in CreateUniqueOpaque()
250 scoped_refptr<SecurityOrigin> SecurityOrigin::CreateOpaque( in CreateOpaque()
259 scoped_refptr<SecurityOrigin> SecurityOrigin::CreateFromUrlOrigin( in CreateFromUrlOrigin()
304 scoped_refptr<SecurityOrigin> SecurityOrigin::IsolatedCopy() const { in IsolatedCopy()
349 bool SecurityOrigin::CanAccess(const SecurityOrigin* other, in CanAccess()
[all …]
H A Dsecurity_origin.h59 class PLATFORM_EXPORT SecurityOrigin : public RefCounted<SecurityOrigin> {
60 USING_FAST_MALLOC(SecurityOrigin);
80 const SecurityOrigin* reference_origin);
113 scoped_refptr<SecurityOrigin> IsolatedCopy() const;
155 bool CanAccess(const SecurityOrigin* other) const { in CanAccess()
380 const SecurityOrigin* precursor);
383 SecurityOrigin(const url::Origin::Nonce& nonce,
387 explicit SecurityOrigin(const KURL& url);
391 SecurityOrigin(const SecurityOrigin* other, ConstructIsolatedCopy);
395 SecurityOrigin(const SecurityOrigin* other, ConstructSameThreadCopy);
[all …]
H A Dsecurity_origin_test.cc73 scoped_refptr<SecurityOrigin> file1 = in TEST_F()
732 SecurityOrigin::Create(kurl); in TEST_F()
922 scoped_refptr<SecurityOrigin> opaque = SecurityOrigin::CreateUniqueOpaque(); in TEST_F()
967 scoped_refptr<SecurityOrigin> a = SecurityOrigin::CreateFromString(test.a); in TEST_F()
968 scoped_refptr<SecurityOrigin> b = SecurityOrigin::CreateFromString(test.b); in TEST_F()
998 scoped_refptr<SecurityOrigin> a = in TEST_F()
1000 scoped_refptr<SecurityOrigin> b = in TEST_F()
1095 scoped_refptr<SecurityOrigin> a = SecurityOrigin::CreateFromString(test.a); in TEST_F()
1098 scoped_refptr<SecurityOrigin> b = SecurityOrigin::CreateFromString(test.b); in TEST_F()
1130 scoped_refptr<SecurityOrigin> a = in TEST_F()
[all …]
H A Dsecurity_origin_hash.h46 static unsigned GetHash(const SecurityOrigin* origin) { in GetHash()
66 static unsigned GetHash(const scoped_refptr<const SecurityOrigin>& origin) { in GetHash()
70 static bool Equal(const SecurityOrigin* a, const SecurityOrigin* b) { in Equal()
76 static bool Equal(const SecurityOrigin* a, in Equal()
77 const scoped_refptr<const SecurityOrigin>& b) { in Equal()
80 static bool Equal(const scoped_refptr<const SecurityOrigin>& a, in Equal()
81 const SecurityOrigin* b) { in Equal()
84 static bool Equal(const scoped_refptr<const SecurityOrigin>& a, in Equal()
85 const scoped_refptr<const SecurityOrigin>& b) { in Equal()
H A Dsecurity_policy.cc120 if (SecurityOrigin::ShouldUseInnerURL(url)) in GenerateReferrer()
138 SecurityOrigin::Create(url); in GenerateReferrer()
149 SecurityOrigin::Create(url); in GenerateReferrer()
166 SecurityOrigin::Create(url); in GenerateReferrer()
202 const SecurityOrigin& origin) { in IsOriginTrustworthySafelisted()
232 const SecurityOrigin* active_origin, in IsOriginAccessAllowed()
233 const SecurityOrigin* target_origin) { in IsOriginAccessAllowed()
242 const SecurityOrigin* active_origin, in IsOriginAccessToURLAllowed()
251 const SecurityOrigin& source_origin, in AddOriginAccessAllowListEntry()
266 const SecurityOrigin& source_origin, in AddOriginAccessBlockListEntry()
[all …]
H A Dsecurity_policy.h42 class SecurityOrigin; variable
78 const SecurityOrigin& source_origin,
86 const SecurityOrigin& source_origin,
94 const SecurityOrigin& source_origin);
97 static bool IsOriginAccessAllowed(const SecurityOrigin* active_origin,
98 const SecurityOrigin* target_origin);
99 static bool IsOriginAccessToURLAllowed(const SecurityOrigin* active_origin,
103 static bool IsOriginTrustworthySafelisted(const SecurityOrigin&);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DSecurityOrigin.cpp68 SecurityOrigin::SecurityOrigin(const KURL& url, SandboxFlags sandboxFlags) in SecurityOrigin() function in WebCore::SecurityOrigin
132 SecurityOrigin::SecurityOrigin(const SecurityOrigin* other) in SecurityOrigin() function in WebCore::SecurityOrigin
160 PassRefPtr<SecurityOrigin> SecurityOrigin::createEmpty() in createEmpty()
165 PassRefPtr<SecurityOrigin> SecurityOrigin::threadsafeCopy() in threadsafeCopy()
201 bool SecurityOrigin::canAccess(const SecurityOrigin* other) const in canAccess()
249 bool SecurityOrigin::passesFileCheck(const SecurityOrigin* other) const in passesFileCheck()
267 RefPtr<SecurityOrigin> targetOrigin = SecurityOrigin::create(url); in canRequest()
328 RefPtr<SecurityOrigin> targetOrigin = SecurityOrigin::create(url); in isAccessToURLWhiteListed()
381 RefPtr<SecurityOrigin> other = SecurityOrigin::create(url); in isSecureTransitionTo()
473 bool SecurityOrigin::equal(const SecurityOrigin* other) const in equal()
[all …]
H A DSecurityOrigin.h41 class SecurityOrigin : public ThreadSafeRefCounted<SecurityOrigin> {
44 static PassRefPtr<SecurityOrigin> createFromString(const String&);
47 static PassRefPtr<SecurityOrigin> createEmpty();
51 PassRefPtr<SecurityOrigin> threadsafeCopy();
71 bool canAccess(const SecurityOrigin*) const;
175 bool equal(const SecurityOrigin*) const;
179 bool isSameSchemeHostPort(const SecurityOrigin*) const;
197 SecurityOrigin(const KURL&, SandboxFlags);
198 explicit SecurityOrigin(const SecurityOrigin*);
201 bool passesFileCheck(const SecurityOrigin*) const;
[all …]
H A DSecurityOriginHash.h39 static unsigned hash(SecurityOrigin* origin) in hash()
48 static unsigned hash(const RefPtr<SecurityOrigin>& origin) in hash()
53 static bool equal(SecurityOrigin* a, SecurityOrigin* b) in equal()
63 static bool equal(SecurityOrigin* a, const RefPtr<SecurityOrigin>& b) in equal()
67 static bool equal(const RefPtr<SecurityOrigin>& a, SecurityOrigin* b) in equal()
71 static bool equal(const RefPtr<SecurityOrigin>& a, const RefPtr<SecurityOrigin>& b) in equal()
/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Dsecurity_origin.cpp44 SecurityOrigin::SecurityOrigin(const QUrl &url) : in SecurityOrigin() function in khtml::SecurityOrigin
69 SecurityOrigin::SecurityOrigin(const SecurityOrigin *other) : in SecurityOrigin() function in khtml::SecurityOrigin
79 bool SecurityOrigin::isEmpty() const in isEmpty()
84 SecurityOrigin *SecurityOrigin::create(const QUrl &url) in create()
89 return new SecurityOrigin(url); in create()
92 SecurityOrigin *SecurityOrigin::createEmpty() in createEmpty()
103 bool SecurityOrigin::canAccess(const SecurityOrigin *other) const in canAccess()
150 WTF::RefPtr<SecurityOrigin> targetOrigin = SecurityOrigin::create(url); in canRequest()
183 void SecurityOrigin::makeUnique() in makeUnique()
215 SecurityOrigin *SecurityOrigin::createFromString(const QString &originString) in createFromString()
[all …]
H A Dsecurity_origin.h39 class SecurityOrigin : public Shared<SecurityOrigin>
42 static SecurityOrigin *createFromString(const QString &);
43 static SecurityOrigin *create(const QUrl &);
44 static SecurityOrigin *createEmpty();
76 bool canAccess(const SecurityOrigin *) const;
120 bool isSameSchemeHostPort(const SecurityOrigin *) const;
123 SecurityOrigin(const QUrl &);
124 explicit SecurityOrigin(const SecurityOrigin *);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/mojo/
H A Dsecurity_origin_mojom_traits.h20 const scoped_refptr<const ::blink::SecurityOrigin>& origin) { in nonce_if_opaque()
23 static scoped_refptr<blink::SecurityOrigin> CreateSecurityOrigin( in CreateSecurityOrigin()
26 scoped_refptr<blink::SecurityOrigin> tuple_origin; in CreateSecurityOrigin()
28 tuple_origin = blink::SecurityOrigin::CreateFromValidTuple( in CreateSecurityOrigin()
34 tuple_origin = blink::SecurityOrigin::CreateOpaque( in CreateSecurityOrigin()
40 const scoped_refptr<const ::blink::SecurityOrigin>& origin) { in GetOriginOrPrecursorOriginIfOpaque()
47 scoped_refptr<const ::blink::SecurityOrigin>> {
49 const scoped_refptr<const ::blink::SecurityOrigin>& origin) {
54 const scoped_refptr<const ::blink::SecurityOrigin>& origin) {
58 const scoped_refptr<const ::blink::SecurityOrigin>& origin) {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/mojo/
H A Dsecurity_origin_mojom_traits.h20 const scoped_refptr<const ::blink::SecurityOrigin>& origin) { in nonce_if_opaque()
23 static scoped_refptr<blink::SecurityOrigin> CreateSecurityOrigin( in CreateSecurityOrigin()
26 scoped_refptr<blink::SecurityOrigin> tuple_origin; in CreateSecurityOrigin()
33 tuple_origin = blink::SecurityOrigin::Create( in CreateSecurityOrigin()
38 tuple_origin = blink::SecurityOrigin::CreateOpaque( in CreateSecurityOrigin()
44 const scoped_refptr<const ::blink::SecurityOrigin>& origin) { in GetOriginOrPrecursorOriginIfOpaque()
51 scoped_refptr<const ::blink::SecurityOrigin>> {
53 const scoped_refptr<const ::blink::SecurityOrigin>& origin) {
58 const scoped_refptr<const ::blink::SecurityOrigin>& origin) {
62 const scoped_refptr<const ::blink::SecurityOrigin>& origin) {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/indexeddb/
H A Dindexeddb.go17 SecurityOrigin string `json:"securityOrigin"` // Security origin. member
32 SecurityOrigin: securityOrigin,
45 SecurityOrigin string `json:"securityOrigin"` // Security origin. member
58 SecurityOrigin: securityOrigin,
71 SecurityOrigin string `json:"securityOrigin"` member
88 SecurityOrigin: securityOrigin,
154 SecurityOrigin: securityOrigin,
208 SecurityOrigin: securityOrigin,
238 SecurityOrigin string `json:"securityOrigin"` // Security origin. member
251 SecurityOrigin: securityOrigin,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/exported/
H A Dweb_security_origin.cc41 return WebSecurityOrigin(SecurityOrigin::CreateFromString(origin)); in CreateFromString()
45 return WebSecurityOrigin(SecurityOrigin::Create(url)); in Create()
49 return WebSecurityOrigin(SecurityOrigin::CreateUniqueOpaque()); in CreateUniqueOpaque()
116 WebSecurityOrigin::WebSecurityOrigin(scoped_refptr<const SecurityOrigin> origin) in WebSecurityOrigin()
120 scoped_refptr<const SecurityOrigin> origin) { in operator =()
125 WebSecurityOrigin::operator scoped_refptr<const SecurityOrigin>() const { in operator scoped_refptr<const SecurityOrigin>()
129 const SecurityOrigin* WebSecurityOrigin::Get() const { in Get()
134 *this = SecurityOrigin::CreateFromUrlOrigin(origin); in WebSecurityOrigin()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/exported/
H A Dweb_security_origin.cc41 return WebSecurityOrigin(SecurityOrigin::CreateFromString(origin)); in CreateFromString()
45 return WebSecurityOrigin(SecurityOrigin::Create(url)); in Create()
49 return WebSecurityOrigin(SecurityOrigin::CreateUniqueOpaque()); in CreateUniqueOpaque()
122 WebSecurityOrigin::WebSecurityOrigin(scoped_refptr<const SecurityOrigin> origin) in WebSecurityOrigin()
126 scoped_refptr<const SecurityOrigin> origin) { in operator =()
131 WebSecurityOrigin::operator scoped_refptr<const SecurityOrigin>() const { in operator scoped_refptr<const SecurityOrigin>()
135 const SecurityOrigin* WebSecurityOrigin::Get() const { in Get()
140 *this = SecurityOrigin::CreateFromUrlOrigin(origin); in WebSecurityOrigin()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebDatabaseManager.cpp76 Vector<RefPtr<SecurityOrigin> > origins; in getDatabasesByOrigin()
116 Vector<RefPtr<SecurityOrigin> > origins; in getDatabaseOrigins()
131 RefPtr<SecurityOrigin> origin = SecurityOrigin::createFromDatabaseIdentifier(originIdentifier); in deleteDatabaseWithNameForOrigin()
142 RefPtr<SecurityOrigin> origin = SecurityOrigin::createFromDatabaseIdentifier(originIdentifier); in deleteDatabasesForOrigin()
164 RefPtr<SecurityOrigin> origin = SecurityOrigin::createFromDatabaseIdentifier(originIdentifier); in setQuotaForOrigin()
171 void WebDatabaseManager::dispatchDidModifyOrigin(SecurityOrigin* origin) in dispatchDidModifyOrigin()
177 void WebDatabaseManager::dispatchDidModifyDatabase(WebCore::SecurityOrigin* origin, const String& d… in dispatchDidModifyDatabase()

12345678910>>...32