Searched refs:transparent (Results 126 - 150 of 183) sorted by relevance

12345678

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dlinuxwindowpicker.cc522 XRenderColor transparent = {0}; local
526 &transparent,
/external/chromium_org/ui/webui/resources/css/
H A Dwidgets.css251 background: transparent none;
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
H A Dmedia_controls.css41 background: transparent; /* Hide the standard slider bar */
317 color: transparent;
H A Dgallery.css273 /* Everything but the image container should become mouse-transparent */
301 background-color: transparent;
324 background-color: transparent;
466 border: 2px solid rgba(255, 255, 255, 0); /* transparent white */
507 border: 1px solid rgba(0, 0, 0, 0); /* transparent black */
1198 background: transparent;
1206 background: transparent;
1236 outline: 2px solid transparent;
1284 image-container but transparent. */
H A Dcommon.css263 border: 5px solid transparent;
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
H A Dscene.js180 plane = new THREE.Mesh( new THREE.PlaneGeometry( 200, 200, 100, 100), new THREE.MeshBasicMaterial( { color: 0x000000, opacity: 0.25, transparent: true, wireframe: true } ) );
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
H A Dimage_editor.js621 * @param {Rect} transparent But do not hide the tool that is completely inside
624 ImageEditor.prototype.hideOverlappingTools = function(frame, transparent) {
632 !(transparent && transparent.contains(toolRect));
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.css804 background-color:transparent;
1084 background: transparent url("images/resizable-s2.gif") repeat scroll center top; }
1086 background: transparent url("images/resizable-e2.gif") repeat scroll right center; }
/external/chromium/chrome/browser/chromeos/frame/
H A Dpanel_controller.cc145 params.transparent = true;
/external/chromium/chrome/browser/chromeos/login/
H A Duser_controller.cc466 params.transparent = true;
H A Dwizard_controller.cc572 widget_params.transparent = true;
/external/chromium_org/ash/wm/
H A Dwindow_positioner.cc470 (!windows[i]->transparent() ||
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFilterOperationResolver.cpp487 operations.operations().append(DropShadowFilterOperation::create(location, blur, shadowColor.isValid() ? shadowColor : Color::transparent));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColor.cpp45 const RGBA32 Color::transparent; member in class:WebCore::Color
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDevToolsAgentImpl.cpp326 m_webViewImpl->setBackgroundColorOverride(Color::transparent);
/external/chromium/chrome/browser/resources/file_manager/css/
H A Dfile_manager.css342 .preview-img.transparent-background {
/external/chromium_org/chrome/browser/resources/
H A Dsync_setup_overlay.css274 background: transparent
275 url('chrome://resources/images/google-transparent.png') no-repeat;
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
H A DSDL_dspvideo.c208 GWorldPtr mask; // transparent mask
210 RGBColor trans; // transparent color
1011 &rect, &rect, transparent, NULL );
1184 mode = transparent;
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_contents_view.cc334 params.transparent = true;
522 // We want the contents background to be slightly transparent so we can see
/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view.cc326 params.transparent = true;
/external/chromium/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc563 params.transparent = true;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImage.cpp322 context->setFillColor(Color::transparent);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DTransparencyWinTest.cpp493 // Complete the 50% transparent layer.
573 // Set the pixel at (2, 2) to be transparent. This should be fixed when
584 // Check the pixel we previously made transparent, it should have gotten
660 // Our text should end up 50% transparent blue-green.
703 EXPECT_EQ(Color::transparent, getPixelAt(src->context(), 7, 0));
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp139 , m_shadowColor(Color::transparent)
1127 setShadow(FloatSize(width, height), blur, Color::transparent); member in class:WebCore::Color
1168 setShadow(FloatSize(), 0, Color::transparent); member in class:WebCore::Color
/external/chromium_org/remoting/webapp/
H A Dmain.css685 border-bottom: 6px solid transparent;

Completed in 746 milliseconds

12345678