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

  /external/chromium_org/win8/metro_driver/
file_picker_ash.h 149 class FolderPickerSession : public FilePickerSessionBase {
151 explicit FolderPickerSession(ChromeAppViewAsh* app_view,
163 DISALLOW_COPY_AND_ASSIGN(FolderPickerSession);
chrome_app_view_ash.h 43 class FolderPickerSession;
95 // result of the operation is passed in along with the FolderPickerSession
97 // the FolderPickerSession class.
98 void OnFolderPickerCompleted(FolderPickerSession* folder_picker,
file_picker_ash.cc 551 FolderPickerSession::FolderPickerSession(ChromeAppViewAsh* app_view,
555 HRESULT FolderPickerSession::StartFilePicker() {
584 this, &FolderPickerSession::FolderPickerDone));
590 HRESULT FolderPickerSession::FolderPickerDone(FolderPickerAsyncOp* async,
chrome_app_view_ash.cc 777 // The FolderPickerSession instance is deleted when we receive a
778 // callback from the FolderPickerSession class about the completion of the
780 FilePickerSessionBase* file_picker_ = new FolderPickerSession(this, title);
829 FolderPickerSession* folder_picker,
    [all...]

Completed in 56 milliseconds