HomeSort by relevance Sort by last modified time
    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 134 milliseconds