Home
last modified time | relevance | path

Searched refs:SetFileContents (Results 1 – 18 of 18) 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.cc416 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")
Dflag_changer.py111 self._device.old_interface.SetFileContents(self._cmdline_file, cmd_line)
Dandroid_commands.py1152 def SetFileContents(self, filename, contents): member in AndroidCommands
1219 self.SetFileContents(temp_file.name, contents)
1221 self.SetFileContents(temp_script.name,
/external/chromium_org/build/android/pylib/base/
Dbase_test_runner.py54 self.device.old_interface.SetFileContents(
/external/chromium_org/tools/telemetry/telemetry/core/forwarders/
Dandroid_forwarder.py258 self._device.old_interface.SetFileContents('%s.sh' % script_prefix, script)
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
Dandroid_browser_backend.py273 self._adb.device().old_interface.SetFileContents(
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_aura.cc245 provider->SetFileContents(file_name, drop_data.file_contents); in PrepareDragForFileContents()
/external/chromium_org/ui/views/controls/textfield/
Dtextfield_unittest.cc828 bad_data.SetFileContents(base::FilePath(L"x"), "x"); in TEST_F()