Home | History | Annotate | Download | only in dom

Lines Matching refs:oldURL

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