Home
last modified time | relevance | path

Searched refs:is_normal (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dgtk_chrome_link_button.cc123 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()
Dgtk_chrome_link_button.h42 gboolean is_normal; member
/external/chromium_org/third_party/libjingle/source/talk/base/
Dlinuxwindowpicker.cc764 bool is_normal = (end != std::find( in IsDesktopElement() local
766 return !is_normal; in IsDesktopElement()
/external/kernel-headers/original/linux/
Dmmzone.h397 static inline int is_normal(struct zone *zone) in is_normal() function