OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf8_title
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_gtk.cc
310
const std::string
utf8_title
= base::UTF16ToUTF8(GetTitle());
local
314
const bool title_unchanged = (
utf8_title
== current_tooltip);
320
gtk_widget_set_tooltip_text(widget(),
utf8_title
.c_str());
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.cc
382
std::string
utf8_title
= UTF16ToUTF8(nodes[0]->GetTitle());
local
385
utf8_title
.c_str());
Completed in 156 milliseconds