Searched refs:animating (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/
H A Dcore-animated-pages-extracted.js71 if (this.animating) {
72 this.cancelAsync(this.animating);
73 this.animating = null;
120 this.animating = this.async(this.complete.bind(this), null, 5000);
125 if (this.animating) {
126 this.cancelAsync(this.animating);
127 this.animating = null;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderProgress.cpp91 bool animating = style()->hasAppearance() && m_animationDuration > 0; local
92 if (animating == m_animating)
95 m_animating = animating;
/external/chromium_org/ash/system/chromeos/network/
H A Dtray_vpn.cc57 bool animating = false; local
58 GetNetworkStateHandlerImageAndLabel(&image, &label, &animating);
59 if (animating)
77 bool* animating) {
89 *animating = false;
92 *animating = vpn->IsConnectingState();
75 GetNetworkStateHandlerImageAndLabel(gfx::ImageSkia* image, base::string16* label, bool* animating) argument
H A Dtray_network.cc74 bool animating = false; local
76 ui::network_icon::ICON_TYPE_TRAY, &image, &name, &animating);
79 if (animating)
159 bool animating = false; local
161 ui::network_icon::ICON_TYPE_DEFAULT_VIEW, &image, &label, &animating);
162 if (animating)
/external/chromium_org/cc/layers/
H A Drender_surface.h74 void SetTargetSurfaceTransformsAreAnimating(bool animating) { argument
75 target_surface_transforms_are_animating_ = animating;
80 void SetScreenSpaceTransformsAreAnimating(bool animating) { argument
81 screen_space_transforms_are_animating_ = animating;
H A Drender_surface_impl.h90 void SetTargetSurfaceTransformsAreAnimating(bool animating) { argument
91 target_surface_transforms_are_animating_ = animating;
96 void SetScreenSpaceTransformsAreAnimating(bool animating) { argument
97 screen_space_transforms_are_animating_ = animating;
H A Dtiled_layer_unittest.cc715 // Pretend the layer is animating.
785 bool animating[2] = { false, true }; local
787 // Pretend the layer is animating.
788 layer->draw_properties().target_space_transform_is_animating = animating[i];
/external/chromium_org/third_party/webrtc/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/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_org/chrome/browser/resources/ntp4/
H A Dtile_page.css117 .animating-tile-page .tile,
126 .animating-tile-page .top-margin {
130 .animating-tile-page #notification-container {
/external/chromium_org/ui/chromeos/network/
H A Dnetwork_icon.h68 // Gets the correct icon and label for |icon_type|. Also sets |animating|
69 // based on whether or not the icon is animating (i.e. connecting).
73 bool* animating);
H A Dnetwork_list.cc83 bool animating = false; local
98 if (!animating && network->IsConnectingState())
99 animating = true;
102 if (animating)
H A Dnetwork_icon.cc878 bool* animating) {
908 *animating = false;
928 *animating = true;
936 *animating = false;
940 *animating = network->IsConnectingState();
875 GetDefaultNetworkImageAndLabel(IconType icon_type, gfx::ImageSkia* image, base::string16* label, bool* animating) argument
/external/chromium_org/third_party/polymer/components-chromium/paper-input/
H A Dpaper-input-extracted.js60 this.$.underlineContainer.classList.add('animating');
187 this.$.label.classList.add('animating');
245 this.animating = true;
248 this.$.underlineHighlight.classList.add('animating');
255 this.$.caret.classList.add('animating');
263 this.$.label.classList.add('animating');
286 if (this.animating) {
292 this.animating = false;
305 this.$.label.classList.remove('animating');
312 this.$.underlineHighlight.classList.remove('animating');
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dnetwork_dropdown.cc183 bool animating = false; local
185 ui::network_icon::ICON_TYPE_LIST, &icon_image, &text, &animating);
186 if (animating) {
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_message_bubble_view.cc464 if (container_->animating())
477 if (container_->animating())
H A Dextension_installed_bubble_view.cc535 if (container->animating())
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container.h152 bool animating() const { return animation_target_size_ > 0; } function in class:BrowserActionsContainer
191 // finishes animating to a new size, or (if not animating) the currently
413 // Don't show the chevron while animating.
422 // are done animating.
H A Dbrowser_actions_container.cc251 if (!animating())
352 // resizing the view or, if animating the snapping, how far to animate it).
664 // animating, the right value will be restored on next run.
839 // If we are still initializing the container, don't bother animating.
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_view.cc726 bool animating = settings_transition_animation_ && local
728 if (animating && settings_transition_animation_->current_part_index() == 0) {
751 if (!animating) {
/external/chromium_org/ui/login/account_picker/
H A Duser_pod_row.css559 .pod.public-account.animating .expanded-pane,
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl_unittest.cc1944 bool animating,
1951 animating,
1970 bool animating,
1975 if (animating)
6902 // No commit is needed as the controls are animating the content offset,
1940 Create(LayerTreeImpl* tree_impl, int id, bool tile_missing, bool had_incomplete_tile, bool animating, ResourceProvider* resource_provider) argument
1966 MissingTextureAnimatingLayer(LayerTreeImpl* tree_impl, int id, bool tile_missing, bool had_incomplete_tile, bool animating, ResourceProvider* resource_provider) 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 ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1265 milliseconds