OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Products
(Results
1 - 6
of
6
) sorted by null
/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.
199
// "ap" values for all
products
being operated on.
installer_state.cc
380
LOG(DFATAL) << "Cannot process
products
in different directories.";
496
for (
Products
::const_iterator scan = products_.begin(), end = products_.end();
519
Products
::const_iterator end =
products
().end();
520
for (
Products
::const_iterator scan =
products
().begin(); scan != end;
722
for (
Products
::const_iterator scan = products_.begin(), end = products_.end();
753
// Add the appropriate modifiers for all
products
and their options.
766
// Synchronize the other
products
and the package with this one.
810
// Write the value for all
products
upon which we're operating
[
all
...]
/external/chromium_org/chrome/installer/setup/
setup_main.cc
75
using installer::
Products
;
187
// In multi-install, adds all
products
to |installer_state| that are
188
// multi-installed and must be updated along with the
products
already present
222
// See what
products
are already installed in multi mode. When we do the
257
//
products
we're operating on (which including the multi-install binaries).
258
const
Products
&
products
= installer_state->
products
();
local
261
for (
Products
::const_iterator it =
products
.begin(); it < products.end()
367
const Products&
products
= installer_state->
products
();
local
520
const Products&
products
= installer_state->
products
();
local
663
const Products&
products
= installer_state.
products
();
local
826
const Products&
products
= installer_state->
products
();
local
1161
const Products&
products
= installer_state->
products
();
local
1171
const Products&
products
= installer_state->
products
();
local
1501
const Products&
products
= installer_state.
products
();
local
1656
const Products&
products
= installer_state.
products
();
local
[
all
...]
install_worker.cc
81
//
products
managed by a given package.
153
if (installer_state.
products
().size() != 1 ||
279
// One or more
products
are being uninstalled, but not Chrome Binaries.
347
const
Products
&
products
= installer_state.
products
();
local
348
for (
Products
::const_iterator it =
products
.begin(); it <
products
.end();
827
const Products&
products
= installer_state.
products
();
local
924
const Products&
products
= installer_state.
products
();
local
980
const Products&
products
= installer_state.
products
();
local
1142
const Products&
products
= installer_state.
products
();
local
[
all
...]
/frameworks/base/docs/html/training/
training_toc.cs
[
all
...]
/external/chromium_org/third_party/usb_ids/
usb.ids
[
all
...]
Completed in 66 milliseconds