Home | History | Annotate | Download | only in metro_driver

Lines Matching defs:OpenFilePickerSession

112 class OpenFilePickerSession : public FilePickerSessionBase {
114 explicit OpenFilePickerSession(OPENFILENAME* open_file_name);
137 DISALLOW_COPY_AND_ASSIGN(OpenFilePickerSession);
194 OpenFilePickerSession::OpenFilePickerSession(OPENFILENAME* open_file_name)
198 HRESULT OpenFilePickerSession::SinglePickerDone(SingleFileAsyncOp* async,
239 HRESULT OpenFilePickerSession::MultiPickerDone(MultiFileAsyncOp* async,
271 HRESULT OpenFilePickerSession::StartFilePicker() {
351 this, &OpenFilePickerSession::MultiPickerDone));
366 this, &OpenFilePickerSession::SinglePickerDone));
374 HRESULT OpenFilePickerSession::ComposeMultiFileResult(
612 OpenFilePickerSession session(open_file_name);