OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_background_color
(Results
1 - 25
of
31
) sorted by null
1
2
/external/chromium_org/cc/test/
fake_picture_pile_impl.h
55
void
set_background_color
(SkColor color) {
function in class:cc::FakePicturePileImpl
/external/chromium_org/content/test/
web_layer_tree_view_impl_for_testing.cc
93
layer_tree_host_->
set_background_color
(color);
/external/chromium_org/mojo/services/html_viewer/
weblayertreeview_impl.cc
132
layer_tree_host_->
set_background_color
(color);
/external/chromium_org/ui/views/bubble/
bubble_border.h
164
void
set_background_color
(SkColor color) { background_color_ = color; }
function in class:views::BubbleBorder
bubble_delegate.cc
290
frame_view->bubble_border()->
set_background_color
(color());
bubble_frame_view.cc
236
bubble_border_->
set_background_color
(GetNativeTheme()->
tray_bubble_view.cc
88
set_background_color
(params.arrow_color);
/external/chromium_org/cc/resources/
picture_pile_impl_unittest.cc
658
pile->
set_background_color
(SK_ColorBLACK);
724
pile->
set_background_color
(SK_ColorTRANSPARENT);
766
pile->
set_background_color
(SK_ColorTRANSPARENT);
/external/chromium_org/cc/trees/
layer_tree_host.h
212
void
set_background_color
(SkColor color) { background_color_ = color; }
function in class:cc::LayerTreeHost
layer_tree_impl.h
158
void
set_background_color
(SkColor color) { background_color_ = color; }
function in class:cc::LayerTreeImpl
layer_tree_host.cc
326
sync_tree->
set_background_color
(background_color_);
[
all
...]
layer_tree_impl.cc
237
target_tree->
set_background_color
(background_color());
[
all
...]
layer_tree_host_unittest.cc
705
layer_tree_host()->
set_background_color
(SK_ColorGRAY);
733
layer_tree_host()->
set_background_color
(SK_ColorGRAY);
791
layer_tree_host()->
set_background_color
(SK_ColorGRAY);
[
all
...]
layer_tree_host_impl_unittest.cc
[
all
...]
/external/chromium_org/ui/compositor/
compositor.cc
274
host_->
set_background_color
(color);
/external/chromium_org/cc/layers/
layer_impl_unittest.cc
371
host_impl.active_tree()->
set_background_color
(
[
all
...]
layer_unittest.cc
[
all
...]
/external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc
605
layer_tree_host_->
set_background_color
(color);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h
300
#define
SET_BACKGROUND_COLOR
4103
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libcurses.a
[
all
...]
libncurses.a
[
all
...]
libtermcap.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libcurses.a
[
all
...]
libncurses.a
[
all
...]
libtermcap.a
[
all
...]
Completed in 1420 milliseconds
1
2