Lines Matching full:securityorigin
39 #include "SecurityOrigin.h"
82 storageEvent(key, oldValue, value, m_storageType, frame->document()->securityOrigin(), frame);
91 storageEvent(key, oldValue, String(), m_storageType, frame->document()->securityOrigin(), frame);
100 storageEvent(String(), String(), String(), m_storageType, frame->document()->securityOrigin(), frame);
110 void StorageAreaProxy::storageEvent(const String& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin* securityOrigin, Frame* sourceFrame)
122 if (sourceFrame != frame && frame->document()->securityOrigin()->equal(securityOrigin))
134 if (sourceFrame != frame && frame->document()->securityOrigin()->equal(securityOrigin))