Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderListBox.h86 virtual void stopAutoscroll();
DRenderBox.h329 virtual void stopAutoscroll() { } in stopAutoscroll() function
DRenderListBox.cpp550 void RenderListBox::stopAutoscroll() in stopAutoscroll() function in WebCore::RenderListBox
/external/webkit/Source/WebCore/page/
DEventHandler.cpp995 toRenderBox(autoscrollRenderer())->stopAutoscroll(); in stopAutoscrollTimer()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3112911 (WebCore::RenderObject::stopAutoscroll):
15476 …(WebCore::RenderListBox::stopAutoscroll): Added. Tells the select element to fire onChange. This…
15484 …we don't try to use the pointer to that renderer to call stopAutoscroll. This is done so a render…
15486 * rendering/RenderObject.h: (WebCore::RenderObject::stopAutoscroll): Added.
DChangeLog-2009-06-166892 (WebCore::RenderListBox::stopAutoscroll):
49548 (WebCore::RenderBox::stopAutoscroll):
DChangeLog-2007-10-1462908 (WebCore::RenderListBox::stopAutoscroll): Removed an unneeded nil check