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 553 FolderPickerSession::FolderPickerSession(ChromeAppViewAsh* app_view,
557 HRESULT FolderPickerSession::StartFilePicker() {
586 this, &FolderPickerSession::FolderPickerDone));
592 HRESULT FolderPickerSession::FolderPickerDone(FolderPickerAsyncOp* async,

Completed in 135 milliseconds