OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theme_thumb_inactive
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc
477
GdkColor*
theme_thumb_inactive
= NULL;
local
481
"scrollbar-slider-normal-color", &
theme_thumb_inactive
,
local
487
if (theme_thumb_active &&
theme_thumb_inactive
&& theme_trough_color) {
489
*thumb_inactive_color = *
theme_thumb_inactive
;
492
gdk_color_free(
theme_thumb_inactive
);
571
if (
theme_thumb_inactive
) {
572
*thumb_inactive_color = *
theme_thumb_inactive
;
573
gdk_color_free(
theme_thumb_inactive
);
[
all
...]
/external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc
434
const GdkColor*
theme_thumb_inactive
= NULL;
local
438
"scrollbar-slider-normal-color", &
theme_thumb_inactive
,
local
444
if (theme_thumb_active &&
theme_thumb_inactive
&& theme_trough_color) {
446
*thumb_inactive_color = *
theme_thumb_inactive
;
522
if (
theme_thumb_inactive
)
523
*thumb_inactive_color = *
theme_thumb_inactive
;
[
all
...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc
561
const GdkColor*
theme_thumb_inactive
= NULL;
local
565
"scrollbar-slider-normal-color", &
theme_thumb_inactive
,
local
571
if (theme_thumb_active &&
theme_thumb_inactive
&& theme_trough_color) {
573
*thumb_inactive_color = *
theme_thumb_inactive
;
650
if (
theme_thumb_inactive
)
651
*thumb_inactive_color = *
theme_thumb_inactive
;
[
all
...]
Completed in 166 milliseconds