OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_normal
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
gtk_chrome_link_button.cc
123
if (GTK_WIDGET_STATE(widget) == GTK_STATE_ACTIVE && button->
is_normal
) {
125
button->
is_normal
= FALSE;
127
!button->
is_normal
) {
131
button->
is_normal
= TRUE;
193
button->
is_normal
= TRUE;
gtk_chrome_link_button.h
42
gboolean
is_normal
;
member in struct:_GtkChromeLinkButton
/external/kernel-headers/original/linux/
mmzone.h
397
static inline int
is_normal
(struct zone *zone)
function
Completed in 1467 milliseconds