OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetInputTitle
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.h
91
string16
GetInputTitle
() const;
bookmark_editor_gtk.cc
432
string16 BookmarkEditorGtk::
GetInputTitle
() const {
458
string16 new_title(
GetInputTitle
());
524
if (
GetInputTitle
().empty()) {
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.h
205
std::wstring
GetInputTitle
() const;
bookmark_editor_view.cc
433
std::wstring BookmarkEditorView::
GetInputTitle
() const {
542
string16 new_title(WideToUTF16Hack(
GetInputTitle
()));
Completed in 45 milliseconds