OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:button_class
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
gtk_chrome_button.cc
42
static void gtk_chrome_button_class_init(GtkChromeButtonClass*
button_class
) {
53
reinterpret_cast<GtkWidgetClass*>(
button_class
);
78
GObjectClass* gobject_class = G_OBJECT_CLASS(
button_class
);
gtk_chrome_link_button.cc
174
GtkButtonClass*
button_class
=
local
179
button_class
->enter = >k_chrome_link_button_enter;
180
button_class
->leave = >k_chrome_link_button_leave;
Completed in 3290 milliseconds