OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:update_compatible_version
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/components/webdata/common/
web_database_table.h
48
// Implementations may set |*
update_compatible_version
| to true if
52
bool*
update_compatible_version
) = 0;
web_database.cc
157
bool
update_compatible_version
= false;
local
159
&
update_compatible_version
)) {
163
ChangeVersion(&meta_table_, next_version,
update_compatible_version
);
/external/chromium_org/chrome/browser/webdata/
logins_table.cc
68
bool*
update_compatible_version
) {
logins_table.h
35
bool*
update_compatible_version
) OVERRIDE;
token_service_table.h
28
bool*
update_compatible_version
) OVERRIDE;
keyword_table.cc
195
bool*
update_compatible_version
) {
199
*
update_compatible_version
= true;
202
*
update_compatible_version
= true;
205
*
update_compatible_version
= true;
208
*
update_compatible_version
= true;
211
*
update_compatible_version
= true;
214
*
update_compatible_version
= true;
217
*
update_compatible_version
= true;
220
*
update_compatible_version
= true;
223
*
update_compatible_version
= true
[
all
...]
web_intents_table.cc
96
bool*
update_compatible_version
) {
98
*
update_compatible_version
= true;
web_apps_table.h
44
bool*
update_compatible_version
) OVERRIDE;
web_intents_table.h
65
bool*
update_compatible_version
) OVERRIDE;
token_service_table.cc
53
bool*
update_compatible_version
) {
keyword_table.h
96
bool*
update_compatible_version
) OVERRIDE;
web_apps_table.cc
45
bool*
update_compatible_version
) {
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc
378
bool*
update_compatible_version
) {
388
*
update_compatible_version
= true;
391
*
update_compatible_version
= true;
394
*
update_compatible_version
= true;
397
*
update_compatible_version
= true;
400
*
update_compatible_version
= true;
403
*
update_compatible_version
= true;
406
*
update_compatible_version
= true;
416
*
update_compatible_version
= true;
424
*
update_compatible_version
= true
[
all
...]
autofill_table.h
138
bool*
update_compatible_version
) OVERRIDE;
Completed in 92 milliseconds