Searched refs:storageEventURL (Results 1 – 2 of 2) sorted by relevance
53 static const WebURL* currentStorageEventURL() { return storageEventURL; } in currentStorageEventURL()62 m_existingStorageEventURL = storageEventURL; in ScopedStorageEventURL()63 storageEventURL = &url; in ScopedStorageEventURL()67 storageEventURL = m_existingStorageEventURL; in ~ScopedStorageEventURL()74 static const WebURL* storageEventURL; variable
43 const WebURL* WebStorageAreaImpl::storageEventURL = 0; member in WebKit::WebStorageAreaImpl