OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecodeIntegerValue
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/policy/
user_policy_cache.h
55
Value*
DecodeIntegerValue
(google::protobuf::int64 value) const;
user_policy_cache_unittest.cc
32
Value*
DecodeIntegerValue
(google::protobuf::int64 value);
159
TEST_F(UserPolicyCacheTest,
DecodeIntegerValue
) {
163
DecodeIntegerValue
(static_cast<google::protobuf::int64>(42)));
168
DecodeIntegerValue
(static_cast<google::protobuf::int64>(min - 1LL)));
170
value.reset(
DecodeIntegerValue
(static_cast<google::protobuf::int64>(min)));
175
DecodeIntegerValue
(static_cast<google::protobuf::int64>(max + 1LL)));
177
value.reset(
DecodeIntegerValue
(static_cast<google::protobuf::int64>(max)));
user_policy_cache.cc
214
Value* UserPolicyCache::
DecodeIntegerValue
(
237
return
DecodeIntegerValue
(value.int64_value());
265
Value* int_value =
DecodeIntegerValue
(*i);
device_policy_cache.cc
97
Value*
DecodeIntegerValue
(google::protobuf::int64 value) {
277
DecodeIntegerValue
(container.policy_refresh_rate()));
/external/chromium_org/chrome/browser/chromeos/policy/
device_policy_decoder_chromeos.cc
34
Value*
DecodeIntegerValue
(google::protobuf::int64 value) {
174
DecodeIntegerValue
(container.auto_login_delay()),
224
DecodeIntegerValue
(container.idle_logout_timeout()),
231
DecodeIntegerValue
(
252
DecodeIntegerValue
(container.screen_saver_timeout()),
540
DecodeIntegerValue
(
556
DecodeIntegerValue
(container.device_policy_refresh_rate()),
629
DecodeIntegerValue
(container.uptime_limit()),
Completed in 34 milliseconds