AlphaBlend         80 ash/ime/candidate_view.cc     SkColor blackish = color_utils::AlphaBlend(
AlphaBlend         84 ash/ime/candidate_view.cc     SkColor transparent_blakish = color_utils::AlphaBlend(
AlphaBlend        105 ash/ime/candidate_window_view.cc         color_utils::AlphaBlend(SK_ColorBLACK,
AlphaBlend        195 ash/ime/infolist_window.cc       color_utils::AlphaBlend(SK_ColorBLACK,
AlphaBlend        162 chrome/browser/themes/theme_service.cc       return color_utils::AlphaBlend(
AlphaBlend        905 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         color_utils::AlphaBlend(
AlphaBlend        909 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         color_utils::AlphaBlend(
AlphaBlend        575 chrome/browser/ui/gtk/download/download_item_gtk.cc         color_utils::AlphaBlend(blend_color, color, 77));
AlphaBlend         29 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc       color_utils::AlphaBlend(libgtk2ui::GdkColorToSkColor(foreground),
AlphaBlend         71 chrome/browser/ui/views/avatar_label.cc   paint.setColor(color_utils::AlphaBlend(
AlphaBlend         19 chrome/browser/ui/views/infobars/infobar_background.cc       color_utils::AlphaBlend(top_color_, bottom_color_, 128));
AlphaBlend         74 chrome/browser/ui/views/location_bar/content_setting_image_view.cc       color_utils::AlphaBlend(SkColorSetA(background_image_color, 255),
AlphaBlend         64 chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc       color_utils::AlphaBlend(SkColorSetA(background_image_color, 255),
AlphaBlend        476 chrome/browser/ui/views/location_bar/location_bar_view.cc       return color_utils::AlphaBlend(
AlphaBlend       2324 third_party/wtl/include/atlgdi.h 	BOOL AlphaBlend(int x, int y, int nWidth, int nHeight, HDC hSrcDC, int xSrc, int ySrc, int nSrcWidth, int nSrcHeight, BLENDFUNCTION bf)
AlphaBlend       2327 third_party/wtl/include/atlgdi.h 		return ::AlphaBlend(m_hDC, x, y, nWidth, nHeight, hSrcDC, xSrc, ySrc, nSrcWidth, nSrcHeight, bf);
AlphaBlend        243 ui/gfx/color_utils.cc   return color_utils::AlphaBlend(blend_color, color, alpha);
AlphaBlend         56 ui/gfx/color_utils.h GFX_EXPORT SkColor AlphaBlend(SkColor foreground, SkColor background,
AlphaBlend         84 ui/gfx/color_utils_unittest.cc TEST(ColorUtils, AlphaBlend) {
AlphaBlend         88 ui/gfx/color_utils_unittest.cc   EXPECT_TRUE(color_utils::AlphaBlend(fore, back, 255) ==
AlphaBlend         90 ui/gfx/color_utils_unittest.cc   EXPECT_TRUE(color_utils::AlphaBlend(fore, back, 0) ==
AlphaBlend         95 ui/gfx/color_utils_unittest.cc   EXPECT_EQ(136U, SkColorGetA(color_utils::AlphaBlend(fore, back, 136)));
AlphaBlend         99 ui/gfx/color_utils_unittest.cc   EXPECT_EQ(0U, SkColorGetA(color_utils::AlphaBlend(fore, back, 255)));
AlphaBlend         66 ui/native_theme/fallback_theme.cc       color_utils::AlphaBlend(SK_ColorBLACK,
AlphaBlend         85 ui/native_theme/fallback_theme.cc       color_utils::AlphaBlend(kTextfieldSelectionBackgroundFocused,
AlphaBlend         87 ui/native_theme/fallback_theme.cc   static const SkColor kResultsTableNormalText = color_utils::AlphaBlend(
AlphaBlend         89 ui/native_theme/fallback_theme.cc   static const SkColor kResultsTableHoveredText = color_utils::AlphaBlend(
AlphaBlend         91 ui/native_theme/fallback_theme.cc   static const SkColor kResultsTableSelectedText = color_utils::AlphaBlend(
AlphaBlend         93 ui/native_theme/fallback_theme.cc   static const SkColor kResultsTableNormalDimmedText = color_utils::AlphaBlend(
AlphaBlend         95 ui/native_theme/fallback_theme.cc   static const SkColor kResultsTableHoveredDimmedText = color_utils::AlphaBlend(
AlphaBlend         98 ui/native_theme/fallback_theme.cc       color_utils::AlphaBlend(
AlphaBlend        102 ui/native_theme/fallback_theme.cc   static const SkColor kResultsTableNormalDivider = color_utils::AlphaBlend(
AlphaBlend        104 ui/native_theme/fallback_theme.cc   static const SkColor kResultsTableHoveredDivider = color_utils::AlphaBlend(
AlphaBlend        106 ui/native_theme/fallback_theme.cc   static const SkColor kResultsTabSelectedDivider = color_utils::AlphaBlend(
AlphaBlend        609 ui/native_theme/native_theme_win.cc       return color_utils::AlphaBlend(system_colors_[COLOR_HIGHLIGHT],
AlphaBlend        619 ui/native_theme/native_theme_win.cc       return color_utils::AlphaBlend(system_colors_[COLOR_WINDOWTEXT],
AlphaBlend        622 ui/native_theme/native_theme_win.cc       return color_utils::AlphaBlend(
AlphaBlend        626 ui/native_theme/native_theme_win.cc       return color_utils::AlphaBlend(system_colors_[COLOR_HIGHLIGHTTEXT],
AlphaBlend        639 ui/native_theme/native_theme_win.cc       return color_utils::AlphaBlend(system_colors_[COLOR_WINDOWTEXT],
AlphaBlend        642 ui/native_theme/native_theme_win.cc       return color_utils::AlphaBlend(
AlphaBlend        646 ui/native_theme/native_theme_win.cc       return color_utils::AlphaBlend(system_colors_[COLOR_HIGHLIGHTTEXT],
AlphaBlend        106 ui/views/background.cc       color_utils::AlphaBlend(color1, color2, 128));
AlphaBlend        119 ui/views/background.cc       color_utils::AlphaBlend(colors[0], colors[count-1], 128));