HomeSort by relevance Sort by last modified time
    Searched defs:FolderPickerSession (Results 1 - 2 of 2) 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);
file_picker_ash.cc 552 FolderPickerSession::FolderPickerSession(ChromeAppViewAsh* app_view,
556 HRESULT FolderPickerSession::StartFilePicker() {
585 this, &FolderPickerSession::FolderPickerDone));
591 HRESULT FolderPickerSession::FolderPickerDone(FolderPickerAsyncOp* async,

Completed in 38 milliseconds