Searched refs:select_title (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Dentry_picker.cc32 const string16& select_title,
60 select_title,
28 EntryPicker(EntryPickerClient* client, content::WebContents* web_contents, ui::SelectFileDialog::Type picker_type, const base::FilePath& last_directory, const string16& select_title, const ui::SelectFileDialog::FileTypeInfo& info, int file_type_index) argument
H A Dentry_picker.h32 const string16& select_title,
H A Ddeveloper_private_api.cc754 string16 select_title = local
762 select_title,
785 const string16& select_title,
801 last_directory, select_title, info, file_type_index);
1114 string16 select_title; local
1118 select_title = l10n_util::GetStringUTF16(IDS_EXTENSION_LOAD_FROM_DIRECTORY);
1120 select_title = l10n_util::GetStringUTF16(
1138 select_title,
782 ShowPicker( ui::SelectFileDialog::Type picker_type, const base::FilePath& last_directory, const string16& select_title, const ui::SelectFileDialog::FileTypeInfo& info, int file_type_index) argument
H A Ddeveloper_private_api.h284 const string16& select_title,
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dpack_extension_handler.cc172 string16 select_title; local
174 select_title = l10n_util::GetStringUTF16(IDS_EXTENSION_LOAD_FROM_DIRECTORY);
176 select_title = l10n_util::GetStringUTF16(
193 select_title,
H A Dextension_settings_handler.cc883 string16 select_title = local
893 select_title,
/external/chromium/chrome/browser/extensions/
H A Dextensions_ui.cc583 string16 select_title; local
585 select_title = l10n_util::GetStringUTF16(IDS_EXTENSION_LOAD_FROM_DIRECTORY);
587 select_title = l10n_util::GetStringUTF16(
590 select_title = l10n_util::GetStringUTF16(
605 load_extension_dialog_->SelectFile(type, select_title, FilePath(), &info,
/external/chromium/chrome/browser/ui/webui/options/
H A Dextension_settings_handler.cc676 string16 select_title; local
678 select_title = l10n_util::GetStringUTF16(IDS_EXTENSION_LOAD_FROM_DIRECTORY);
680 select_title = l10n_util::GetStringUTF16(
683 select_title = l10n_util::GetStringUTF16(
698 load_extension_dialog_->SelectFile(type, select_title, FilePath(), &info,

Completed in 95 milliseconds