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

  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win.h 20 bool ImportAutofillDataWin(PersonalDataManager* pdm);
autofill_ie_toolbar_import_win.cc 303 bool ImportAutofillDataWin(PersonalDataManager* pdm) {
304 // In incognito mode we do not have PDM - and we should not import anything.
305 if (!pdm)
307 AutofillImporter *importer = new AutofillImporter(pdm);
  /external/chromium_org/third_party/icu/source/common/
umapfile.h 29 U_CFUNC UBool uprv_mapFile(UDataMemory *pdm, const char *path);
  /external/icu/icu4c/source/common/
umapfile.h 30 U_CFUNC UBool uprv_mapFile(UDataMemory *pdm, const char *path);
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc 285 PersonalDataManager* pdm = GetPersonalDataManager(profile); local
286 pdm->AddObserver(&observer);
287 pdm->SetProfiles(autofill_profiles);
289 pdm->RemoveObserver(&observer);
296 PersonalDataManager* pdm = GetPersonalDataManager(profile); local
297 pdm->AddObserver(&observer);
298 pdm->SetCreditCards(credit_cards);
300 pdm->RemoveObserver(&observer);
341 PersonalDataManager* pdm = GetPersonalDataManager(profile); local
342 pdm->AddObserver(&observer)
    [all...]
two_client_autofill_sync_test.cc 402 PersonalDataManager* pdm = GetPersonalDataManager(1); local
403 ASSERT_EQ(0U, pdm->GetCreditCards().size());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddiui.h 41 PDEVMODEW pdm; member in struct:_DOCEVENT_CREATEDCPRE
winddi.h     [all...]
ntgdi.h 247 W32KAPI WINBOOL WINAPI NtGdiResetDC(HDC hdc,LPDEVMODEW pdm,PBOOL pbBanding,VOID *pDriverInfo2,VOID *ppUMdhpdev);
252 W32KAPI HDC WINAPI NtGdiOpenDCW(PUNICODE_STRING pustrDevice,DEVMODEW *pdm,PUNICODE_STRING pustrLogAddr,ULONG iType,HANDLE hspool,VOID *pDriverInfo2,VOID *pUMdhpdev);
    [all...]
wingdi.h     [all...]

Completed in 792 milliseconds