HomeSort by relevance Sort by last modified time
    Searched refs:WebDatabase (Results 1 - 25 of 31) sorted by null

1 2

  /external/webkit/Source/WebKit/chromium/public/
WebDatabaseObserver.h 35 class WebDatabase;
39 virtual void databaseOpened(const WebDatabase&) = 0;
40 virtual void databaseModified(const WebDatabase&) = 0;
41 virtual void databaseClosed(const WebDatabase&) = 0;
WebDatabase.h 44 class WebDatabase {
61 WebDatabase(const WebCore::AbstractDatabase*);
65 WebDatabase() { }
  /external/webkit/Source/WebKit/chromium/src/
WebDatabase.cpp 32 #include "WebDatabase.h"
61 WebString WebDatabase::name() const
67 WebString WebDatabase::displayName() const
73 unsigned long WebDatabase::estimatedSize() const
79 WebSecurityOrigin WebDatabase::securityOrigin() const
85 void WebDatabase::setObserver(WebDatabaseObserver* observer)
90 WebDatabaseObserver* WebDatabase::observer()
95 void WebDatabase::updateDatabaseSize(
105 void WebDatabase::closeDatabaseImmediately(const WebString& originIdentifier, const WebString& databaseName)
116 WebDatabase::WebDatabase(const AbstractDatabase* database
    [all...]
DatabaseObserver.cpp 39 #include "WebDatabase.h"
73 WebDatabase::observer()->databaseOpened(WebDatabase(database));
79 WebDatabase::observer()->databaseModified(WebDatabase(database));
85 WebDatabase::observer()->databaseClosed(WebDatabase(database));
  /external/chromium/chrome/browser/webdata/
web_database.h 23 class WebDatabase {
25 WebDatabase();
26 virtual ~WebDatabase();
61 DISALLOW_COPY_AND_ASSIGN(WebDatabase);
web_database.cc 45 WebDatabase::WebDatabase() {}
47 WebDatabase::~WebDatabase() {}
49 void WebDatabase::BeginTransaction() {
53 void WebDatabase::CommitTransaction() {
57 AutofillTable* WebDatabase::GetAutofillTable() {
61 KeywordTable* WebDatabase::GetKeywordTable() {
65 LoginsTable* WebDatabase::GetLoginsTable() {
69 TokenServiceTable* WebDatabase::GetTokenServiceTable()
    [all...]
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...]
web_data_service.h 41 class WebDatabase;
303 virtual WebDatabase* GetDatabase();
640 WebDatabase* db_;
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_data_type_controller.h 29 WebDatabase* web_database,
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,
profile_sync_factory_impl.cc 186 WebDatabase* web_database,
205 WebDatabase* web_database,
profile_sync_service_autofill_unittest.cc 117 class WebDatabaseFake : public WebDatabase {
150 explicit WebDataServiceFake(WebDatabase* web_database)
156 virtual WebDatabase* GetDatabase() {
161 WebDatabase* web_database_;
196 WebDatabase* wd,
215 WebDatabase* wd,
236 WebDatabase* wd,
    [all...]

Completed in 568 milliseconds

1 2