HomeSort by relevance Sort by last modified time
    Searched defs:stroke_color (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc 589 SkColor stroke_color = 0; local
596 stroke_color = DebugColors::PaintRectBorderColor();
601 stroke_color = DebugColors::PropertyChangedRectBorderColor();
606 stroke_color = DebugColors::SurfaceDamageRectBorderColor();
611 stroke_color = DebugColors::ScreenSpaceSurfaceReplicaRectBorderColor();
616 stroke_color = DebugColors::ScreenSpaceLayerRectBorderColor();
621 stroke_color = DebugColors::OccludingRectBorderColor();
626 stroke_color = DebugColors::NonOccludingRectBorderColor();
631 stroke_color = DebugColors::TouchEventHandlerRectBorderColor();
637 stroke_color = DebugColors::WheelEventHandlerRectBorderColor()
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 647 GdkColor stroke_color = theme_service_->UseGtkTheme() ? local
650 gtk_util::ActAsRoundedWindow(paint_box_, stroke_color, kNTPRoundedness,
853 GdkColor stroke_color = theme_service_->UseGtkTheme() ? local
856 gtk_util::SetRoundedWindowBorderColor(paint_box_, stroke_color);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 669 GdkColor stroke_color = theme_service_->UsingNativeTheme() ? local
672 gtk_util::ActAsRoundedWindow(paint_box_, stroke_color, kNTPRoundedness,
1018 GdkColor stroke_color = theme_service_->UsingNativeTheme() ? local
    [all...]

Completed in 105 milliseconds