OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stroke_color
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc
596
SkColor
stroke_color
= 0;
local
603
stroke_color
= DebugColors::PaintRectBorderColor();
608
stroke_color
= DebugColors::PropertyChangedRectBorderColor();
613
stroke_color
= DebugColors::SurfaceDamageRectBorderColor();
618
stroke_color
= DebugColors::ScreenSpaceSurfaceReplicaRectBorderColor();
623
stroke_color
= DebugColors::ScreenSpaceLayerRectBorderColor();
628
stroke_color
= DebugColors::OccludingRectBorderColor();
633
stroke_color
= DebugColors::NonOccludingRectBorderColor();
638
stroke_color
= DebugColors::TouchEventHandlerRectBorderColor();
644
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
666
GdkColor
stroke_color
= theme_service_->UsingNativeTheme() ?
local
669
gtk_util::ActAsRoundedWindow(paint_box_,
stroke_color
, kNTPRoundedness,
1015
GdkColor
stroke_color
= theme_service_->UsingNativeTheme() ?
local
[
all
...]
Completed in 607 milliseconds