OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Products
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/installer/setup/
setup_main.cc
76
using installer::
Products
;
189
// In multi-install, adds all
products
to |installer_state| that are
190
// multi-installed and must be updated along with the
products
already present
224
// See what
products
are already installed in multi mode. When we do the
265
//
products
we're operating on (which including the multi-install binaries).
266
const
Products
&
products
= installer_state->
products
();
local
269
for (
Products
::const_iterator it =
products
.begin(); it < products.end()
386
const Products&
products
= installer_state->
products
();
local
575
const Products&
products
= installer_state->
products
();
local
735
const Products&
products
= installer_state->
products
();
local
774
const Products&
products
= installer_state.
products
();
local
1223
const Products&
products
= installer_state->
products
();
local
1233
const Products&
products
= installer_state->
products
();
local
1524
const Products&
products
= installer_state.
products
();
local
1693
const Products&
products
= installer_state.
products
();
local
1831
const Products&
products
= installer_state.
products
();
local
[
all
...]
install_worker.cc
113
//
products
managed by a given package.
185
if (installer_state.
products
().size() != 1 ||
311
// One or more
products
are being uninstalled, but not Chrome Binaries.
379
const
Products
&
products
= installer_state.
products
();
local
380
for (
Products
::const_iterator it =
products
.begin(); it <
products
.end();
881
const Products&
products
= installer_state.
products
();
local
979
const Products&
products
= installer_state.
products
();
local
1035
const Products&
products
= installer_state.
products
();
local
1208
const Products&
products
= installer_state.
products
();
local
[
all
...]
install.cc
498
const
Products
&
products
= installer_state.
products
();
local
499
DCHECK(
products
.size());
/external/chromium_org/chrome/installer/util/
installer_state.h
36
typedef std::vector<Product*>
Products
;
92
// Removes |product| from the set of
products
to be operated on. The object
150
const
Products
&
products
() const { return products_.get(); }
function in class:installer::InstallerState
156
//
products
are installed. Ownership is passed to the caller.
195
// "ap" values for all
products
being operated on.
installer_state.cc
402
LOG(DFATAL) << "Cannot process
products
in different directories.";
518
for (
Products
::const_iterator scan = products_.begin(), end = products_.end();
541
Products
::const_iterator end =
products
().end();
542
for (
Products
::const_iterator scan =
products
().begin(); scan != end;
698
for (
Products
::const_iterator scan = products_.begin(), end = products_.end();
729
// Add the appropriate modifiers for all
products
and their options.
742
// Synchronize the other
products
and the package with this one.
788
// Write the value for all
products
upon which we're operating
[
all
...]
/frameworks/base/docs/html/training/
training_toc.cs
[
all
...]
/external/chromium_org/third_party/usb_ids/
usb.ids
[
all
...]
Completed in 213 milliseconds