Searched refs:save_as_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ppapi/cpp/trusted/
H A Dfile_chooser_trusted.cc28 FileChooser_Trusted::FileChooser_Trusted() : save_as_(false) {
37 save_as_(save_as),
43 save_as_(other.save_as_),
50 save_as_ = other.save_as_;
60 PP_FromBool(save_as_),
74 PP_FromBool(save_as_),
H A Dfile_chooser_trusted.h35 bool save_as_; member in class:pp::FileChooser_Trusted
/external/chromium/chrome/browser/download/
H A Ddownload_item.h272 bool save_as() const { return save_as_; }
394 bool save_as_; member in class:DownloadItem
H A Ddownload_item.cc140 save_as_(false),
183 save_as_(info.prompt_user_for_save_location),
220 save_as_(false),
589 save_as_ = prompt;
/external/chromium/chrome/browser/renderer_host/
H A Ddownload_resource_handler.h86 bool save_as_; // Request was initiated via "Save As" by the user. member in class:DownloadResourceHandler
H A Ddownload_resource_handler.cc42 save_as_(save_as),
106 save_as_ && save_info_.file_path.empty();

Completed in 163 milliseconds