Searched refs:GetInputTitle (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_editor_gtk.h91 string16 GetInputTitle() const;
H A Dbookmark_editor_gtk.cc432 string16 BookmarkEditorGtk::GetInputTitle() const { function in class:BookmarkEditorGtk
458 string16 new_title(GetInputTitle());
524 if (GetInputTitle().empty()) {
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_editor_gtk.h89 base::string16 GetInputTitle() const;
H A Dbookmark_editor_gtk.cc519 base::string16 BookmarkEditorGtk::GetInputTitle() const { function in class:BookmarkEditorGtk
545 base::string16 new_title(GetInputTitle());
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.h205 std::wstring GetInputTitle() const;
H A Dbookmark_editor_view.cc433 std::wstring BookmarkEditorView::GetInputTitle() const { function in class:BookmarkEditorView
542 string16 new_title(WideToUTF16Hack(GetInputTitle()));

Completed in 51 milliseconds