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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
userenv.h 28 #define DeleteProfile __MINGW_NAME_AW(DeleteProfile)
mapix.h 122 #define MAPI_IPROFADMIN_METHODS(IPURE) MAPIMETHOD(GetLastError) (THIS_ HRESULT hResult,ULONG ulFlags,LPMAPIERROR *lppMAPIError) IPURE; MAPIMETHOD(GetProfileTable) (THIS_ ULONG ulFlags,LPMAPITABLE *lppTable) IPURE; MAPIMETHOD(CreateProfile) (THIS_ LPTSTR lpszProfileName,LPTSTR lpszPassword,ULONG_PTR ulUIParam,ULONG ulFlags) IPURE; MAPIMETHOD(DeleteProfile) (THIS_ LPTSTR lpszProfileName,ULONG ulFlags) IPURE; MAPIMETHOD(ChangeProfilePassword) (THIS_ LPTSTR lpszProfileName,LPTSTR lpszOldPassword,LPTSTR lpszNewPassword,ULONG ulFlags) IPURE; MAPIMETHOD(CopyProfile) (THIS_ LPTSTR lpszOldProfileName,LPTSTR lpszOldPassword,LPTSTR lpszNewProfileName,ULONG_PTR ulUIParam,ULONG ulFlags) IPURE; MAPIMETHOD(RenameProfile) (THIS_ LPTSTR lpszOldProfileName,LPTSTR lpszOldPassword,LPTSTR lpszNewProfileName,ULONG_PTR ulUIParam,ULONG ulFlags) IPURE; MAPIMETHOD(SetDefaultProfile) (THIS_ LPTSTR lpszProfileName,ULONG ulFlags) IPURE; MAPIMETHOD(AdminServices) (THIS_ LPTSTR lpszProfileName,LPTSTR lpszPassword,ULONG_PTR ulUIParam,ULONG ulFlags,LPSERVICEADMIN *lppServiceAdmin) IPURE;
adhoc.h 207 STDMETHOD_(HRESULT,DeleteProfile)(THIS) PURE;
226 #define IDot11AdHocNetwork_DeleteProfile() (This)->lpVtbl->DeleteProfile(This)
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.h 203 void DeleteProfile(const base::ListValue* args);
browser_options_handler.cc 663 "deleteProfile",
664 base::Bind(&BrowserOptionsHandler::DeleteProfile,
    [all...]
  /external/chromium_org/v8/src/
cpu-profiler.h 211 void DeleteProfile(CpuProfile* profile);
cpu-profiler.cc 163 void CpuProfiler::DeleteProfile(CpuProfile* profile) {
api.cc     [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_autofill_sync_test.cc 256 IN_PROC_BROWSER_TEST_F(TwoClientAutofillSyncTest, DeleteProfile) {
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 176 TEST_F(ProfileInfoCacheTest, DeleteProfile) {

Completed in 439 milliseconds