HomeSort by relevance Sort by last modified time
    Searched refs:WebDatabase (Results 26 - 50 of 78) sorted by null

12 3 4

  /external/chromium_org/components/webdata/common/
web_data_service_backend.h 19 class WebDatabase;
86 WebDatabase* database() { return db_.get(); }
105 // WebDatabase class. The tables need to be owned by this refcounted
107 // them here rather than having WebDatabase own them makes for
108 // easier unit testing of WebDatabase.
111 scoped_ptr<WebDatabase> db_;
web_data_service_backend.cc 45 db_.reset(new WebDatabase());
88 WebDatabase::State state = task.Run(db_.get());
89 if (state == WebDatabase::COMMIT_NEEDED)
web_data_service_base.cc 71 WebDatabase* WebDataServiceBase::GetDatabase() {
  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.h 26 class WebDatabase;
40 WebDatabase* web_database,
119 WebDatabase* web_database_;
122 // changes to the autofill data in the WebDatabase.
autofill_profile_data_type_controller.cc 34 WebDatabase* web_database,
autofill_profile_change_processor.h 31 WebDatabase* web_database,
113 WebDatabase* web_database_;
autofill_model_associator.h 26 class WebDatabase;
50 WebDatabase* web_database,
123 // models, and send to the WebDatabase for persistence.
126 // Helper to query WebDatabase for the current autofill state.
154 // the WebDatabase.
157 // Helper to insert an AutofillEntry into the WebDatabase (e.g. in response
163 // Helper to insert an AutofillProfile into the WebDatabase (e.g. in response
176 WebDatabase* web_database_;
autofill_profile_model_associator.h 26 class WebDatabase;
47 WebDatabase* web_database,
52 // associating models, and send to the WebDatabase for persistence.
114 // Helper to insert an AutofillProfile into the WebDatabase (e.g. in response
144 // models, and send to the WebDatabase for persistence.
147 // Helper to query WebDatabase for the current autofill state.
155 // the WebDatabase.
168 WebDatabase* web_database_;
autofill_data_type_controller.h 69 WebDatabase* web_database,
  /external/chromium/chrome/browser/sync/
profile_sync_factory.h 21 class WebDatabase;
75 WebDatabase* web_database,
84 WebDatabase* web_database,
profile_sync_factory_impl.h 36 WebDatabase* web_database,
42 WebDatabase* web_database,
profile_sync_factory_mock.h 39 WebDatabase* web_database,
45 WebDatabase* web_database,
  /external/chromium_org/chrome/browser/webdata/
logins_table.cc 24 LoginsTable* LoginsTable::FromWebDatabase(WebDatabase* db) {
keyword_table.h 18 class WebDatabase;
89 static KeywordTable* FromWebDatabase(WebDatabase* db);
web_intents_table.cc 36 WebIntentsTable* WebIntentsTable::FromWebDatabase(WebDatabase* db) {
token_service_table_unittest.cc 26 db_.reset(new WebDatabase);
34 scoped_ptr<WebDatabase> db_;
web_apps_table_unittest.cc 28 db_.reset(new WebDatabase);
36 scoped_ptr<WebDatabase> db_;
token_service_table.cc 26 TokenServiceTable* TokenServiceTable::FromWebDatabase(WebDatabase* db) {
  /external/chromium/chrome/browser/webdata/
token_service_table_unittest.cc 41 WebDatabase db;
74 WebDatabase db;
keyword_table_unittest.cc 60 WebDatabase db;
138 WebDatabase db;
153 WebDatabase db;
223 WebDatabase db;
autofill_table_unittest.cc 131 WebDatabase db;
343 WebDatabase db;
390 WebDatabase db;
431 WebDatabase db;
459 WebDatabase db;
487 WebDatabase db;
505 WebDatabase db;
541 WebDatabase db;
567 WebDatabase db;
601 WebDatabase db
    [all...]
web_apps_table_unittest.cc 44 WebDatabase db;
62 WebDatabase db;
logins_table_unittest.cc 45 WebDatabase db;
177 static bool AddTimestampedLogin(WebDatabase* db, std::string url,
200 WebDatabase db;
242 WebDatabase db;
web_database_migration_unittest.cc 154 // the WebDatabase and data migrations that occur in
155 // |WebDatabase::MigrateOldVersionsAsNeeded()|.
167 // |WebDatabase::MigrateOldVersionsAsNeeded()| and changing the version number
227 // Load the database via the WebDatabase class and migrate the database to
230 WebDatabase db;
288 // Load the database via the WebDatabase class and migrate the database to
291 WebDatabase db;
337 // Load the database via the WebDatabase class and migrate the database to
340 WebDatabase db;
386 // Load the database via the WebDatabase class and migrate the database t
    [all...]
  /external/chromium_org/content/worker/
worker_thread.cc 22 #include "third_party/WebKit/public/web/WebDatabase.h"
47 WebKit::WebDatabase::setObserver(web_database_observer_impl_.get());

Completed in 451 milliseconds

12 3 4