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

  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 380 ASSERT_EQ(profiles.size(), personal_data_manager()->GetProfiles().size());
382 EXPECT_EQ(profiles[i], *personal_data_manager()->GetProfiles()[i]);
456 ASSERT_EQ(1u, personal_data_manager()->GetProfiles().size());
457 AutofillProfile profile = *personal_data_manager()->GetProfiles()[0];
531 ASSERT_EQ(1u, personal_data_manager()->GetProfiles().size());
548 ASSERT_TRUE(personal_data_manager()->GetProfiles().empty());
566 ASSERT_TRUE(personal_data_manager()->GetProfiles().empty());
623 ASSERT_EQ(2u, personal_data_manager()->GetProfiles().size());
625 personal_data_manager()->GetProfiles()[0]->GetRawInfo(
628 personal_data_manager()->GetProfiles()[1]->GetRawInfo
    [all...]
  /external/chromium_org/components/autofill/core/browser/
test_personal_data_manager.cc 26 const std::vector<AutofillProfile*>& TestPersonalDataManager::GetProfiles()
test_personal_data_manager.h 29 virtual const std::vector<AutofillProfile*>& GetProfiles() const OVERRIDE;
personal_data_manager_unittest.cc 128 const std::vector<AutofillProfile*>& results1 = personal_data_->GetProfiles();
141 const std::vector<AutofillProfile*>& results2 = personal_data_->GetProfiles();
159 const std::vector<AutofillProfile*>& results3 = personal_data_->GetProfiles();
193 const std::vector<AutofillProfile*>& results1 = personal_data_->GetProfiles();
209 const std::vector<AutofillProfile*>& results2 = personal_data_->GetProfiles();
220 const std::vector<AutofillProfile*>& results3 = personal_data_->GetProfiles();
305 personal_data_->GetProfiles();
327 personal_data_->GetProfiles();
349 personal_data_->GetProfiles();
389 const std::vector<AutofillProfile*>& results1 = personal_data_->GetProfiles();
    [all...]
personal_data_manager.cc 423 const std::vector<AutofillProfile*>& profiles = GetProfiles();
511 const std::vector<AutofillProfile*>& profiles = GetProfiles();
527 const std::vector<AutofillProfile*>& PersonalDataManager::GetProfiles() const {
575 const std::vector<AutofillProfile*>& profiles = GetProfiles();
    [all...]
personal_data_manager.h 133 // card information, respectively. |GetProfiles()| returns both web and
135 virtual const std::vector<AutofillProfile*>& GetProfiles() const;
autofill_manager.cc 336 const std::vector<AutofillProfile*>& profiles = personal_data_->GetProfiles();
    [all...]
  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.cc 184 return personal_data_manager_->GetProfiles().size();
192 personal_data_manager_->GetProfiles();
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc 387 results_ = api::file_browser_private::GetProfiles::Results::Create(
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 436 return !personal_data_manager_->GetProfiles().empty() &&
442 personal_data_manager_->GetProfiles();
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc     [all...]

Completed in 300 milliseconds