HomeSort by relevance Sort by last modified time
    Searched refs:kStateKey (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/system_private/
system_private_api.cc 37 const char kStateKey[] = "state";
130 dict->SetString(kStateKey, state);
  /external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client_unittest.cc 33 const char kStateKey[] = "state_key";
52 CreateClient(kStateKey, true, 4, 8);
299 CreateClient(kStateKey, true, 0, 0);
313 CreateClient(kStateKey, true, i, i);
327 CreateClient(kStateKey, true, 10, 37);
360 CreateClient(kStateKey, true, 5, 10);
508 CreateClient(kStateKey, false, 4, 8);
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_client_unittest.cc 42 const char kStateKey[] = "fake-state-key";
257 kStateKey);
261 true, kRequisition, kStateKey);
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc 161 const char kStateKey[] = "state";
254 json->SetString(kStateKey, StateString(download_item->GetState()));
382 sorter_types[kStateKey] = DownloadQuery::SORT_STATE;
    [all...]

Completed in 488 milliseconds