Searched refs:use_gtk (Results 1 – 6 of 6) sorted by relevance
225 bool use_gtk = theme_service_ && theme_service_->UseGtkTheme(); in UpdateThemeButtons() local227 if (use_gtk) { in UpdateThemeButtons()270 gtk_chrome_button_set_use_gtk_rendering(GTK_CHROME_BUTTON(widget()), use_gtk); in UpdateThemeButtons()
225 gboolean use_gtk) { in gtk_chrome_link_button_set_use_gtk_theme() argument226 if (use_gtk != button->using_native_theme) { in gtk_chrome_link_button_set_use_gtk_theme()227 button->using_native_theme = use_gtk; in gtk_chrome_link_button_set_use_gtk_theme()
348 bool use_gtk = theme_service_->UseGtkTheme(); in Observe() local349 int border = use_gtk ? 0 : 2; in Observe()363 use_gtk ? -1 : toolbar_height); in Observe()368 gtk_event_box_set_visible_window(GTK_EVENT_BOX(event_box_), use_gtk); in Observe()370 if (use_gtk) { in Observe()
64 gboolean use_gtk);
605 bool use_gtk = theme_service_->UseGtkTheme(); in UpdateMatchLabelAppearance() local607 if (use_gtk) { in UpdateMatchLabelAppearance()
945 bool use_gtk = false; in SetBaseColor() local947 bool use_gtk = theme_service_->UseGtkTheme(); in SetBaseColor() local949 if (use_gtk) { in SetBaseColor()1023 bool use_gtk = false; in UpdateInstantViewColors() local1025 bool use_gtk = theme_service_->UseGtkTheme(); in UpdateInstantViewColors() local1028 if (use_gtk) { in UpdateInstantViewColors()1789 bool use_gtk = false; in GetFont() local1791 bool use_gtk = theme_service_->UseGtkTheme(); in GetFont()1794 if (use_gtk) { in GetFont()