OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throbbing_widget_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc
143
throbbing_widget_
(NULL),
757
if (
throbbing_widget_
) {
759
HoverControllerGtk::GetHoverControllerGtk(
throbbing_widget_
);
764
throbbing_widget_
,
767
g_object_unref(
throbbing_widget_
);
768
throbbing_widget_
= NULL;
772
throbbing_widget_
= widget;
773
g_object_ref(
throbbing_widget_
);
774
g_signal_connect(
throbbing_widget_
, "destroy",
778
HoverControllerGtk::GetHoverControllerGtk(
throbbing_widget_
);
[
all
...]
bookmark_bar_gtk.h
187
// Set |
throbbing_widget_
| to |widget|. Also makes sure that
188
// |
throbbing_widget_
| doesn't become stale.
293
// |
throbbing_widget_
| callback.
409
GtkWidget*
throbbing_widget_
;
member in class:BookmarkBarGtk
Completed in 36 milliseconds