OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:existing_state
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/installer/setup/
setup_util.cc
259
const ProductState*
existing_state
=
local
262
if (!
existing_state
) {
265
existing_state
=
270
if (!
existing_state
||
271
existing_state
->version().CompareTo(installer_version) <= 0) {
275
*setup_exe =
existing_state
->GetSetupPath();
/external/chromium/net/base/
transport_security_state.cc
54
DomainState
existing_state
;
local
55
if (IsEnabledForHost(&
existing_state
, host, true))
56
state_copy.created =
existing_state
.created;
Completed in 37 milliseconds