OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instruction_label_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/
fullscreen_exit_bubble_gtk.cc
59
gtk_widget_hide(
instruction_label_
);
84
gtk_widget_hide(
instruction_label_
);
87
gtk_widget_show(
instruction_label_
);
126
instruction_label_
= gtk_label_new(UTF16ToUTF8(GetInstructionText()).c_str());
127
gtk_widget_set_no_show_all(
instruction_label_
, FALSE);
128
gtk_box_pack_start(GTK_BOX(hbox_),
instruction_label_
, FALSE, FALSE, 0);
local
fullscreen_exit_bubble_gtk.h
76
GtkWidget*
instruction_label_
;
member in class:FullscreenExitBubbleGtk
Completed in 29 milliseconds