OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
41
const char
kStateKey
[] = "fake-state-key";
256
kStateKey
);
260
true, kRequisition,
kStateKey
);
/external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc
159
const char
kStateKey
[] = "state";
252
json->SetString(
kStateKey
, StateString(download_item->GetState()));
380
sorter_types[
kStateKey
] = DownloadQuery::SORT_STATE;
[
all
...]
Completed in 259 milliseconds