OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutoFillProfile
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_dialog.h
33
std::vector<
AutoFillProfile
>* profiles,
personal_data_manager.cc
96
bool IsMinimumAddress(const
AutofillProfile
& profile) {
141
std::vector<
AutofillProfile
*> profile_pointers(web_profiles_.size());
144
AutofillProfile
::AdjustInferredLabels(&profile_pointers);
201
scoped_ptr<
AutofillProfile
> imported_profile(new
AutoFillProfile
);
349
void PersonalDataManager::SetProfiles(std::vector<
AutofillProfile
>* profiles) {
356
std::mem_fun_ref(&
AutofillProfile
::IsEmpty)),
364
std::vector<
AutofillProfile
*> profile_pointers(profiles->size());
366
address_of<
AutofillProfile
>);
367
AutofillProfile
::AdjustInferredLabels(&profile_pointers)
[
all
...]
/packages/apps/Browser/src/com/android/browser/
AutofillHandler.java
27
import android.webkit.WebSettings.
AutoFillProfile
;
33
private
AutoFillProfile
mAutoFillProfile;
110
mAutoFillProfile = new
AutoFillProfile
(mAutoFillActiveProfileId,
121
public void setAutoFillProfile(
AutoFillProfile
profile, Message msg) {
140
public
AutoFillProfile
getAutoFillProfile() {
173
private class SaveProfileToDbTask extends AutoFillProfileDbTask<
AutoFillProfile
> {
179
protected Void doInBackground(
AutoFillProfile
... values) {
182
AutoFillProfile
newProfile = values[0];
AutoFillProfileDatabase.java
25
import android.webkit.WebSettings.
AutoFillProfile
;
98
public void addOrUpdateProfile(final int id,
AutoFillProfile
profile) {
AutoFillSettingsFragment.java
35
import android.webkit.WebSettings.
AutoFillProfile
;
209
AutoFillProfile
newProfile = new
AutoFillProfile
(
228
AutoFillProfile
activeProfile = mSettings.getAutoFillProfile();
BrowserSettings.java
35
import android.webkit.WebSettings.
AutoFillProfile
;
501
public
AutoFillProfile
getAutoFillProfile() {
506
public void setAutoFillProfile(
AutoFillProfile
profile, Message msg) {
/frameworks/base/core/java/android/webkit/
WebSettings.java
234
public static class
AutoFillProfile
{
247
public
AutoFillProfile
(int uniqueId, String fullName, String email,
278
private
AutoFillProfile
mAutoFillProfile;
[
all
...]
Completed in 253 milliseconds