Searched defs:animate (Results 26 - 50 of 67) sorted by relevance

123

/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_host.cc92 void FindBarHost::Show(bool animate) { argument
93 DropdownBarHost::Show(animate);
96 void FindBarHost::Hide(bool animate) { argument
97 DropdownBarHost::Hide(animate);
310 // to do this before changing position, so that when we animate the closure
/external/chromium_org/third_party/WebKit/Source/core/page/animation/
H A DCompositeAnimation.cpp279 PassRefPtr<RenderStyle> CompositeAnimation::animate(RenderObject* renderer, RenderStyle* currentStyle, RenderStyle* targetStyle) function in class:WebCore::CompositeAnimation
294 anim->animate(this, renderer, currentStyle, targetStyle, resultStyle);
304 keyframeAnim->animate(this, renderer, currentStyle, targetStyle, resultStyle);
H A DImplicitAnimation.cpp67 void ImplicitAnimation::animate(CompositeAnimation*, RenderObject*, const RenderStyle*, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle) function in class:WebCore::ImplicitAnimation
84 // FIXME: we also need to detect cases where we have to software animate for other reasons,
H A DKeyframeAnimation.cpp126 // Iterate forward to find next keyframe that is used to animate CSS property.
169 void KeyframeAnimation::animate(CompositeAnimation*, RenderObject*, const RenderStyle*, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle) function in class:WebCore::KeyframeAnimation
194 // If we have no keyframes, don't animate.
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPagePopupImpl.cpp239 void WebPagePopupImpl::animate(double) function in class:WebKit::WebPagePopupImpl
241 PageWidgetDelegate::animate(m_page.get(), monotonicallyIncreasingTime());
H A DWebPopupMenuImpl.cpp183 void WebPopupMenuImpl::animate(double) function in class:WebKit::WebPopupMenuImpl
/external/chromium_org/ui/app_list/
H A Dpagination_model.cc33 SelectPage(0, false /* animate */);
35 SelectPage(total_pages_ - 1, false /* animate */);
39 void PaginationModel::SelectPage(int page, bool animate) { argument
40 if (animate) {
98 void PaginationModel::SelectPageRelative(int delta, bool animate) { argument
99 SelectPage(CalculateTargetPage(delta), animate); local
262 SelectPage(transition_.target_page, false /* animate */);
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dinfobar_gtk.cc128 void InfoBar::ShowArrowFor(InfoBar* other, bool animate) { argument
129 arrow_model_.ShowArrowFor(other, animate);
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_view.cc316 void InfoBarView::PlatformSpecificHide(bool animate) { argument
317 if (!animate)
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Dbackground.js141 CanvasAnimation.prototype.animate = function() {
147 self.animate();
170 * Calculates the sector which has to be traversed in a single call of animate
512 canvasAnimation_.animate();
604 canvasAnimation_.animate();
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_view.cc316 void InfoBarView::PlatformSpecificShow(bool animate) { argument
325 void InfoBarView::PlatformSpecificHide(bool animate) { argument
332 // It's possible to be called twice (once with |animate| true and once with it
337 if (!animate)
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_stack_view.cc120 void PanelStackView::BeginBatchUpdatePanelBounds(bool animate) { argument
125 animate_bounds_updates_ = animate;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Dbackground.js141 CanvasAnimation.prototype.animate = function() {
147 self.animate();
170 * Calculates the sector which has to be traversed in a single call of animate
524 canvasAnimation_.animate();
616 canvasAnimation_.animate();
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidget.h83 virtual void animate(double monotonicFrameBeginTime) { } function in class:WebKit::WebWidget
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateActive.cpp142 SkAnimateBase* animate = fAnimators[index]; local
143 SkMSec duration = animate->dur;
151 // int entries = animate->entries();
153 // value.fOperand = animate->getValues()[entries - 1];
154 // value.fType = animate->getValuesType();
171 SkAnimateBase* animate = fAnimators[index]; local
173 int count = animate->components();
174 if (animate->formula.size() > 0) {
177 SkDEBUGCODE(bool success = ) animate->fFieldInfo->setValue(fMaker, &values, 0, 0, NULL,
178 animate
201 SkAnimateBase* animate = fAnimators[index]; local
237 SkAnimateBase* animate = fAnimators[index]; local
273 SkAnimateBase* animate = fAnimators[index]; local
301 SkAnimateBase* animate = fAnimators[index]; local
332 SkAnimateBase* animate = fAnimators[index]; local
343 SkAnimateBase* animate = fAnimators[index]; local
[all...]
H A DSkAnimateMaker.cpp255 void SkAnimateMaker::postOnEnd(SkAnimateBase* animate, SkMSec end) { argument
257 evt.setS32("time", animate->getStart() + end);
258 evt.setPtr("anim", animate);
H A DSkDisplayApply.cpp456 SkAnimateBase* animate = fActive->fAnimators[index]; local
457 const SkMemberInfo* info = animate->fFieldInfo;
461 SkDisplayable* target = getTarget(animate);
510 SkDrawable* SkApply::getTarget(SkAnimateBase* animate) { argument
511 if (animate->fTargetIsScope == false || mode != kMode_create)
512 return animate->fTarget;
571 SkAnimateBase* animate = fActive->fAnimators[inner]; local
572 if (animate->fChanged) {
573 animate->fChanged = false;
574 animate
694 SkAnimateBase* animate = *animPtr; local
737 SkAnimateBase* animate = fActive->fAnimators[index]; local
781 SkAnimateBase* animate = (SkAnimateBase*) scriptValue.fOperand.fDisplayable; local
[all...]
/external/skia/src/animator/
H A DSkAnimateActive.cpp142 SkAnimateBase* animate = fAnimators[index]; local
143 SkMSec duration = animate->dur;
151 // int entries = animate->entries();
153 // value.fOperand = animate->getValues()[entries - 1];
154 // value.fType = animate->getValuesType();
171 SkAnimateBase* animate = fAnimators[index]; local
173 int count = animate->components();
174 if (animate->formula.size() > 0) {
177 SkDEBUGCODE(bool success = ) animate->fFieldInfo->setValue(fMaker, &values, 0, 0, NULL,
178 animate
201 SkAnimateBase* animate = fAnimators[index]; local
237 SkAnimateBase* animate = fAnimators[index]; local
273 SkAnimateBase* animate = fAnimators[index]; local
301 SkAnimateBase* animate = fAnimators[index]; local
332 SkAnimateBase* animate = fAnimators[index]; local
343 SkAnimateBase* animate = fAnimators[index]; local
[all...]
H A DSkAnimateMaker.cpp255 void SkAnimateMaker::postOnEnd(SkAnimateBase* animate, SkMSec end) { argument
257 evt.setS32("time", animate->getStart() + end);
258 evt.setPtr("anim", animate);
H A DSkDisplayApply.cpp456 SkAnimateBase* animate = fActive->fAnimators[index]; local
457 const SkMemberInfo* info = animate->fFieldInfo;
461 SkDisplayable* target = getTarget(animate);
510 SkDrawable* SkApply::getTarget(SkAnimateBase* animate) { argument
511 if (animate->fTargetIsScope == false || mode != kMode_create)
512 return animate->fTarget;
571 SkAnimateBase* animate = fActive->fAnimators[inner]; local
572 if (animate->fChanged) {
573 animate->fChanged = false;
574 animate
694 SkAnimateBase* animate = *animPtr; local
737 SkAnimateBase* animate = fActive->fAnimators[index]; local
781 SkAnimateBase* animate = (SkAnimateBase*) scriptValue.fOperand.fDisplayable; local
[all...]
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc70 virtual void SetScale(float scale, bool animate) OVERRIDE;
72 virtual void MoveWindow(int x, int y, bool animate) OVERRIDE;
73 virtual void MoveWindow(const gfx::Point& point, bool animate) OVERRIDE;
78 bool animate) OVERRIDE;
80 bool animate) OVERRIDE;
100 bool Redraw(const gfx::PointF& position, float scale, bool animate);
101 bool RedrawDIP(const gfx::PointF& position, float scale, bool animate);
105 void RedrawKeepingMousePosition(float scale, bool animate);
112 bool animate);
115 bool animate);
195 RedrawKeepingMousePosition( float scale, bool animate) argument
213 Redraw(const gfx::PointF& position, float scale, bool animate) argument
221 RedrawDIP(const gfx::PointF& position_in_dip, float scale, bool animate) argument
284 EnsureRectIsVisibleWithScale( const gfx::Rect& target_rect, float scale, bool animate) argument
293 EnsureRectIsVisibleDIP( const gfx::Rect& target_rect, float scale, bool animate) argument
324 EnsurePointIsVisibleWithScale( const gfx::Point& point, float scale, bool animate) argument
330 animate); local
377 bool animate = false; local
501 SetScale(float scale, bool animate) argument
510 MoveWindow(int x, int y, bool animate) argument
517 MoveWindow(const gfx::Point& point, bool animate) argument
525 EnsureRectIsVisible( const gfx::Rect& target_rect, bool animate) argument
534 EnsurePointIsVisible( const gfx::Point& point, bool animate) argument
[all...]
/external/chromium_org/ash/wm/
H A Dwindow_selector.cc234 // to SHOW_STATE_MINIMIZED will not animate the window from its original
531 void WindowSelector::UpdateSelectionLocation(bool animate) { argument
537 if (animate) {
/external/chromium_org/chrome/browser/ui/gtk/infobars/
H A Dinfobar_gtk.cc145 void InfoBarGtk::PlatformSpecificShow(bool animate) { argument
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen_pepper.cc171 virtual void animate(double frameBeginTime) { function in class:content::__anon8089::PepperWidget
/external/eigen/demos/opengl/
H A Dquaternion_demo.cpp269 void RenderingWidget::animate() function in class:RenderingWidget
343 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));
357 disconnect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));
545 animate();
546 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));

Completed in 2258 milliseconds

123