HomeSort by relevance Sort by last modified time
    Searched full:disable_sync (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/policy/
configuration_policy_pref_store.cc 392 bool disable_sync; local
393 if (value->GetAsBoolean(&disable_sync) && disable_sync)
    [all...]
  /external/chromium_org/chrome/browser/policy/
configuration_policy_handler.cc 688 bool disable_sync; local
689 if (value && value->GetAsBoolean(&disable_sync) && disable_sync)
    [all...]

Completed in 429 milliseconds