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
27
) sorted by null
1
2
/external/chromium_org/cc/test/
fake_picture_pile_impl.h
59
void
set_background_color
(SkColor color) {
function in class:cc::FakePicturePileImpl
/external/chromium_org/webkit/support/
web_layer_tree_view_impl_for_testing.cc
93
layer_tree_host_->
set_background_color
(color);
/external/chromium/chrome/browser/ui/views/bubble/
border_contents.cc
26
bubble_border_->
set_background_color
(color);
bubble_border.h
84
void
set_background_color
(SkColor background_color) {
function in class:BubbleBorder
/external/chromium_org/cc/trees/
layer_tree_impl.h
121
void
set_background_color
(SkColor color) { background_color_ = color; }
function in class:cc::LayerTreeImpl
layer_tree_host.h
219
void
set_background_color
(SkColor color) { background_color_ = color; }
function in class:cc::LayerTreeHost
layer_tree_impl.cc
121
target_tree->
set_background_color
(background_color());
layer_tree_host.cc
324
sync_tree->
set_background_color
(background_color_);
[
all
...]
layer_tree_host_unittest.cc
681
layer_tree_host()->
set_background_color
(SK_ColorGRAY);
708
layer_tree_host()->
set_background_color
(SK_ColorGRAY);
766
layer_tree_host()->
set_background_color
(SK_ColorGRAY);
[
all
...]
layer_tree_host_impl_unittest.cc
[
all
...]
/external/chromium_org/ui/views/bubble/
bubble_border.h
136
void
set_background_color
(SkColor color) { background_color_ = color; }
function in class:views::BubbleBorder
bubble_delegate.cc
396
frame_view->bubble_border()->
set_background_color
(color());
tray_bubble_view.cc
60
set_background_color
(params.arrow_color);
/external/chromium_org/cc/resources/
picture_pile_impl_unittest.cc
733
pile->
set_background_color
(SK_ColorRED);
771
pile->
set_background_color
(SK_ColorTRANSPARENT);
/external/chromium_org/cc/layers/
layer_impl_unittest.cc
310
host_impl.active_tree()->
set_background_color
(
layer_unittest.cc
[
all
...]
/external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc
428
layer_tree_host_->
set_background_color
(color);
/external/chromium_org/ui/compositor/
compositor.cc
655
host_->
set_background_color
(color);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libcurses.a
[
all
...]
libncurses.a
[
all
...]
libtermcap.a
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libcurses.a
[
all
...]
libncurses.a
[
all
...]
libtermcap.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libcurses.a
[
all
...]
Completed in 1523 milliseconds
1
2