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

  /external/chromium_org/components/webdata/common/
web_database_table.h 49 // Implementations may set |*update_compatible_version| to true if
53 bool* update_compatible_version) = 0;
web_database.cc 160 bool update_compatible_version = false; local
161 if (!MigrateToVersion(next_version, &update_compatible_version))
164 ChangeVersion(&meta_table_, next_version, update_compatible_version);
169 update_compatible_version = false;
171 &update_compatible_version)) {
175 ChangeVersion(&meta_table_, next_version, update_compatible_version);
182 bool* update_compatible_version) {
186 *update_compatible_version = true;
web_database.h 65 // Implementations may set |*update_compatible_version| to true if
69 bool* update_compatible_version);
  /external/chromium_org/components/password_manager/core/browser/webdata/
logins_table.h 35 bool* update_compatible_version) OVERRIDE;
logins_table.cc 66 bool* update_compatible_version) {
  /external/chromium_org/components/signin/core/browser/webdata/
token_service_table.h 28 bool* update_compatible_version) OVERRIDE;
token_service_table.cc 52 bool* update_compatible_version) {
  /external/chromium_org/components/search_engines/
keyword_table.cc 193 bool* update_compatible_version) {
197 *update_compatible_version = true;
200 *update_compatible_version = true;
203 *update_compatible_version = true;
206 *update_compatible_version = true;
209 *update_compatible_version = true;
212 *update_compatible_version = true;
215 *update_compatible_version = true;
218 *update_compatible_version = true;
221 *update_compatible_version = true
    [all...]
keyword_table.h 104 bool* update_compatible_version) OVERRIDE;
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc 466 bool* update_compatible_version) {
476 *update_compatible_version = true;
479 *update_compatible_version = true;
482 *update_compatible_version = true;
485 *update_compatible_version = true;
488 *update_compatible_version = true;
491 *update_compatible_version = true;
494 *update_compatible_version = true;
504 *update_compatible_version = true;
512 *update_compatible_version = true
    [all...]
autofill_table.h 140 bool* update_compatible_version) OVERRIDE;

Completed in 1312 milliseconds