OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:registration_type
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome_frame/
test_utils.cc
75
RegistrationType
registration_type
,
85
DCHECK(
registration_type
== PER_USER ||
registration_type
== SYSTEM_LEVEL);
94
if (
registration_type
== PER_USER)
141
const std::wstring& path, RegistrationType
registration_type
) {
142
DoRegistration(path,
registration_type
, REGISTER);
147
const std::wstring& path, RegistrationType
registration_type
) {
148
DoRegistration(path,
registration_type
, UNREGISTER);
218
const std::wstring& path, RegistrationType
registration_type
)
219
: registration_type_(
registration_type
) {
[
all
...]
test_utils.h
39
explicit ScopedChromeFrameRegistrar(RegistrationType
registration_type
);
41
RegistrationType
registration_type
);
51
RegistrationType
registration_type
);
53
RegistrationType
registration_type
);
75
RegistrationType
registration_type
,
/external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_manager_browsertest.cc
117
em::DeviceRegisterRequest::Type
registration_type
=
local
124
registration_type
, "bogus", std::string(), false, std::string());
cloud_policy_client_registration_helper.h
40
enterprise_management::DeviceRegisterRequest::Type
registration_type
);
cloud_policy_client_registration_helper.cc
165
enterprise_management::DeviceRegisterRequest::Type
registration_type
)
169
registration_type_(
registration_type
) {
cloud_policy_browsertest.cc
192
em::DeviceRegisterRequest::Type
registration_type
=
variable
199
registration_type
, "bogus", std::string(), false, std::string());
cloud_policy_client.h
101
enterprise_management::DeviceRegisterRequest::Type
registration_type
,
Completed in 224 milliseconds