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

/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dselect_file_dialog_impl_gtk2.cc236 std::string title_string = base::UTF16ToUTF8(title); local
246 dialog = CreateSelectFolderDialog(type, title_string, default_path,
250 dialog = CreateFileOpenDialog(title_string, default_path, owning_window);
253 dialog = CreateMultiFileOpenDialog(title_string, default_path,
257 dialog = CreateSaveAsDialog(title_string, default_path, owning_window);
416 std::string title_string = title; local
417 if (title_string.empty()) {
418 title_string = (type == SELECT_UPLOAD_FOLDER) ?
427 gtk_file_chooser_dialog_new(title_string.c_str(), NULL,
452 std::string title_string local
466 std::string title_string = !title.empty() ? title : local
478 std::string title_string = !title.empty() ? title : local
[all...]
H A Dselect_file_dialog_impl_kde.cc232 std::string title_string = base::UTF16ToUTF8(title); local
243 CreateSelectFolderDialog(type, title_string, default_path,
247 CreateFileOpenDialog(title_string, default_path, window_xid, params);
250 CreateMultiFileOpenDialog(title_string, default_path, window_xid, params);
253 CreateSaveAsDialog(title_string, default_path, window_xid, params);
/external/e2fsprogs/ext2ed/
H A Dwin.c40 char title_string [128]; local
44 sprintf (title_string,"EXT2ED - Extended-2 File System editor ver %s (%s)", E2FSPROGS_VERSION, E2FSPROGS_DATE);
45 wmove (title_win,TITLE_WIN_LINES/2,(COLS-strlen (title_string))/2);
46 wprintw (title_win,title_string);
/external/chromium_org/chrome/browser/ui/views/
H A Dglobal_error_bubble_view.cc78 base::string16 title_string(error_->GetBubbleViewTitle());
79 scoped_ptr<views::Label> title_label(new views::Label(title_string));
/external/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog_win.cc369 base::string16 title_string = title; local
370 if (type == SELECT_UPLOAD_FOLDER && title_string.empty()) {
373 title_string = l10n_util::GetStringUTF16(
377 title_string,
/external/chromium_org/chrome/utility/importer/
H A Die_importer_win.cc497 base::string16 title_string; local
499 title_string = stat_url.pwcsTitle;
511 row.title = title_string;

Completed in 215 milliseconds