Home | History | Annotate | Download | only in searchbox

Lines Matching defs:theme_info

633   const ThemeBackgroundInfo& theme_info =
638 v8::Boolean::New(theme_info.using_default_theme));
652 theme_info.background_color.r,
653 theme_info.background_color.g,
654 theme_info.background_color.b,
656 theme_info.background_color.a / 255.0).c_str())));
661 internal::RGBAColorToArray(theme_info.background_color));
666 internal::RGBAColorToArray(theme_info.text_color));
671 internal::RGBAColorToArray(theme_info.link_color));
676 internal::RGBAColorToArray(theme_info.text_color_light));
681 internal::RGBAColorToArray(theme_info.header_color));
686 internal::RGBAColorToArray(theme_info.section_border_color));
691 v8::Boolean::New(theme_info.logo_alternate));
698 if (extensions::Extension::IdIsValid(theme_info.theme_id)) {
701 theme_info.theme_id.c_str(),
702 theme_info.theme_id.c_str())));
709 if (theme_info.image_horizontal_alignment ==
712 } else if (theme_info.image_horizontal_alignment ==
723 if (theme_info.image_vertical_alignment == THEME_BKGRND_IMAGE_ALIGN_TOP) {
725 } else if (theme_info.image_vertical_alignment ==
739 switch (theme_info.image_tiling) {
757 v8::Int32::New(theme_info.image_height));
760 if (theme_info.has_attribution) {
763 theme_info.theme_id.c_str(),
764 theme_info.theme_id.c_str())));