Home | History | Annotate | Download | only in dom

Lines Matching refs:oldURL

4795 void Document::enqueueHashchangeEvent(const String& oldURL, const String& newURL)
4797 enqueueWindowEvent(HashChangeEvent::create(oldURL, newURL));