Searched defs:select_title (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Dentry_picker.cc31 const base::string16& select_title,
59 select_title,
27 EntryPicker(EntryPickerClient* client, content::WebContents* web_contents, ui::SelectFileDialog::Type picker_type, const base::FilePath& last_directory, const base::string16& select_title, const ui::SelectFileDialog::FileTypeInfo& info, int file_type_index) argument
H A Ddeveloper_private_api.cc910 base::string16 select_title = local
918 select_title,
941 const base::string16& select_title,
960 select_title,
1297 base::string16 select_title; local
1301 select_title = l10n_util::GetStringUTF16(IDS_EXTENSION_LOAD_FROM_DIRECTORY);
1303 select_title = l10n_util::GetStringUTF16(
1321 select_title,
938 ShowPicker( ui::SelectFileDialog::Type picker_type, const base::FilePath& last_directory, const base::string16& select_title, const ui::SelectFileDialog::FileTypeInfo& info, int file_type_index) argument
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dpack_extension_handler.cc170 base::string16 select_title; local
172 select_title = l10n_util::GetStringUTF16(IDS_EXTENSION_LOAD_FROM_DIRECTORY);
174 select_title = l10n_util::GetStringUTF16(
191 select_title,

Completed in 4190 milliseconds