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

  /external/chromium_org/win8/metro_driver/
file_picker.cc 47 STDMETHOD(get_Size)(unsigned *size) {
383 HRESULT hr = files->get_Size(&num_files);
519 hr = choices->get_Size(&num_choices);
file_picker_ash.cc 45 STDMETHOD(get_Size)(unsigned *size) {
321 HRESULT hr = files->get_Size(&num_files);
468 hr = choices->get_Size(&num_choices);
chrome_app_view.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qmgr.h 253 virtual HRESULT WINAPI get_Size(DWORD *pdwSize) = 0;
275 HRESULT (WINAPI *get_Size)(IBackgroundCopyGroup *This,DWORD *pdwSize);
299 #define IBackgroundCopyGroup_get_Size(This,pdwSize) (This)->lpVtbl->get_Size(This,pdwSize)
    [all...]
cdonts.h     [all...]
shldisp.h 550 virtual HRESULT WINAPI get_Size(LONG *pul) = 0;
578 HRESULT (WINAPI *get_Size)(FolderItem *This,LONG *pul);
608 #define FolderItem_get_Size(This,pul) (This)->lpVtbl->get_Size(This,pul)
    [all...]
dbdaoint.h 601 STDMETHOD(get_Size) (__LONG32 *pl) PURE;
    [all...]
ocidl.h     [all...]
adoint.h     [all...]
fsrm.h     [all...]
iads.h     [all...]

Completed in 2541 milliseconds