Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/history/
DCachedFrame.cpp143 frame->clearTimers(); in CachedFrame()
242 Frame::clearTimers(m_view.get(), m_document.get()); in destroy()
/external/webkit/Source/WebCore/page/
DFrame.h177 void clearTimers();
178 static void clearTimers(FrameView*, Document*);
DFrame.cpp655 void Frame::clearTimers(FrameView *view, Document *document) in clearTimers() function in WebCore::Frame
666 void Frame::clearTimers() in clearTimers() function in WebCore::Frame
668 clearTimers(m_view.get(), document()); in clearTimers()
/external/webkit/Source/WebCore/
DChangeLog-2003-10-252297 (KWQKHTMLPart::clearTimers):
17459 - fixed 3126513 -- crash in KWQKHTMLPart::clearTimers() deallocating KWQPageState
17464 of clearTimers that takes a view parameter.
17467 (KWQKHTMLPart::clearTimers): Add the overload that takes the view parameter.
17476 …(-[KWQPageState dealloc]): Call the new clearTimers that takes a view parameter. This should fix t…
17759 …current event, so [NSApp currentEvent] won't cut it. Also add clearTimers, passSubframeEventToSubf…
17774 … (KWQKHTMLPart::clearTimers): Added. Checks for null view, which fixes the crash on exit above.
17786 …(-[WebCoreBridge saveDocumentToPageCache]): Call clearTimers on the part now, instead of the docum…
17791 …-[KWQPageState initWithDocument:URL:windowProperties:locationProperties:]): Call clearTimers on the
17799 … * khtml/html/html_documentimpl.h: Remove clearTimers(). We don't need it here in APPLE_CHANGES.
[all …]
DChangeLog-2006-05-1021578 (WebCore::Frame::clearTimers):
29980 (Frame::clearTimers):
34809 (Frame::clearTimers):
35874 (MacFrame::clearTimers):
DChangeLog-2008-08-103436 …(WebCore::Frame::clearTimers): Ask to stop the autoscroll timer when we clear the timers from the …
3438 …(WebCore::FrameLoader::scrollToAnchor): When the link is an anchor we Frame::clearTimers() isn't c…
11943 (WebCore::Frame::clearTimers):
29254 document into Frame::clearTimers.
29261 (WebCore::Frame::clearTimers):
77896 (WebCore::Frame::clearTimers):
DChangeLog-2009-06-1624957 (WebCore::Frame::clearTimers):
49531 (WebCore::Frame::clearTimers):
52828 (WebCore::Frame::clearTimers):
DChangeLog-2005-08-2355366 (KWQKHTMLPart::clearTimers):
58650 (KWQKHTMLPart::clearTimers):
DChangeLog-2007-10-1442419 (WebCore::Frame::clearTimers):