Searched defs:willEndLiveResize (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollAnimator.h87 virtual void willEndLiveResize() { } function in class:blink::ScrollAnimator
H A DScrollableArea.cpp268 void ScrollableArea::willEndLiveResize() function in class:blink::ScrollableArea
274 scrollAnimator->willEndLiveResize();
H A DScrollAnimatorNone.cpp463 void ScrollAnimatorNone::willEndLiveResize() function in class:blink::ScrollAnimatorNone
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPopupMenuImpl.cpp200 void WebPopupMenuImpl::willEndLiveResize() function in class:blink::WebPopupMenuImpl
H A DWebPluginContainerImpl.cpp658 void WebPluginContainerImpl::willEndLiveResize() function in class:blink::WebPluginContainerImpl
661 m_scrollbarGroup->willEndLiveResize();
H A DWebViewImpl.cpp1792 void WebViewImpl::willEndLiveResize() function in class:WebViewImpl
1795 mainFrameImpl()->frameView()->willEndLiveResize();
1800 pluginContainer->willEndLiveResize();
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidget.h67 // sequence of resize events, ending with willEndLiveResize when the user
83 virtual void willEndLiveResize() { } function in class:blink::WebWidget

Completed in 159 milliseconds