HomeSort by relevance Sort by last modified time
    Searched refs:transparent (Results 151 - 175 of 242) sorted by null

1 2 3 4 5 67 8 910

  /build/tools/droiddoc/templates-ds/assets/
android-developer-docs.css 853 background-color:transparent;
972 background-color:transparent;
1081 background-color:transparent;
1504 background: transparent url("images/resizable-s2.gif") repeat scroll center top; }
1506 background: transparent url("images/resizable-e2.gif") repeat scroll right center; }
android-developer-core.css 200 background:transparent url(images/preliminary.png) repeat scroll 0 0; */
1057 background-color:transparent;
1120 background:transparent; /* IE6, otherwise it inherits white */
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 853 background-color:transparent;
972 background-color:transparent;
1081 background-color:transparent;
1504 background: transparent url("images/resizable-s2.gif") repeat scroll center top; }
1506 background: transparent url("images/resizable-e2.gif") repeat scroll right center; }
android-developer-core.css 200 background:transparent url(images/preliminary.png) repeat scroll 0 0; */
1056 background-color:transparent;
1119 background:transparent; /* IE6, otherwise it inherits white */
  /external/chromium_org/chrome/browser/resources/file_manager/css/
gallery.css 278 /* Everything but the image container should become mouse-transparent */
306 background-color: transparent;
329 background-color: transparent;
471 border: 2px solid rgba(255, 255, 255, 0); /* transparent white */
512 border: 1px solid rgba(0, 0, 0, 0); /* transparent black */
1208 background: transparent;
1216 background: transparent;
1246 outline: 2px solid transparent;
1294 image-container but transparent. */
common.css 264 border: 5px solid transparent;
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 804 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/
panel_controller.cc 145 params.transparent = true;
  /external/chromium/chrome/browser/chromeos/login/
user_controller.cc 466 params.transparent = true;
wizard_controller.cc 572 widget_params.transparent = true;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Color.cpp 46 const RGBA32 Color::transparent; member in class:WebCore::Color
  /external/chromium/chrome/browser/resources/file_manager/css/
file_manager.css 342 .preview-img.transparent-background {
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_grid.js 225 * Sets the margin height for the transparent preview panel at the bottom.
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_editor.js 617 * @param {Rect} transparent But do not hide the tool that is completely inside
620 ImageEditor.prototype.hideOverlappingTools = function(frame, transparent) {
627 !(transparent && transparent.contains(toolRect)));
  /external/chromium_org/chrome/browser/resources/
sync_setup_overlay.css 274 background: transparent
275 url('chrome://resources/images/google-transparent.png') no-repeat;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
TransparencyWinTest.cpp 284 // Make a total transparent buffer, and draw the white layer inset by 1 px.
300 // The final image should be transparent around the edges for 1 px, white
302 EXPECT_EQ(Color(Color::transparent), getPixelAt(src->context(), 0, 0));
537 // Complete the 50% transparent layer.
617 // Set the pixel at (2, 2) to be transparent. This should be fixed when
628 // Check the pixel we previously made transparent, it should have gotten
704 // Our text should end up 50% transparent blue-green.
747 EXPECT_EQ(Color::transparent, getPixelAt(src->context(), 7, 0));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 177 return color === "transparent" || color === "rgba(0, 0, 0, 0)";
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c 208 GWorldPtr mask; // transparent mask
210 RGBColor trans; // transparent color
1011 &rect, &rect, transparent, NULL );
    [all...]
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 334 params.transparent = true;
522 // We want the contents background to be slightly transparent so we can see
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc 326 params.transparent = true;
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 563 params.transparent = true;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FilterOperationResolver.cpp 494 operations.operations().append(DropShadowFilterOperation::create(location, blur, shadowColor.isValid() ? shadowColor.color() : Color::transparent, operationType));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp 304 context->setFillColor(Color::transparent);
RenderThemeChromiumDefault.cpp 319 // Fallback to transparent if the specified color object is invalid.
320 extraParams.menuList.backgroundColor = Color::transparent;
  /frameworks/base/core/java/android/widget/
MediaController.java 134 mWindow.setBackgroundDrawableResource(android.R.color.transparent);

Completed in 563 milliseconds

1 2 3 4 5 67 8 910