OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutofillProfileSyncableService
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.h
44
class
AutofillProfileSyncableService
50
virtual ~
AutofillProfileSyncableService
();
52
// Creates a new
AutofillProfileSyncableService
and hangs it off of
59
// Retrieves the
AutofillProfileSyncableService
stored on |web_data_service|.
60
static
AutofillProfileSyncableService
* FromWebDataService(
88
AutofillProfileSyncableService
(
110
AutofillProfileSyncableService
();
187
AutofillProfileSyncableService
> scoped_observer_;
200
DISALLOW_COPY_AND_ASSIGN(
AutofillProfileSyncableService
);
204
struct
AutofillProfileSyncableService
::DataBundle
[
all
...]
autofill_profile_syncable_service.cc
50
AutofillProfileSyncableService
::
AutofillProfileSyncableService
(
62
AutofillProfileSyncableService
::~
AutofillProfileSyncableService
() {
67
void
AutofillProfileSyncableService
::CreateForWebDataServiceAndBackend(
73
new
AutofillProfileSyncableService
(webdata_backend, app_locale));
77
AutofillProfileSyncableService
*
78
AutofillProfileSyncableService
::FromWebDataService(
80
return static_cast<
AutofillProfileSyncableService
*>(
84
AutofillProfileSyncableService
::AutofillProfileSyncableService(
[
all
...]
autofill_profile_syncable_service_unittest.cc
37
: public
AutofillProfileSyncableService
{
42
using
AutofillProfileSyncableService
::DataBundle;
43
using
AutofillProfileSyncableService
::set_sync_processor;
44
using
AutofillProfileSyncableService
::CreateData;
48
bool(const
AutofillProfileSyncableService
::DataBundle&));
139
// Wrapper around
AutofillProfileSyncableService
::MergeDataAndStartSyncing()
523
EXPECT_FALSE(
AutofillProfileSyncableService
::UpdateField(
526
EXPECT_TRUE(
AutofillProfileSyncableService
::UpdateField(
529
EXPECT_FALSE(
AutofillProfileSyncableService
::UpdateField(
546
EXPECT_TRUE(
AutofillProfileSyncableService
::UpdateMultivaluedField
[
all
...]
web_data_service_factory.cc
58
AutofillProfileSyncableService
::CreateForWebDataServiceAndBackend(
60
AutofillProfileSyncableService
::FromWebDataService(autofill_web_data.get())
/external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc
307
AutofillProfileSyncableService
::CreateForWebDataServiceAndBackend(
313
AutofillProfileSyncableService
::FromWebDataService(this);
328
AutofillProfileSyncableService
* autofill_profile_syncable_service_;
378
return
AutofillProfileSyncableService
::FromWebDataService(wds)->AsWeakPtr();
657
AutofillProfileSyncableService
::WriteAutofillProfile(profile, &specifics);
695
AutofillProfileSyncableService
::OverwriteProfileWithServerData(
723
AutofillProfileSyncableService
::OverwriteProfileWithServerData(
[
all
...]
profile_sync_components_factory_impl.cc
379
return
AutofillProfileSyncableService
::FromWebDataService(
Completed in 2456 milliseconds