HomeSort by relevance Sort by last modified time
    Searched refs:SetDownloadFileInfo (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/base/dragdrop/
os_exchange_data.cc 136 void OSExchangeData::SetDownloadFileInfo(const DownloadFileInfo& download) {
137 provider_->SetDownloadFileInfo(download);
os_exchange_data.h 128 virtual void SetDownloadFileInfo(const DownloadFileInfo& download) = 0;
221 void SetDownloadFileInfo(const DownloadFileInfo& download);
os_exchange_data_provider_win.h 182 virtual void SetDownloadFileInfo(
os_exchange_data_provider_win.cc 520 void OSExchangeDataProviderWin::SetDownloadFileInfo(
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 295 provider->SetDownloadFileInfo(file_download);
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc 894 bad_data.SetDownloadFileInfo(download);
    [all...]

Completed in 385 milliseconds