Home
last modified time | relevance | path

Searched refs:GetInputTitle (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_editor_gtk.cc432 string16 BookmarkEditorGtk::GetInputTitle() const { in GetInputTitle() function in BookmarkEditorGtk
458 string16 new_title(GetInputTitle()); in ApplyEdits()
524 if (GetInputTitle().empty()) { in OnEntryChanged()
Dbookmark_editor_gtk.h91 string16 GetInputTitle() const;
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_editor_view.h205 std::wstring GetInputTitle() const;
Dbookmark_editor_view.cc433 std::wstring BookmarkEditorView::GetInputTitle() const { in GetInputTitle() function in BookmarkEditorView
542 string16 new_title(WideToUTF16Hack(GetInputTitle())); in ApplyEdits()