/external/chromium_org/chrome/browser/extensions/api/file_system/ |
file_system_api_unittest.cc | 158 base::FilePath suggested_name; local 162 FileSystemChooseEntryFunction::BuildSuggestion(&opt_name, &suggested_name, 164 EXPECT_FALSE(suggested_name.IsAbsolute()); 165 EXPECT_EQ(suggested_name.MaybeAsASCII(), "normal_path.txt"); 170 FileSystemChooseEntryFunction::BuildSuggestion(&opt_name, &suggested_name, 172 EXPECT_FALSE(suggested_name.IsAbsolute()); 173 EXPECT_EQ(suggested_name.MaybeAsASCII(), "path"); 180 FileSystemChooseEntryFunction::BuildSuggestion(&opt_name, &suggested_name, 182 EXPECT_FALSE(suggested_name.IsAbsolute()); 183 EXPECT_TRUE(suggested_name.MaybeAsASCII().empty()) [all...] |
file_system_api.cc | 428 const base::FilePath& suggested_name, 443 base::Unretained(this), suggested_name, 1, 473 suggested_name, 635 const base::FilePath& suggested_name, 639 initial_path_ = previous_path.Append(suggested_name); 643 initial_path_ = documents_dir.Append(suggested_name); 645 initial_path_ = suggested_name; 806 base::FilePath* suggested_name, 809 *suggested_name = base::FilePath::FromUTF8Unsafe(*opt_name); 814 *suggested_name = suggested_name->BaseName() 828 base::FilePath suggested_name; local [all...] |
file_system_api.h | 140 base::FilePath* suggested_name, 152 void SetInitialPathOnFileThread(const base::FilePath& suggested_name,
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
file_browser_handler_api_test.cc | 34 TestCase(const base::FilePath& suggested_name, 38 : suggested_name(suggested_name), 46 base::FilePath suggested_name; member in struct:__anon4235::TestCase 72 MockFileSelector(const base::FilePath& suggested_name, 76 : suggested_name_(suggested_name), 86 const base::FilePath& suggested_name, 91 EXPECT_EQ(suggested_name_, suggested_name); 130 : suggested_name_(test_case.suggested_name),
|
file_browser_handler_api.cc | 117 const base::FilePath& suggested_name, 133 // set to |suggested_name|. The dialog will be bound to the tab active in 140 bool StartSelectFile(const base::FilePath& suggested_name, 172 const base::FilePath& suggested_name, 180 if (!StartSelectFile(suggested_name, allowed_extensions, browser)) { 190 const base::FilePath& suggested_name, 215 suggested_name, 292 base::FilePath suggested_name(params->selection_params.suggested_name); 303 file_selector->SelectFile(suggested_name.BaseName() [all...] |
file_browser_handler_api.h | 37 // User should be initially suggested to select file named |suggested_name|. 52 const base::FilePath& suggested_name,
|
/external/chromium_org/content/public/browser/ |
download_url_parameters.h | 92 void set_suggested_name(const base::string16& suggested_name) { 93 save_info_.suggested_name = suggested_name; 129 const base::string16& suggested_name() const { function in class:content::DownloadUrlParameters 130 return save_info_.suggested_name;
|
download_save_info.h | 30 base::string16 suggested_name; member in struct:content::DownloadSaveInfo
|
/external/chromium/chrome/browser/ui/views/ |
shell_dialogs_win.cc | 227 // |suggested_name| will not be used to generate the file name. This is useful 229 // where |suggested_name| may contain a '.' character as a valid part of the 232 const std::wstring& suggested_name, 242 std::wstring file_part = FilePath(suggested_name).BaseName().value(); 274 if (!suggested_name.empty()) 275 directory = FilePath(suggested_name).DirName().value(); 326 suggested_ext = file_util::GetFileExtensionFromPath(suggested_name); 328 // If we can't get the extension from the suggested_name, we use the default 340 // Prompt the user for location to save a file. 'suggested_name' is a full path 342 // For example, a 'suggested_name' of [all...] |
/external/chromium_org/ui/shell_dialogs/ |
select_file_dialog_win.cc | 255 // |suggested_name| will not be used to generate the file name. This is useful 257 // where |suggested_name| may contain a '.' character as a valid part of the 260 const std::wstring& suggested_name, 270 const base::FilePath suggested_path(suggested_name); 272 // If the suggested_name is a root directory, file_part will be '\', and the 307 if (!suggested_name.empty()) { 367 // If we can't get the extension from the suggested_name, we use the default 379 // Prompt the user for location to save a file. 'suggested_name' is a full path 381 // For example, a 'suggested_name' of: 391 const std::wstring& suggested_name, [all...] |
/external/chromium_org/net/base/ |
net_util.h | 263 // 2) |suggested_name| if specified. |suggested_name| is assumed to be in 289 const std::string& suggested_name, 298 const std::string& suggested_name,
|
net_util.cc | [all...] |
/external/chromium_org/ui/metro_viewer/ |
metro_viewer_messages.h | 120 IPC_STRUCT_MEMBER(base::FilePath, suggested_name)
|
/external/chromium_org/base/ |
tracked_objects.cc | 268 ThreadData::ThreadData(const std::string& suggested_name) 273 DCHECK_GE(suggested_name.size(), 0u); 274 thread_name_ = suggested_name; 314 void ThreadData::InitializeThreadContext(const std::string& suggested_name) { 321 current_thread_data = new ThreadData(suggested_name);
|
tracked_objects.h | 377 static void InitializeThreadContext(const std::string& suggested_name); 505 explicit ThreadData(const std::string& suggested_name); [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_message_filter.h | 195 const base::string16& suggested_name);
|
render_message_filter.cc | [all...] |
/external/chromium_org/content/renderer/ |
render_frame_impl.h | 205 const blink::WebString& suggested_name);
|
render_frame_impl.cc | 712 const blink::WebString& suggested_name) { 717 suggested_name)); [all...] |
/external/chromium_org/content/browser/download/ |
download_manager_impl.cc | 117 save_info->suggested_name = params->suggested_name();
|
download_item_impl.cc | 167 suggested_filename_(UTF16ToUTF8(info.save_info->suggested_name)), [all...] |
/external/chromium_org/win8/metro_driver/ |
file_picker_ash.cc | 379 params.suggested_name), 495 // If the suggested_name is a root directory, then don't set it as the
|
/external/chromium/chrome/browser/download/ |
save_package.cc | 419 string16 suggested_name = local 428 FilePath file_path = FilePath(suggested_name); 431 base::SysWideToNativeMB(UTF16ToWide(suggested_name))); [all...] |
/external/chromium_org/ui/aura/ |
remote_root_window_host_win.cc | 315 params.suggested_name = default_path;
|
/external/chromium_org/webkit/child/ |
weburlloader_impl.cc | 794 std::string(), // suggested_name
|