Home
last modified time | relevance | path

Searched refs:ScheduledLocationChange (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DNavigationScheduler.cpp153 class ScheduledLocationChange FINAL : public ScheduledURLNavigation {
155ScheduledLocationChange(Document* originDocument, const String& url, const Referrer& referrer, boo… in ScheduledLocationChange() function in blink::FINAL
321 …schedule(adoptPtr(new ScheduledLocationChange(originDocument, url, referrer, lockBackForwardList))… in scheduleLocationChange()