OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theme_thumb_active
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc
476
GdkColor*
theme_thumb_active
= NULL;
local
480
"scrollbar-slider-prelight-color", &
theme_thumb_active
,
local
487
if (
theme_thumb_active
&& theme_thumb_inactive && theme_trough_color) {
488
*thumb_active_color = *
theme_thumb_active
;
491
gdk_color_free(
theme_thumb_active
);
566
if (
theme_thumb_active
) {
567
*thumb_active_color = *
theme_thumb_active
;
568
gdk_color_free(
theme_thumb_active
);
[
all
...]
/external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc
433
const GdkColor*
theme_thumb_active
= NULL;
local
437
"scrollbar-slider-prelight-color", &
theme_thumb_active
,
local
444
if (
theme_thumb_active
&& theme_thumb_inactive && theme_trough_color) {
445
*thumb_active_color = *
theme_thumb_active
;
519
if (
theme_thumb_active
)
520
*thumb_active_color = *
theme_thumb_active
;
[
all
...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc
560
const GdkColor*
theme_thumb_active
= NULL;
local
564
"scrollbar-slider-prelight-color", &
theme_thumb_active
,
local
571
if (
theme_thumb_active
&& theme_thumb_inactive && theme_trough_color) {
572
*thumb_active_color = *
theme_thumb_active
;
647
if (
theme_thumb_active
)
648
*thumb_active_color = *
theme_thumb_active
;
[
all
...]
Completed in 31 milliseconds