Searched refs:is_normal (Results 1 – 4 of 4) sorted by relevance
123 if (GTK_WIDGET_STATE(widget) == GTK_STATE_ACTIVE && button->is_normal) { in gtk_chrome_link_button_expose()125 button->is_normal = FALSE; in gtk_chrome_link_button_expose()127 !button->is_normal) { in gtk_chrome_link_button_expose()131 button->is_normal = TRUE; in gtk_chrome_link_button_expose()193 button->is_normal = TRUE; in gtk_chrome_link_button_init()
42 gboolean is_normal; member
764 bool is_normal = (end != std::find( in IsDesktopElement() local766 return !is_normal; in IsDesktopElement()
397 static inline int is_normal(struct zone *zone) in is_normal() function