Searched defs:animate (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dinfobar_arrow_model.cc44 void InfoBarArrowModel::ShowArrowFor(InfoBar* bar, bool animate) { argument
59 if (animate) {
H A Dinfobar_container_gtk.cc149 bool animate) {
171 last_bar->ShowArrowFor(this_bar, animate);
173 UpdateToolbarInfoBarState(this_bar, animate);
178 void InfoBarContainerGtk::AddInfoBar(InfoBarDelegate* delegate, bool animate) { argument
185 if (animate)
190 ShowArrowForDelegate(delegate, animate);
194 bool animate) {
195 if (animate) {
211 ShowArrowForDelegate(next_delegate, animate);
215 bool animate) {
148 ShowArrowForDelegate(InfoBarDelegate* delegate, bool animate) argument
193 RemoveInfoBar(InfoBarDelegate* delegate, bool animate) argument
214 UpdateToolbarInfoBarState(InfoBar* infobar, bool animate) argument
[all...]
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.cc29 void InfoBar::Show(bool animate) { argument
30 if (animate) {
38 void InfoBar::Hide(bool animate) { argument
39 PlatformSpecificHide(animate);
40 if (animate) {
H A Dinfobar.h38 // Makes the infobar visible. If |animate| is true, the infobar is then
40 void Show(bool animate);
42 // Makes the infobar hidden. If |animate| is true, the infobar is first
45 void Hide(bool animate);
71 // out) as we animate open and closed.
81 virtual void PlatformSpecificHide(bool animate) {} argument
H A Dinfobar_container.cc164 bool animate,
173 infobar->Show(animate);
192 // When the first infobar is animating closed, we animate the second infobar's
163 AddInfoBar(InfoBar* infobar, bool animate, CallbackStatus callback_status) argument
H A Dinfobar_view.cc316 void InfoBarView::PlatformSpecificHide(bool animate) { argument
317 if (!animate)
/external/skia/src/animator/
H A DSkDisplayTypes.cpp20 SkAnimateBase* animate = (SkAnimateBase* ) *depPtr; local
21 animate->setChanged(true);
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 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.cpp253 void SkAnimateMaker::postOnEnd(SkAnimateBase* animate, SkMSec end) { argument
255 evt.setS32("time", animate->getStart() + end);
256 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...]
H A DSkDisplayEvent.cpp184 SkAnimateBase* animate = (SkAnimateBase*) fTarget; local
185 animate->setHasEndEvent();
/external/chromium/chrome/browser/ui/views/
H A Ddropdown_bar_host.cc82 void DropdownBarHost::Show(bool animate) { argument
87 if (!animate || disable_animations_during_testing_) {
109 void DropdownBarHost::Hide(bool animate) { argument
112 if (animate && !disable_animations_during_testing_) {
H A Dfind_bar_host.cc90 void FindBarHost::Show(bool animate) { argument
91 DropdownBarHost::Show(animate);
94 void FindBarHost::Hide(bool animate) { argument
95 DropdownBarHost::Hide(animate);
277 // to do this before changing position, so that when we animate the closure
/external/webkit/Source/WebCore/page/animation/
H A DCompositeAnimation.cpp277 PassRefPtr<RenderStyle> CompositeAnimation::animate(RenderObject* renderer, RenderStyle* currentStyle, RenderStyle* targetStyle) function in class:WebCore::CompositeAnimation
293 anim->animate(this, renderer, currentStyle, targetStyle, resultStyle);
303 keyframeAnim->animate(this, renderer, currentStyle, targetStyle, resultStyle);
H A DImplicitAnimation.cpp66 void ImplicitAnimation::animate(CompositeAnimation*, RenderObject*, const RenderStyle*, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle) function in class:WebCore::ImplicitAnimation
83 // FIXME: we also need to detect cases where we have to software animate for other reasons,
H A DKeyframeAnimation.cpp147 void KeyframeAnimation::animate(CompositeAnimation*, RenderObject*, const RenderStyle*, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle) function in class:WebCore::KeyframeAnimation
172 // If we have no keyframes, don't 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/webkit/Source/WebKit/chromium/src/
H A DWebPopupMenuImpl.cpp154 void WebPopupMenuImpl::animate() function in class:WebKit::WebPopupMenuImpl
H A DWebViewImpl.cpp995 void WebViewImpl::animate() function in class:WebKit::WebViewImpl
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.cc1097 const SkColor* color, bool animate) {
1098 // Do nothing unless |color| has changed, meaning |animate| is only
1105 if (animate) {
1096 SetVisuallyDeemphasized( const SkColor* color, bool animate) argument
H A Drender_widget_host_view_views.cc399 const SkColor* color, bool animate) {
398 SetVisuallyDeemphasized( const SkColor* color, bool animate) argument
H A Drender_widget_host_view_win.cc763 bool animate) {
764 // |animate| is not yet implemented, and currently isn't used.
765 CHECK(!animate);
762 SetVisuallyDeemphasized(const SkColor* color, bool animate) argument
/external/chromium/chrome/browser/ui/gtk/
H A Dfind_bar_gtk.cc324 void FindBarGtk::Show(bool animate) { argument
325 if (animate) {
336 void FindBarGtk::Hide(bool animate) { argument
337 if (animate)
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_gtk.cc303 void BookmarkBarGtk::Show(bool animate) { argument
307 // TODO(estade): animate the transition between floating and non.
308 animate = animate && (old_floating == floating_);
309 if (animate) {
355 void BookmarkBarGtk::Hide(bool animate) { argument
363 if (slide_animation_.IsShowing() && animate) {

Completed in 334 milliseconds

12