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

  /external/chromium_org/win8/metro_driver/
file_picker_ash.cc 140 hr = storage_item->get_Path(file_path.GetAddressOf());
346 hr = storage_item->get_Path(file_path_str.GetAddressOf());
535 hr = storage_item->get_Path(file_path.GetAddressOf());
604 hr = storage_item->get_Path(file_path.GetAddressOf());
file_picker.cc 211 hr = storage_item->get_Path(file_path.GetAddressOf());
409 hr = storage_item->get_Path(file_path_str.GetAddressOf());
583 hr = storage_item->get_Path(file_path.GetAddressOf());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fsrmquota.h 388 STDMETHOD_(HRESULT,get_Path)(THIS_ BSTR *path) PURE;
420 #define IFsrmQuotaObject_get_Path(This,path) (This)->lpVtbl->get_Path(This,path)
470 STDMETHOD_(HRESULT,get_Path)(THIS_ BSTR *path) PURE;
507 #define IFsrmAutoApplyQuota_get_Path(This,path) (This)->lpVtbl->get_Path(This,path)
    [all...]
fsrmscreen.h 546 STDMETHOD_(HRESULT,get_Path)(THIS_ BSTR *path) PURE;
565 #define IFsrmFileScreenException_get_Path(This,path) (This)->lpVtbl->get_Path(This,path)
    [all...]
shldisp.h 541 virtual HRESULT WINAPI get_Path(BSTR *pbs) = 0;
569 HRESULT (WINAPI *get_Path)(FolderItem *This,BSTR *pbs);
599 #define FolderItem_get_Path(This,pbs) (This)->lpVtbl->get_Path(This,pbs)
    [all...]
gpmgmt.h     [all...]
mergemod.h 283 virtual HRESULT WINAPI get_Path(BSTR *ErrorPath) = 0;
301 HRESULT (WINAPI *get_Path)(IMsmError *This,BSTR *ErrorPath);
321 #define IMsmError_get_Path(This,ErrorPath) (This)->lpVtbl->get_Path(This,ErrorPath)
    [all...]
exdisp.h 441 virtual HRESULT WINAPI get_Path(BSTR *Path) = 0;
497 HRESULT (WINAPI *get_Path)(IWebBrowserApp *This,BSTR *Path);
555 #define IWebBrowserApp_get_Path(This,Path) (This)->lpVtbl->get_Path(This,Path)
    [all...]
mmcobj.h     [all...]
iads.h     [all...]
wbemdisp.h     [all...]

Completed in 2386 milliseconds