HomeSort by relevance Sort by last modified time
    Searched refs:indicators (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/browser/policy/
policy_prefs_browsertest.cc 66 // setting indicators for a pref affected by a policy work correctly. This is
410 << "var indicators = [];"
419 << " indicators.push(indicator)"
421 << "domAutomationController.send(JSON.stringify(indicators));";
425 // Retrieve the state of all controlled setting indicators matching the
430 const base::ListValue* indicators = NULL; local
432 ASSERT_TRUE(value_ptr->GetAsList(&indicators));
433 // Verify that controlled setting indicators representing |value| are visible
437 EXPECT_GT(indicators->GetSize(), 0u)
441 for (base::ListValue::const_iterator indicator = indicators->begin()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 405 Atom indicators[XkbNumIndicators]; member in struct:_XkbNamesRec
431 XkbIndicatorPtr indicators; member in struct:_XkbDesc
524 XkbIndicatorChangesRec indicators; member in struct:_XkbChanges
XKBproto.h 602 CARD32 indicators B32;
621 CARD32 indicators B32;
1265 xkbIndicatorNotify indicators; member in union:_xkbEvent::__anon25233
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBstr.h 405 Atom indicators[XkbNumIndicators]; member in struct:_XkbNamesRec
431 XkbIndicatorPtr indicators; member in struct:_XkbDesc
524 XkbIndicatorChangesRec indicators; member in struct:_XkbChanges
XKBproto.h 602 CARD32 indicators B32;
621 CARD32 indicators B32;
1265 xkbIndicatorNotify indicators; member in union:_xkbEvent::__anon26969
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.js     [all...]
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 462 // FIXME: This won't work for multi-character comment indicators like "//".
  /external/okhttp/website/static/
bootstrap.min.js 6 !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. (…)
bootstrap-combined.min.css     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
XKBlib.h 147 unsigned int changed; /* indicators with new state or map */
148 unsigned int state; /* current state of all indicators */
168 unsigned int changed_indicators;/* indicators with new names */
250 unsigned int leds_defined; /* indicators with names or maps */
251 unsigned int led_state; /* current state of the indicators */
263 XkbIndicatorNotifyEvent indicators; member in union:_XkbEvent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
XKBlib.h 147 unsigned int changed; /* indicators with new state or map */
148 unsigned int state; /* current state of all indicators */
168 unsigned int changed_indicators;/* indicators with new names */
250 unsigned int leds_defined; /* indicators with names or maps */
251 unsigned int led_state; /* current state of the indicators */
263 XkbIndicatorNotifyEvent indicators; member in union:_XkbEvent
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 173 // Small indicators which show the camera settings in the viewfinder.
180 // A view group that contains all the small indicators.
1317 Rotatable[] indicators = {mThumbnailView, mModePicker, mSharePopup, local
    [all...]
VideoCamera.java 580 Rotatable[] indicators = {mThumbnailView, mModePicker, mSharePopup, local
583 for (Rotatable indicator : indicators) {
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java 579 Rotatable[] indicators = { local
582 for (Rotatable indicator : indicators) {
    [all...]
  /external/blktrace/btt/doc/
btt.tex 244 providing a set of indicators showing how close incoming IO requests
246 providing a set of indicators showing how close the IO requests are
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 497 When specified on the command line, all pre-bunch stall indicators will be
  /external/chromium_org/third_party/WebKit/PerformanceTests/CSS/resources/
bootstrap.min.css     [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 764 * Commit changes to the current item and reset all messages/indicators.
    [all...]

Completed in 1263 milliseconds