Searched defs:willStartLiveResize (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollAnimator.h85 virtual void willStartLiveResize() { } function in class:blink::ScrollAnimator
H A DScrollableArea.cpp259 void ScrollableArea::willStartLiveResize() function in class:blink::ScrollableArea
265 scrollAnimator->willStartLiveResize();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPopupMenuImpl.cpp176 void WebPopupMenuImpl::willStartLiveResize() function in class:blink::WebPopupMenuImpl
H A DWebPluginContainerImpl.cpp652 void WebPluginContainerImpl::willStartLiveResize() function in class:blink::WebPluginContainerImpl
655 m_scrollbarGroup->willStartLiveResize();
H A DWebViewImpl.cpp1633 void WebViewImpl::willStartLiveResize() function in class:WebViewImpl
1636 mainFrameImpl()->frameView()->willStartLiveResize();
1641 pluginContainer->willStartLiveResize();
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidget.h66 // drags a resizer then willStartLiveResize will be called, followed by a
69 virtual void willStartLiveResize() { } function in class:blink::WebWidget
82 // willStartLiveResize.

Completed in 260 milliseconds