HomeSort by relevance Sort by last modified time
    Searched defs:IsAccessAllowed (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.cc 164 bool FileSystemBackend::IsAccessAllowed(
294 if (!IsAccessAllowed(url)) {
349 if (!IsAccessAllowed(url))
379 if (!IsAccessAllowed(url))
418 if (!IsAccessAllowed(url))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iaccess.h 64 virtual HRESULT WINAPI IsAccessAllowed(PTRUSTEEW pTrustee,LPWSTR lpProperty,ACCESS_RIGHTS AccessRights,WINBOOL *pfAccessAllowed) = 0;
77 HRESULT (WINAPI *IsAccessAllowed)(IAccessControl *This,PTRUSTEEW pTrustee,LPWSTR lpProperty,ACCESS_RIGHTS AccessRights,WINBOOL *pfAccessAllowed);
93 #define IAccessControl_IsAccessAllowed(This,pTrustee,lpProperty,AccessRights,pfAccessAllowed) (This)->lpVtbl->IsAccessAllowed(This,pTrustee,lpProperty,AccessRights,pfAccessAllowed)

Completed in 63 milliseconds