Searched refs:needAnimation (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp2801 bool needAnimation; local
2802 computeScaleAndScrollForFocusedNode(element, scale, scroll, needAnimation);
2803 if (needAnimation)
2807 void WebViewImpl::computeScaleAndScrollForFocusedNode(Node* focusedNode, float& newScale, IntPoint& newScroll, bool& needAnimation) argument
2856 needAnimation = false;
2859 needAnimation = true;
2864 needAnimation = true;
2868 needAnimation = true;
H A DWebViewImpl.h451 void computeScaleAndScrollForFocusedNode(Node* focusedNode, float& scale, IntPoint& scroll, bool& needAnimation);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp2549 bool needAnimation; local
2550 webViewHelper.webViewImpl()->computeScaleAndScrollForFocusedNode(webViewHelper.webViewImpl()->focusedElement(), scale, scroll, needAnimation);
2551 EXPECT_TRUE(needAnimation);
2565 webViewHelper.webViewImpl()->computeScaleAndScrollForFocusedNode(webViewHelper.webViewImpl()->focusedElement(), scale, scroll, needAnimation);
2566 EXPECT_TRUE(needAnimation);
2576 webViewHelper.webViewImpl()->computeScaleAndScrollForFocusedNode(webViewHelper.webViewImpl()->focusedElement(), scale, scroll, needAnimation);
2577 EXPECT_TRUE(needAnimation);
2589 webViewHelper.webViewImpl()->computeScaleAndScrollForFocusedNode(webViewHelper.webViewImpl()->focusedElement(), scale, scroll, needAnimation);
2591 EXPECT_FALSE(needAnimation);
2625 bool needAnimation; local
[all...]

Completed in 80 milliseconds