Home | History | Annotate | Download | only in page

Lines Matching refs:SecurityOrigin

33 #include "SecurityOrigin.h"
39 static unsigned hash(SecurityOrigin* origin)
48 static unsigned hash(const RefPtr<SecurityOrigin>& origin)
53 static bool equal(SecurityOrigin* a, SecurityOrigin* b)
57 // SecurityOrigin as mentioned in SecurityOrigin.h so we don't accidentally change
63 static bool equal(SecurityOrigin* a, const RefPtr<SecurityOrigin>& b)
67 static bool equal(const RefPtr<SecurityOrigin>& a, SecurityOrigin* b)
71 static bool equal(const RefPtr<SecurityOrigin>& a, const RefPtr<SecurityOrigin>& b)