Home
last modified time | relevance | path

Searched defs:SecurityOriginHash (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
DSecurityOriginHash.h38 struct SecurityOriginHash { struct
39 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