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

  /external/chromium_org/chromeos/login/auth/
user_context.cc 93 user_manager::UserType UserContext::GetUserType() const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleidl.h 530 virtual HRESULT WINAPI GetUserType(DWORD dwFormOfType,LPOLESTR *pszUserType) = 0;
558 HRESULT (WINAPI *GetUserType)(IOleObject *This,DWORD dwFormOfType,LPOLESTR *pszUserType);
588 #define IOleObject_GetUserType(This,dwFormOfType,pszUserType) (This)->lpVtbl->GetUserType(This,dwFormOfType,pszUserType)
    [all...]

Completed in 43 milliseconds