Searched refs:OpenFilePickerSession (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/win8/metro_driver/
H A Dfile_picker_ash.h78 class OpenFilePickerSession : public FilePickerSessionBase { class in inherits:FilePickerSessionBase
80 explicit OpenFilePickerSession(ChromeAppViewAsh* app_view,
122 DISALLOW_COPY_AND_ASSIGN(OpenFilePickerSession);
H A Dfile_picker.cc112 class OpenFilePickerSession : public FilePickerSessionBase { class in namespace:__anon15764
114 explicit OpenFilePickerSession(OPENFILENAME* open_file_name);
137 DISALLOW_COPY_AND_ASSIGN(OpenFilePickerSession);
194 OpenFilePickerSession::OpenFilePickerSession(OPENFILENAME* open_file_name) function in class:__anon15764::OpenFilePickerSession
198 HRESULT OpenFilePickerSession::SinglePickerDone(SingleFileAsyncOp* async,
239 HRESULT OpenFilePickerSession::MultiPickerDone(MultiFileAsyncOp* async,
271 HRESULT OpenFilePickerSession::StartFilePicker() {
350 this, &OpenFilePickerSession::MultiPickerDone));
365 this, &OpenFilePickerSession
[all...]
H A Dfile_picker_ash.cc118 OpenFilePickerSession::OpenFilePickerSession( function in class:OpenFilePickerSession
128 HRESULT OpenFilePickerSession::SinglePickerDone(SingleFileAsyncOp* async,
161 HRESULT OpenFilePickerSession::MultiPickerDone(MultiFileAsyncOp* async,
212 HRESULT OpenFilePickerSession::StartFilePicker() {
288 this, &OpenFilePickerSession::MultiPickerDone));
303 this, &OpenFilePickerSession::SinglePickerDone));
311 HRESULT OpenFilePickerSession::ComposeMultiFileResult(
H A Dchrome_app_view_ash.h41 class OpenFilePickerSession;
81 // result of the operation is passed in along with the OpenFilePickerSession
83 // the OpenFilePickerSession class.
84 void OnOpenFileCompleted(OpenFilePickerSession* open_file_picker,
H A Dchrome_app_view_ash.cc751 // The OpenFilePickerSession instance is deleted when we receive a
752 // callback from the OpenFilePickerSession class about the completion of the
755 new OpenFilePickerSession(this,
798 OpenFilePickerSession* open_file_picker,

Completed in 555 milliseconds