Home
last modified time | relevance | path

Searched refs:opt_animate (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/webui/resources/js/cr/ui/
Dcard_slider.js494 opt_animate, argument
511 var willTransitionHappen = this.transformToCurrentCard_(opt_animate);
517 event.wasAnimated = !!opt_animate;
531 if ((!isChangingCard || !opt_animate || !willTransitionHappen) &&
542 selectCardByValue: function(newCard, opt_animate) { argument
545 this.selectCard(i, opt_animate);
556 transformToCurrentCard_: function(opt_animate) { argument
571 if (opt_animate) {
/external/chromium_org/chrome/browser/resources/ntp4/
Dnav_dot.js98 remove: function(opt_animate) { argument
99 if (opt_animate)
Dtile_page.js299 doRemove: function(opt_animate) { argument
300 if (opt_animate)
629 removeTile: function(tile, opt_animate, opt_dontNotify) { argument
630 if (opt_animate)
640 this.fireRemovedEvent(tile, index, !!opt_animate);
Dpage_list_view.js802 removeTilePageAndDot_: function(page, opt_animate) { argument
804 page.navigationDot.remove(opt_animate);
Dapps_page.js290 remove: function(opt_animate) { argument
294 this.tile.doRemove(opt_animate);