Searched refs:pending_profiles_query_ (Results 1 – 2 of 2) sorted by relevance
106 CancelPendingQuery(&pending_profiles_query_); in ~PersonalDataManager()113 DCHECK(pending_profiles_query_ || pending_creditcards_query_); in OnWebDataServiceRequestDone()119 else if (h == pending_profiles_query_) in OnWebDataServiceRequestDone()120 pending_profiles_query_ = 0; in OnWebDataServiceRequestDone()139 if (pending_profiles_query_ == 0 && pending_creditcards_query_ == 0) { in OnWebDataServiceRequestDone()674 pending_profiles_query_(0), in PersonalDataManager()792 CancelPendingQuery(&pending_profiles_query_); in LoadProfiles()794 pending_profiles_query_ = web_data_service->GetAutofillProfiles(this); in LoadProfiles()823 DCHECK_EQ(pending_profiles_query_, h); in ReceiveLoadedProfiles()825 pending_profiles_query_ = 0; in ReceiveLoadedProfiles()
256 WebDataService::Handle pending_profiles_query_; variable