OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_tooltip
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_gtk.cc
312
gchar* const
current_tooltip
= gtk_widget_get_tooltip_text(widget());
local
313
if (
current_tooltip
) {
314
const bool title_unchanged = (utf8_title ==
current_tooltip
);
315
g_free(
current_tooltip
);
Completed in 43 milliseconds