Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DEventHandler.cpp711 stopAutoscrollTimer(); in handleMouseReleaseEvent()
789 stopAutoscrollTimer(); in autoscrollTimerFired()
795 stopAutoscrollTimer(); in autoscrollTimerFired()
803 stopAutoscrollTimer(); in autoscrollTimerFired()
973 void EventHandler::stopAutoscrollTimer(bool rendererIsBeingDestroyed) in stopAutoscrollTimer() function in WebCore::EventHandler
978 subframe->eventHandler()->stopAutoscrollTimer(rendererIsBeingDestroyed); in stopAutoscrollTimer()
1398 stopAutoscrollTimer(); in handleMousePressEvent()
1676 stopAutoscrollTimer(); in handleMouseReleaseEvent()
2434 stopAutoscrollTimer(); in keyEvent()
H A DEventHandler.h110 void stopAutoscrollTimer(bool rendererIsBeingDestroyed = false);
H A DFocusController.cpp136 focusedOrMainFrame()->eventHandler()->stopAutoscrollTimer(); in setFocused()
H A DFrame.cpp700 view->frame()->eventHandler()->stopAutoscrollTimer(); in clearTimers()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp2101 frame()->eventHandler()->stopAutoscrollTimer(true); in destroy()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp1236 m_frame->eventHandler()->stopAutoscrollTimer(); in loadInSameDocument()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2006-12-316435 (WebCore::EventHandler::stopAutoscrollTimer):
15483 …* page/Frame.cpp: (WebCore::Frame::stopAutoscrollTimer): Added rendererIsBeingDestroyed argument, …
15487 …* rendering/RenderObject.cpp: (WebCore::RenderObject::destroy): Calls stopAutoscrollTimer with ren…
23829 (WebCore::Frame::stopAutoscrollTimer): ditto.
23830 …* page/Frame.h: Made autoscrollRenderer and stopAutoscrollTimer public, so the renderer being auto…
25030 (WebCore::Frame::stopAutoscrollTimer):
25062 (WebCore::Frame::stopAutoscrollTimer):
26740 (WebCore::Frame::stopAutoscrollTimer): ditto.
H A DChangeLog-2009-06-1624621 (WebCore::EventHandler::stopAutoscrollTimer):
49369 (WebCore::EventHandler::stopAutoscrollTimer):
49526 (WebCore::EventHandler::stopAutoscrollTimer):
78405 (WebCore::EventHandler::stopAutoscrollTimer):
95959 …(WebCore::EventHandler::stopAutoscrollTimer): Change the cursor back to the regular arrow cursor w…
H A DChangeLog-2006-05-103727 * page/Frame.cpp: (WebCore::Frame::stopAutoscrollTimer): Clear out pointer to layer.
13598 (WebCore::Frame::stopAutoscrollTimer): Added.
H A DChangeLog-2008-08-102968 (WebCore::EventHandler::stopAutoscrollTimer):
3408 …<rdar://6092952> "REGRESSION: Crash beneath EventHandler::stopAutoscrollTimer() when closing Gmail"
3412 (WebCore::EventHandler::stopAutoscrollTimer):
5786 …(WebCore::EventHandler::stopAutoscrollTimer): Specify the calls to perform for each function (auto…
H A DChangeLog-2007-10-1462188 (WebCore::EventHandler::stopAutoscrollTimer): Added nil-check.
H A DChangeLog4713 (WebCore::EventHandler::stopAutoscrollTimer):
H A DChangeLog-2010-01-2981174 (WebCore::EventHandler::stopAutoscrollTimer): Clear the pan scrolling in progress flag.