Searched refs:transition (Results 126 - 150 of 431) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRDFA.h40 const int **transition; variable
/external/chromium_org/chrome/browser/history/
H A Dshortcuts_database.cc42 s->BindInt(8, shortcut.match_core.transition);
73 int transition,
82 transition(transition),
144 "transition, type, keyword, last_access_time, number_of_hits) "
155 "transition=?, type=?, keyword=?, last_access_time=?, "
192 "description, description_class, transition, type, keyword, "
209 s.ColumnInt(8), // transition
227 "description_class VARCHAR, transition INTEGER, type INTEGER, "
233 // transition, typ
66 MatchCore( const base::string16& fill_into_edit, const GURL& destination_url, const base::string16& contents, const std::string& contents_class, const base::string16& description, const std::string& description_class, int transition, int type, const base::string16& keyword) argument
[all...]
H A Dexpire_history_backend.cc30 // that we want to expire early, such as those of AUTO_SUBFRAME transition type.
402 ui::PageTransition transition = local
403 ui::PageTransitionStripQualifier(visits[i].transition);
404 if (transition != ui::PAGE_TRANSITION_RELOAD)
406 if ((transition == ui::PAGE_TRANSITION_TYPED &&
407 !ui::PageTransitionIsRedirect(visits[i].transition)) ||
408 transition == ui::PAGE_TRANSITION_KEYWORD_GENERATED)
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dinternet_detail.css97 -webkit-transition: opacity 150ms ease-in-out;
103 -webkit-transition: opacity 150ms ease-in-out;
H A Dchange_picture_options.css84 -webkit-transition: -webkit-transform 200ms linear;
103 -webkit-transition: -webkit-transform 200ms linear;
143 -webkit-transition: opacity 75ms linear;
/external/chromium_org/chrome/browser/ui/autofill/
H A Dgenerated_credit_card_bubble_controller.cc95 ui::PageTransition transition = details.entry->GetTransitionType();
96 if (transition == ui::PAGE_TRANSITION_FORM_SUBMIT ||
97 transition == ui::PAGE_TRANSITION_RELOAD ||
98 ui::PageTransitionIsRedirect(transition)) {
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_navigator.h131 // The transition type of the navigation. Default is
134 ui::PageTransition transition; member in struct:chrome::NavigateParams
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/css/
H A Dlist.css20 -webkit-transition: .15s background-color;
76 -webkit-transition: .15s opacity;
/external/chromium_org/tools/binary_size/template/
H A DD3SymbolTreeMap.js486 // Complicated transition logic:
494 // transition.
495 // 3. Use the same transition to drop the '_entering' suffix, so that they
497 // 4. The update transition is achieved by selecting the elements without
498 // the '_entering_' suffix and applying movement and resizing transition
500 this._mapContainer.selectAll('div.inode_rect_entering').transition()
506 this._mapContainer.selectAll('div.inode_label_entering').transition()
512 this._mapContainer.selectAll('div.inode_rect').transition()
523 this._mapContainer.selectAll('div.inode_label').transition()
556 exit.selectAll('div.inode_rect').transition()
[all...]
/external/chromium_org/ui/app_list/
H A Dpagination_controller.cc71 pagination_model_->EndScroll(pagination_model_->transition().progress <
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DConstrainedConjGrad.h135 bool transition = false; local
144 transition = true;
162 if (iter.noiseLevel() > 0 && transition) std::cerr << "CCG: transition\n";
163 if (transition || iter.first()) gamma = 0.0;
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_sysevents.cc91 Uint8 new_state, transition;
94 transition = keyinfo[!key_flip].key_states[i] ^
97 if ( transition&0x80 )
99 transition <<= 1;
/external/okhttp/website/static/
H A Dbootstrap.min.js6 !function(e){"use strict";e(function(){e.support.transition=function(){var e=function(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n;for(n in t)if(e.style[n]!==undefined)return t[n]}();return e&&{end:e}}()})}(window.jQuery),!function(e){"use strict";var t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed").remove()}var n=e(this),r=n.attr("data-target"),i;r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,"")),i=e(r),t&&t.preventDefault(),i.length||(i=n.hasClass("alert")?n:n.parent()),i.trigger(t=e.Event("close"));if(t.isDefaultPrevented())return;i.removeClass("in"),e.support.transition&&i.hasClass("fade")?i.on(e.support.transition.end,s):s()};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("alert");i||r.data("alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.alert.data-api",t,n.prototype.close)}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.button.defaults,n)};t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.data(),i=n.is("input")?"val":"html";e+="Text",r.resetText||n.data("resetText",n[i]()),n[i](r[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass(t).attr(t,t):n.removeClass(t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="buttons-radio"]');e&&e.find(".active").removeClass("active"),this.$element.toggleClass("active")};var n=e.fn.button;e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("button"),s=typeof n=="object"&&n;i||r.data("button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.defaults={loadingText:"loading..."},e.fn.button.Constructor=t,e.fn.button.noConflict=function(){return e.fn.button=n,this},e(document).on("click.button.data-api","[data-toggle^=button]",function(t){var n=e(t.target);n.hasClass("btn")||(n=n.closest(".btn")),n.button("toggle")})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.$indicators=this.$element.find(".carousel-indicators"),this.options=n,this.options.pause=="hover"&&this.$element.on("mouseenter",e.proxy(this.pause,this)).on("mouseleave",e.proxy(this.cycle,this))};t.prototype={cycle:function(t){return t||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(e.proxy(this.next,this),this.options.interval)),this},getActiveIndex:function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},to:function(t){var n=this.getActiveIndex(),r=this;if(t>this.$items.length-1||t<0)return;return this.sliding?this.$element.one("slid",function(){r.to(t)}):n==t?this.pause().cycle():this.slide(t>n?"next":"prev",e(this.$items[t]))},pause:function(t){return t||(this.paused=!0),this.$element.find(".next, .prev").length&&e.support.transition.end&&(this.$element.trigger(e.support.transition.end),this.cycle(!0)),clearInterval(this.interval),this.interval=null,this},next:function(){if(this.sliding)return;return this.slide("next")},prev:function(){if(this.sliding)return;return this.slide("prev")},slide:function(t,n){var r=this.$element.find(".item.active"),i=n||r[t](),s=this.interval,o=t=="next"?"left":"right",u=t=="next"?"first":"last",a=this,f;this.sliding=!0,s&&this.pause(),i=i.length?i:this.$element.find(".item")[u](),f=e.Event("slide",{relatedTarget:i[0],direction:o});if(i.hasClass("active"))return;this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid",function(){var t=e(a.$indicators.children()[a.getActiveIndex()]);t&&t.addClass("active")}));if(e.support.transition&&this.$element.hasClass("slide")){this.$element.trigger(f);if(f.isDefaultPrevented())return;i.addClass(t),i[0].offsetWidth,r.addClass(o),i.addClass(o),this.$element.one(e.support.transition.end,function(){i.removeClass([t,o].join(" ")).addClass("active"),r.removeClass(["active",o].join(" ")),a.sliding=!1,setTimeout(function(){a.$element.trigger("slid")},0)})}else{this.$element.trigger(f);if(f.isDefaultPrevented())return;r.removeClass("active"),i.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return s&&this.cycle(),this}};var n=e.fn.carousel;e.fn.carousel=function(n){return this.each(function(){var r=e(this),i=r.data("carousel"),s=e.extend({},e.fn.carousel.defaults,typeof n=="object"&&n),o=typeof n=="string"?n:s.slide;i||r.data("carousel",i=new t(this,s)),typeof n=="number"?i.to(n):o?i[o]():s.interval&&i.pause().cycle()})},e.fn.carousel.defaults={interval:5e3,pause:"hover"},e.fn.carousel.Constructor=t,e.fn.carousel.noConflict=function(){return e.fn.carousel=n,this},e(document).on("click.carousel.data-api","[data-slide], [data-slide-to]",function(t){var n=e(this),r,i=e(n.attr("data-target")||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,"")),s=e.extend({},i.data(),n.data()),o;i.carousel(s),(o=n.attr("data-slide-to"))&&i.data("carousel").pause().to(o).cycle(),t.preventDefault()})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.collapse.defaults,n),this.options.parent&&(this.$parent=e(this.options.parent)),this.options.toggle&&this.toggle()};t.prototype={constructor:t,dimension:function(){var e=this.$element.hasClass("width");return e?"width":"height"},show:function(){var t,n,r,i;if(this.transitioning||this.$element.hasClass("in"))return;t=this.dimension(),n=e.camelCase(["scroll",t].join("-")),r=this.$parent&&this.$parent.find("> .accordion-group > .in");if(r&&r.length){i=r.data("collapse");if(i&&i.transitioning)return;r.collapse("hide"),i||r.data("collapse",null)}this.$element[t](0),this.transition("addClass",e.Event("show"),"shown"),e.support.transition
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dprint_preview.css104 -webkit-transition: padding-bottom 150ms, padding-top 150ms;
158 -webkit-transition: color 200ms;
181 -webkit-transition: margin 150ms, height 150ms, opacity 150ms;
200 -webkit-transition: margin 150ms, height 150ms, opacity 150ms;
244 -webkit-transition: padding-top 100ms, height 100ms, opacity 200ms,
/external/chromium_org/ui/login/
H A Doobe.css38 -webkit-transition: border-color 200ms;
181 -webkit-transition: 250ms opacity;
194 -webkit-transition: 250ms opacity;
202 -webkit-transition: all 500ms linear;
214 -webkit-transition: 700ms opacity;
/external/chromium_org/third_party/icu/source/i18n/
H A Dolsontz.cpp185 // Type map data must be of the same size as the transition count
237 // historic transition data or finalZone to be used. In an
469 // quick zone transition checking.
486 // Before the first transition time
494 int64_t transition = transitionTimeInSeconds(transIdx); local
496 if (local && (sec >= (transition - MAX_OFFSET_SECONDS))) {
507 // Positive transition, which makes a non-existing local time range
510 transition += offsetBefore;
513 transition += offsetAfter;
515 transition
580 double transition = (double)transitionTimeInSeconds(i); local
[all...]
/external/icu/icu4c/source/i18n/
H A Dolsontz.cpp185 // Type map data must be of the same size as the transition count
237 // historic transition data or finalZone to be used. In an
469 // quick zone transition checking.
486 // Before the first transition time
494 int64_t transition = transitionTimeInSeconds(transIdx); local
496 if (local && (sec >= (transition - MAX_OFFSET_SECONDS))) {
507 // Positive transition, which makes a non-existing local time range
510 transition += offsetBefore;
513 transition += offsetAfter;
515 transition
580 double transition = (double)transitionTimeInSeconds(i); local
[all...]
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dlocal_ntp.css58 -webkit-transition: -webkit-transform 100ms linear, border-color 100ms linear;
220 -webkit-transition-duration: 200ms;
221 -webkit-transition-property: -webkit-transform, margin, opacity, width;
234 -webkit-transition-duration: 200ms;
235 -webkit-transition-property: -webkit-transform, margin, opacity, width;
317 -webkit-transition: box-shadow 200ms, border 200ms;
332 -webkit-transition: background-color 100ms ease-in-out;
339 -webkit-transition: box-shadow 200ms, border 200ms,
453 -webkit-transition: opacity 150ms;
563 -webkit-transition
[all...]
/external/chromium_org/ui/wm/core/
H A Dwindow_animations.cc367 scoped_ptr<ui::LayerAnimationElement> transition(
373 transition->set_tween_type(grow ? gfx::Tween::EASE_OUT : gfx::Tween::EASE_IN);
374 return transition.release();
479 scoped_ptr<ui::LayerAnimationElement> transition(
483 new ui::LayerAnimationSequence(transition.release());
602 WindowVisibilityAnimationTransition transition) {
603 window->SetProperty(kWindowVisibilityAnimationTransitionKey, transition);
608 WindowVisibilityAnimationTransition transition) {
611 return (prop & transition) != 0;
600 SetWindowVisibilityAnimationTransition( aura::Window* window, WindowVisibilityAnimationTransition transition) argument
606 HasWindowVisibilityAnimationTransition( aura::Window* window, WindowVisibilityAnimationTransition transition) argument
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCParser.m74 if (!(transition = calloc(13, sizeof(void*)))) {
79 transition[0] = dfa2_transition4;
80 transition[1] = dfa2_transition3;
81 transition[2] = dfa2_transition0;
82 transition[3] = dfa2_transition8;
84 transition[4] = dfa2_transition5;
85 transition[5] = dfa2_transition2;
86 transition[6] = dfa2_transition1;
89 transition[7] = dfa2_transition6;
90 transition[
[all...]
/external/chromium_org/chrome/browser/resources/options/
H A Dcookies_view.css60 -webkit-transition: height 150ms ease-in-out;
118 -webkit-transition: 150ms ease-in-out;
127 -webkit-transition: none;
/external/chromium_org/chrome/browser/resources/
H A Dset_as_default_browser.css10 -webkit-transition: 200ms opacity;
86 -webkit-transition: all 218ms;
99 -webkit-transition: all 0;
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Ddrive_welcome.css39 transition: all 218ms;
47 transition: all 0;
77 transition: height 180ms ease, visibility 0 linear 180ms;
/external/chromium_org/ui/webui/resources/css/
H A Doverlay.css12 -webkit-transition: 200ms opacity;
35 -webkit-transition: 200ms -webkit-transform;
46 /* If the options page is loading don't do the transition. */
49 -webkit-transition-duration: 0 !important;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DACyclicDFACodeGenerator.java99 Transition edge = (Transition) s.transition(i);
172 Transition predEdge = (Transition)EOTTarget.transition(i);

Completed in 474 milliseconds

1234567891011>>