Searched refs:opacity (Results 401 - 411 of 411) sorted by relevance

<<11121314151617

/external/chromium_org/ui/views/widget/
H A Dwidget_unittest.cc244 EXPECT_EQ(Widget::InitParams::INFER_OPACITY, init1.opacity);
1845 params.opacity = Widget::InitParams::OPAQUE_WINDOW;
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer_unittest.cc653 EXPECT_FLOAT_EQ(1.0f, window_->layer()->opacity());
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc2307 params.opacity = views::Widget::InitParams::TRANSLUCENT_WINDOW;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp2095 return cssValuePool().createValue(style->opacity(), CSSPrimitiveValue::CSS_NUMBER);
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js46 cvox.BrailleOverlayWidget.prototype.show_=function(){var a=this.createContainerNode_();this.containerNode_=a;var b=this.createOverlayNode_();a.appendChild(b);this.contentNode_=document.createElement("div");this.brailleNode_=document.createElement("div");b.appendChild(this.contentNode_);b.appendChild(this.brailleNode_);document.body.appendChild(a);window.setTimeout(function(){a.style.opacity="1.0"},0)};
47 cvox.BrailleOverlayWidget.prototype.hide_=function(){if(this.containerNode_){var a=this.containerNode_;a.style.opacity="0.0";window.setTimeout(function(){document.body.removeChild(a)},1E3);this.brailleNode_=this.contentNode_=this.containerNode_=null}};cvox.BrailleOverlayWidget.prototype.setContent_=function(a,b){this.contentNode_||this.show_();this.contentNode_.textContent=a;this.brailleNode_.textContent=b};
48 cvox.BrailleOverlayWidget.prototype.createContainerNode_=function(){var a=document.createElement("div");a.id="cvox-braille-overlay";a.style.position="fixed";a.style.top="50%";a.style.left="50%";a.style["-webkit-transition"]="all 0.3s ease-in";a.style.opacity="0.0";a.style["z-index"]="2147483647";a.setAttribute("aria-hidden","true");return a};
719 cvox.DomUtil.isInvisibleStyle=function(a,b){return a?"none"!=a.display&&0!=parseFloat(a.opacity)&&(b||"hidden"!=a.visibility&&"collapse"!=a.visibility)?!1:!0:!1};cvox.DomUtil.isDisabled=function(a){if(a.disabled)return!0;for(;a=a.parentElement;)if("FIELDSET"==a.tagName&&a.disabled)return!0;return!1};cvox.DomUtil.isSemanticElt=function(a){return a.tagName&&(a=a.tagName,"SECTION"==a||"NAV"==a||"ARTICLE"==a||"ASIDE"==a||"HGROUP"==a||"HEADER"==a||"FOOTER"==a||"TIME"==a||"MARK"==a)?!0:!1};
1150 !1)};cvox.ActiveIndicator.STYLE=".cvox_indicator_container { position: absolute !important; left: 0 !important; top: 0 !important; z-index: 2147483647 !important; pointer-events: none !important; margin: 0px !important; padding: 0px !important;}.cvox_indicator_window_not_focused { visibility: hidden !important;}.cvox_indicator_pulsing { -webkit-animation: cvox_indicator_pulsing_animation 0s 2 alternate !important; -webkit-animation-timing-function: ease-in-out !important;}.cvox_indicator_region { opacity: 0 !important; -webkit-transition: opacity 1s !important;}.cvox_indicator_visible { opacity: 1 !important;}.cvox_indicator_container .cvox_indicator_region * { position:absolute !important; box-shadow: 0 0 4px 4px #f7983a !important; border-radius: 6px !important; margin: 0px !important; padding: 0px !important; -webkit-transition: none !important;}.cvox_indicator_animate_normal .cvox_indicator_region * { -webkit-transition: all 0.3s !important;}.cvox_indicator_animate_quick .cvox_indicator_region * { -webkit-transition: all 0.1s !important;}.cvox_indicator_top { border-radius: inherit inherit 0 0 !important;}.cvox_indicator_middle_nw { border-radius: inherit 0 0 0 !important;}.cvox_indicator_middle_ne { border-radius: 0 inherit 0 0 !important;}.cvox_indicator_middle_se { border-radius: 0 0 inherit 0 !important;}.cvox_indicator_middle_sw { border-radius: 0 0 0 inherit !important;}.cvox_indicator_bottom { border-radius: 0 0 inherit inherit !important;}@-webkit-keyframes cvox_indicator_pulsing_animation { 0% {opacity: 1.0} 50% {opacity: 0.5} 100% {opacity
[all...]
H A DchromeVoxChromeBackgroundScript.js698 cvox.DomUtil.isInvisibleStyle=function(a,b){return a?"none"!=a.display&&0!=parseFloat(a.opacity)&&(b||"hidden"!=a.visibility&&"collapse"!=a.visibility)?!1:!0:!1};cvox.DomUtil.isDisabled=function(a){if(a.disabled)return!0;for(;a=a.parentElement;)if("FIELDSET"==a.tagName&&a.disabled)return!0;return!1};cvox.DomUtil.isSemanticElt=function(a){return a.tagName&&(a=a.tagName,"SECTION"==a||"NAV"==a||"ARTICLE"==a||"ASIDE"==a||"HGROUP"==a||"HEADER"==a||"FOOTER"==a||"TIME"==a||"MARK"==a)?!0:!1};
1194 cvox.BrailleOverlayWidget.prototype.show_=function(){var a=this.createContainerNode_();this.containerNode_=a;var b=this.createOverlayNode_();a.appendChild(b);this.contentNode_=document.createElement("div");this.brailleNode_=document.createElement("div");b.appendChild(this.contentNode_);b.appendChild(this.brailleNode_);document.body.appendChild(a);window.setTimeout(function(){a.style.opacity="1.0"},0)};
1195 cvox.BrailleOverlayWidget.prototype.hide_=function(){if(this.containerNode_){var a=this.containerNode_;a.style.opacity="0.0";window.setTimeout(function(){document.body.removeChild(a)},1E3);this.brailleNode_=this.contentNode_=this.containerNode_=null}};cvox.BrailleOverlayWidget.prototype.setContent_=function(a,b){this.contentNode_||this.show_();this.contentNode_.textContent=a;this.brailleNode_.textContent=b};
1196 cvox.BrailleOverlayWidget.prototype.createContainerNode_=function(){var a=document.createElement("div");a.id="cvox-braille-overlay";a.style.position="fixed";a.style.top="50%";a.style.left="50%";a.style["-webkit-transition"]="all 0.3s ease-in";a.style.opacity="0.0";a.style["z-index"]="2147483647";a.setAttribute("aria-hidden","true");return a};
1231 !1)};cvox.ActiveIndicator.STYLE=".cvox_indicator_container { position: absolute !important; left: 0 !important; top: 0 !important; z-index: 2147483647 !important; pointer-events: none !important; margin: 0px !important; padding: 0px !important;}.cvox_indicator_window_not_focused { visibility: hidden !important;}.cvox_indicator_pulsing { -webkit-animation: cvox_indicator_pulsing_animation 0s 2 alternate !important; -webkit-animation-timing-function: ease-in-out !important;}.cvox_indicator_region { opacity: 0 !important; -webkit-transition: opacity 1s !important;}.cvox_indicator_visible { opacity: 1 !important;}.cvox_indicator_container .cvox_indicator_region * { position:absolute !important; box-shadow: 0 0 4px 4px #f7983a !important; border-radius: 6px !important; margin: 0px !important; padding: 0px !important; -webkit-transition: none !important;}.cvox_indicator_animate_normal .cvox_indicator_region * { -webkit-transition: all 0.3s !important;}.cvox_indicator_animate_quick .cvox_indicator_region * { -webkit-transition: all 0.1s !important;}.cvox_indicator_top { border-radius: inherit inherit 0 0 !important;}.cvox_indicator_middle_nw { border-radius: inherit 0 0 0 !important;}.cvox_indicator_middle_ne { border-radius: 0 inherit 0 0 !important;}.cvox_indicator_middle_se { border-radius: 0 0 inherit 0 !important;}.cvox_indicator_middle_sw { border-radius: 0 0 0 inherit !important;}.cvox_indicator_bottom { border-radius: 0 0 inherit inherit !important;}@-webkit-keyframes cvox_indicator_pulsing_animation { 0% {opacity: 1.0} 50% {opacity: 0.5} 100% {opacity
[all...]
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl_unittest.cc1433 EXPECT_FLOAT_EQ(0.f, scrollbar->opacity()); \
3868 // Layer with translucent opacity, drawn with blending.
3878 // Layer with translucent opacity and painting, drawn with blending.
3938 // Parent layer with translucent opacity and opaque content. Since it has a
3939 // drawing child, it's drawn to a render surface which carries the opacity,
3942 // carries the inherited opacity).
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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 636 milliseconds

<<11121314151617