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

  /external/chromium_org/ppapi/cpp/trusted/
file_chooser_trusted.cc 28 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_),
file_chooser_trusted.h 35 bool save_as_; member in class:pp::FileChooser_Trusted
  /external/chromium/chrome/browser/renderer_host/
download_resource_handler.h 86 bool save_as_; // Request was initiated via "Save As" by the user. member in class:DownloadResourceHandler
download_resource_handler.cc 42 save_as_(save_as),
106 save_as_ && save_info_.file_path.empty();
  /external/chromium/chrome/browser/download/
download_item.h 272 bool save_as() const { return save_as_; }
394 bool save_as_; member in class:DownloadItem
download_item.cc 140 save_as_(false),
183 save_as_(info.prompt_user_for_save_location),
220 save_as_(false),
589 save_as_ = prompt;

Completed in 95 milliseconds