Home | History | Annotate | Download | only in libgtk2ui

Lines Matching defs:default_path

65       const base::FilePath& default_path,
77 const base::FilePath& default_path, XID parent,
83 : type(type), title(title), default_path(default_path), parent(parent),
91 base::FilePath default_path;
106 const base::FilePath& default_path, XID parent,
126 const base::FilePath& default_path,
130 const base::FilePath& default_path,
134 const base::FilePath& default_path,
138 const base::FilePath& default_path,
215 const base::FilePath& default_path,
244 CreateSelectFolderDialog(type, title_string, default_path,
248 CreateFileOpenDialog(title_string, default_path, window_xid, params);
251 CreateMultiFileOpenDialog(title_string, default_path, window_xid, params);
254 CreateSaveAsDialog(title_string, default_path, window_xid, params);
298 GetKDialogCommandLine(params.type, params.title, params.default_path,
380 Type type, const std::string& title, const base::FilePath& default_path,
393 default_path.empty() ? *last_opened_path_ : default_path,
399 const std::string& title, const base::FilePath& default_path,
409 default_path.empty() ? *last_opened_path_ : default_path,
415 const std::string& title, const base::FilePath& default_path,
425 default_path.empty() ? *last_opened_path_ : default_path,
431 const std::string& title, const base::FilePath& default_path,
441 default_path.empty() ? *last_saved_path_ : default_path,