Searched defs:animating (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderFullScreen.cpp35 void RenderFullScreen::setAnimating(bool animating) argument
37 m_isAnimating = animating;
H A DRenderProgress.cpp88 bool animating = style()->hasAppearance() && m_animationDuration > 0; local
89 if (animating == m_animating)
92 m_animating = animating;
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_actions_toolbar_gtk.h68 bool animating() { function in class:BrowserActionsToolbarGtk
209 // This is the final width we are animating towards.
211 // This is the width we were at when we started animating.
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c51 int animating; member in struct:engine
159 engine->animating = 0;
171 engine->animating = 1;
219 // Also stop animating.
220 engine->animating = 0;
263 // If not animating, we will block forever waiting for events.
264 // If animating, we loop until all events are read, then continue
266 while ((ident=ALooper_pollAll(engine.animating ? 0 : -1, NULL, &events,
294 if (engine.animating) {
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_actions_container.h283 bool animating() const { return animation_target_size_ > 0; } function in class:BrowserActionsContainer
502 // Don't show the chevron while animating.
511 // are done animating.
/external/webkit/Source/WebCore/page/animation/
H A DCompositeAnimation.cpp329 // "animating" means that something is running that requires the timer to keep firing
330 void CompositeAnimation::setAnimating(bool animating) argument
336 transition->setAnimating(animating);
344 anim->setAnimating(animating);
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc1544 bool* animating) {
1546 *animating = false;
1566 *animating = browser->window()->IsBookmarkBarAnimating();
1542 GetBookmarkBarVisibility(int handle, bool* visible, bool* animating) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 219 milliseconds