GetFileContents    45 ui/base/clipboard/clipboard_util_win.h   static bool GetFileContents(IDataObject* data_object,
GetFileContents   133 ui/base/dragdrop/os_exchange_data.cc   return provider_->GetFileContents(filename, file_contents);
GetFileContents   127 ui/base/dragdrop/os_exchange_data.h     virtual bool GetFileContents(base::FilePath* filename,
GetFileContents   219 ui/base/dragdrop/os_exchange_data.h   bool GetFileContents(base::FilePath* filename,
GetFileContents   477 ui/base/dragdrop/os_exchange_data_provider_win.cc   if (!ClipboardUtil::GetFileContents(source_object_, &filename_str,
GetFileContents   172 ui/base/dragdrop/os_exchange_data_provider_win.h   virtual bool GetFileContents(base::FilePath* filename,
GetFileContents   306 ui/base/dragdrop/os_exchange_data_win_unittest.cc   EXPECT_TRUE(copy.GetFileContents(&filename, &read_contents));