Home
last modified time | relevance | path

Searched refs:SetFileContents (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/ui/base/dragdrop/
Dos_exchange_data.cc126 void OSExchangeData::SetFileContents(const base::FilePath& filename, in SetFileContents() function in ui::OSExchangeData
128 provider_->SetFileContents(filename, file_contents); in SetFileContents()
Dos_exchange_data.h121 virtual void SetFileContents(const base::FilePath& filename,
215 void SetFileContents(const base::FilePath& filename,
Dos_exchange_data_provider_aurax11.h88 virtual void SetFileContents(const base::FilePath& filename,
Dos_exchange_data_provider_win.h160 virtual void SetFileContents(const base::FilePath& filename,
Dos_exchange_data_provider_win.cc322 SetFileContents(base::FilePath(valid_file_name), shortcut_url_file_contents); in SetURL()
372 void OSExchangeDataProviderWin::SetFileContents( in SetFileContents() function in ui::OSExchangeDataProviderWin
Dos_exchange_data_win_unittest.cc300 data.SetFileContents(base::FilePath(L"filename.txt"), file_contents); in TEST()
Dos_exchange_data_provider_aurax11.cc419 void OSExchangeDataProviderAuraX11::SetFileContents( in SetFileContents() function in ui::OSExchangeDataProviderAuraX11
/external/chromium_org/third_party/brotli/src/woff2/
Dfile.h32 inline void SetFileContents(std::string filename, std::string content) { in SetFileContents() function
Dwoff2_decompress.cc50 woff2::SetFileContents(outfilename, output); in main()
Dwoff2_compress.cc49 woff2::SetFileContents(outfilename, output); in main()
/external/chromium_org/build/android/pylib/
Dandroid_commands_unittest.py29 self.ac.SetFileContents(temp_file.name, "contents")
36 self.ac.SetFileContents(with_temp_file.name, "contents")
Dandroid_commands.py1142 def SetFileContents(self, filename, contents): member in AndroidCommands
1209 self.SetFileContents(temp_file.name, contents)
1211 self.SetFileContents(temp_script.name,
/external/chromium_org/build/android/pylib/device/
Ddevice_utils.py636 self.old_interface.SetFileContents(device_path, contents)
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_aura.cc234 provider->SetFileContents(file_name, drop_data.file_contents); in PrepareDragForFileContents()
/external/chromium_org/ui/views/controls/textfield/
Dtextfield_unittest.cc891 bad_data.SetFileContents(base::FilePath(L"x"), "x"); in TEST_F()