OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_version
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/components/webdata/common/
web_database.cc
155
for (int
next_version
= current_version + 1;
156
next_version
<= kCurrentVersionNumber;
157
++
next_version
) {
161
if (!MigrateToVersion(
next_version
, &update_compatible_version))
162
return FailedMigrationTo(
next_version
);
164
ChangeVersion(&meta_table_,
next_version
, update_compatible_version);
170
if (!it->second->MigrateToVersion(
next_version
,
172
return FailedMigrationTo(
next_version
);
175
ChangeVersion(&meta_table_,
next_version
, update_compatible_version);
/external/chromium_org/chrome/installer/test/
upgrade_test.cc
30
upgrade_test::
NEXT_VERSION
, NULL, NULL));
alternate_version_generator.h
21
NEXT_VERSION
alternate_version_generator_main.cc
121
upgrade_test::PREVIOUS_VERSION : upgrade_test::
NEXT_VERSION
;
/external/chromium_org/components/component_updater/test/
component_updater_ping_manager_unittest.cc
68
item.
next_version
= base::Version("2.0");
86
item.
next_version
= base::Version("2.0");
104
item.
next_version
= base::Version("2.0");
136
item.
next_version
= base::Version("2.0");
/external/chromium_org/v8/benchmarks/
run.html
64
var
next_version
= parseInt(BenchmarkSuite.version) + 1;
65
var next_version_url = "../v" +
next_version
+ "/run.html";
/external/chromium_org/v8/tools/push-to-trunk/
auto_tag.py
44
self["
next_version
"] = None
77
self["
next_version
"] = self["candidate_version"]
/external/chromium_org/chrome/installer/util/
installer_state.cc
689
for (base::FilePath
next_version
= version_enum.Next(); !
next_version
.empty();
690
next_version
= version_enum.Next()) {
691
base::FilePath dir_name(
next_version
.BaseName());
699
LOG(ERROR) << "Deleting old version directory: " <<
next_version
.value();
702
bool delete_succeeded = base::DeleteFile(
next_version
, true);
707
<< "Failed to delete old version directory: " <<
next_version
.value();
installer_state_unittest.cc
590
for (base::FilePath
next_version
= version_enum.Next(); !
next_version
.empty();
591
next_version
= version_enum.Next()) {
592
base::FilePath dir_name(
next_version
.BaseName());
[
all
...]
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/omaha/
ResponseParserTest.java
25
private static final String
NEXT_VERSION
= "1.2.3.4";
122
// <manifest garbage="attribute" version="
NEXT_VERSION
">
146
serializer.attribute(null, "version",
NEXT_VERSION
);
/external/chromium_org/components/component_updater/
component_updater_ping_manager.cc
136
item->
next_version
.GetString().c_str(), // "nextversion"
crx_update_item.h
85
Version
next_version
;
member in struct:component_updater::CrxUpdateItem
component_updater_service.cc
599
item->
next_version
= Version();
733
crx->
next_version
= Version(it->manifest.version);
[
all
...]
/external/jsoncpp/
makerelease.py
287
next_version
= args[1]
374
set_version(
next_version
)
Completed in 1262 milliseconds