Searched defs:SecurityOriginHash (Results 1 – 1 of 1) sorted by relevance
38 struct SecurityOriginHash { struct39 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()86 typedef WebCore::SecurityOriginHash Hash; argument