OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kParamAppType
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/components/policy/core/common/cloud/
cloud_policy_constants.cc
17
const char
kParamAppType
[] = "apptype";
cloud_policy_constants.h
20
POLICY_EXPORT extern const char
kParamAppType
[];
device_management_service.cc
379
AddParameter(dm_protocol::
kParamAppType
, dm_protocol::kValueAppType);
device_management_service_unittest.cc
385
EXPECT_TRUE(query_params.Check(dm_protocol::
kParamAppType
,
/external/chromium/chrome/browser/policy/
device_management_backend_impl.h
33
static const char
kParamAppType
[];
device_management_backend_impl.cc
30
const char DeviceManagementBackendImpl::
kParamAppType
[] = "apptype";
137
query_params_.Put(DeviceManagementBackendImpl::
kParamAppType
,
device_management_service_unittest.cc
272
DeviceManagementBackendImpl::
kParamAppType
,
Completed in 1436 milliseconds