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

  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.h 85 void RemoveByGUID(JNIEnv* env, jobject unused_obj, jstring jguid);
personal_data_manager_android.cc 294 void PersonalDataManagerAndroid::RemoveByGUID(JNIEnv* env,
297 personal_data_manager_->RemoveByGUID(ConvertJavaStringToUTF8(env, jguid));
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.h 105 virtual void RemoveByGUID(const std::string& guid);
personal_data_manager.cc 414 RemoveByGUID(profile.guid());
473 RemoveByGUID(credit_card.guid());
487 void PersonalDataManager::RemoveByGUID(const std::string& guid) {
    [all...]
personal_data_manager_unittest.cc 228 personal_data_->RemoveByGUID(profile1.guid());
280 personal_data_->RemoveByGUID(credit_card1.guid());
    [all...]
autofill_manager.cc 734 personal_data_->RemoveByGUID(data_model->guid());
    [all...]
autofill_manager_unittest.cc 94 virtual void RemoveByGUID(const std::string& guid) OVERRIDE {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc 479 personal_data_->RemoveByGUID(guid);

Completed in 427 milliseconds