HomeSort by relevance Sort by last modified time
    Searched refs:oldURL (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/dom/
HashChangeEvent.h 33 static PassRefPtr<HashChangeEvent> create(const String& oldURL, const String& newURL)
35 return adoptRef(new HashChangeEvent(oldURL, newURL));
38 void initHashChangeEvent(const AtomicString& eventType, bool canBubble, bool cancelable, const String& oldURL, const String& newURL)
45 m_oldURL = oldURL;
49 const String& oldURL() const { return m_oldURL; }
53 HashChangeEvent(const String& oldURL, const String& newURL)
55 , m_oldURL(oldURL)
HashChangeEvent.idl 29 in DOMString oldURL,
31 readonly attribute DOMString oldURL;
Document.h     [all...]
Document.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
DocumentLoader.cpp 177 KURL oldURL = m_request.url();
182 if (!handlingUnreachableURL && !req.url().isNull() && oldURL != req.url())
FrameLoader.cpp     [all...]

Completed in 205 milliseconds