HomeSort by relevance Sort by last modified time
    Searched refs:Apply (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/policy/
configuration_policy_store_interface.cc 24 void ObservingPolicyStoreInterface::Apply(ConfigurationPolicyType policy,
26 next_->Apply(policy, value);
32 void FilteringPolicyStoreInterface::Apply(ConfigurationPolicyType policy,
34 // Apply() takes ownership of |value|.
36 next_->Apply(policy, value);
configuration_policy_store_interface_unittest.cc 15 EXPECT_CALL(store, Apply(_, _)).Times(3);
19 observer.Apply(kPolicyJavascriptEnabled, Value::CreateBooleanValue(true));
21 observer.Apply(kPolicyProxyMode, Value::CreateStringValue("direct"));
23 observer.Apply(kPolicyIncognitoEnabled, Value::CreateBooleanValue(true));
34 EXPECT_CALL(store_pass, Apply(_, _)).Times(1);
38 filter_pass.Apply(kPolicyJavascriptEnabled, Value::CreateBooleanValue(true));
40 filter_pass.Apply(kPolicyProxyMode, Value::CreateStringValue("direct"));
47 EXPECT_CALL(store_block, Apply(_, _)).Times(0);
51 filter_block.Apply(kPolicyJavascriptEnabled, Value::CreateBooleanValue(true));
53 filter_block.Apply(kPolicyProxyMode, Value::CreateStringValue("direct"))
    [all...]
configuration_policy_store_interface.h 42 // setting through a call to |Apply|. The configuration policy pref
44 virtual void Apply(ConfigurationPolicyType policy, Value* value) = 0;
63 virtual void Apply(ConfigurationPolicyType policy, Value* value) OVERRIDE;
86 virtual void Apply(ConfigurationPolicyType policy, Value* value) OVERRIDE;
mock_configuration_policy_store.h 34 MOCK_METHOD2(Apply, void(ConfigurationPolicyType policy, Value* value));
mock_configuration_policy_store.cc 13 ON_CALL(*this, Apply(_, _)).WillByDefault(
profile_policy_connector_unittest.cc 27 EXPECT_CALL(store0, Apply(_, _)).Times(1);
37 EXPECT_CALL(store1, Apply(_, _)).Times(2);
49 EXPECT_CALL(store2, Apply(_, _)).Times(2);
mock_configuration_policy_provider.cc 39 store->Apply(current->first, current->second->DeepCopy());
  /external/webkit/Source/WebKit/wx/
WebEdit.h 57 void Apply();
  /external/openfst/src/script/
concat.cc 29 Apply<Operation<ConcatArgs1> >("Concat", ofst->ArcType(), &args);
37 Apply<Operation<ConcatArgs2> >("Concat", ofst->ArcType(), &args);
connect.cc 25 Apply<Operation<MutableFstClass> >("Connect", fst->ArcType(), fst);
invert.cc 25 Apply<Operation<MutableFstClass> >("Invert", fst->ArcType(), fst);
prune.cc 29 Apply<Operation<PruneArgs1> >("Prune", fst->ArcType(), &args);
37 Apply<Operation<PruneArgs2> >("Prune", fst->ArcType(), &args);
47 Apply<Operation<PruneArgs3> >("Prune", ifst.ArcType(), &args);
55 Apply<Operation<PruneArgs4> >("Prune", fst->ArcType(), &args);
topsort.cc 27 Apply<Operation<TopSortArgs> >("TopSort", fst->ArcType(), &args);
verify.cc 27 Apply<Operation<VerifyArgs> >("Verify", fst.ArcType(), &args);
relabel.cc 32 Apply<Operation<RelabelArgs1> >("Relabel", ofst->ArcType(), &args);
41 Apply<Operation<RelabelArgs2> >("Relabel", ofst->ArcType(), &args);
49 Apply<Operation<RelabelArgs3> >("Relabel", fst->ArcType(), &args);
rmepsilon.cc 30 Apply<Operation<RmEpsilonArgs1> >("RmEpsilon", ifst.ArcType(), &args);
38 Apply<Operation<RmEpsilonArgs2> >("RmEpsilon", fst->ArcType(), &args);
45 Apply<Operation<RmEpsilonArgs3> >("RmEpsilon", fst->ArcType(), &args);
shortest-distance.cc 29 Apply<Operation<ShortestDistanceArgs1> >("ShortestDistance", fst.ArcType(),
38 Apply<Operation<ShortestDistanceArgs2> >("ShortestDistance", ifst.ArcType(),
46 Apply<Operation<ShortestDistanceArgs3> >("ShortestDistance", ifst.ArcType(),
arcsort.cc 27 Apply<Operation<ArcSortArgs> >("ArcSort", fst->ArcType(), &args);
closure.cc 27 Apply<Operation<ClosureArgs> >("Closure", fst->ArcType(), &args);
convert.cc 29 Apply<Operation<ConvertArgs> >("Convert", ifst.ArcType(),
decode.cc 28 Apply<Operation<DecodeArgs> >("Decode", ofst->ArcType(), &args);
determinize.cc 30 Apply<Operation<DeterminizeArgs> >("Determinize", ifst.ArcType(), &args);
  /external/openfst/src/extensions/far/
farscript.cc 46 Apply<Operation<FarCompileStringsArgs> >("FarCompileStrings", arc_type,
61 Apply<Operation<FarCreateArgs> >("FarCreate", arc_type, &args);
72 Apply<Operation<FarExtractArgs> >("FarExtract", arc_type, &args);
82 Apply<Operation<FarInfoArgs> >("FarInfo", arc_type, &args);
102 Apply<Operation<FarPrintStringsArgs> >("FarPrintStrings", arc_type,
  /external/openfst/src/extensions/pdt/
pdtscript.cc 51 Apply<Operation<PdtComposeArgs> >("PdtCompose", ifst1.ArcType(), &args);
59 Apply<Operation<PdtExpandArgs> >("PdtExpand", ifst.ArcType(), &args);
81 Apply<Operation<PdtReplaceArgs> >("PdtReplace", ofst->ArcType(), &args);
89 Apply<Operation<PdtReverseArgs> >("PdtReverse", ifst.ArcType(), &args);
98 Apply<Operation<PdtShortestPathArgs> >("PdtShortestPath",
105 Apply<Operation<PrintPdtInfoArgs> >("PrintPdtInfo", ifst.ArcType(), &args);
  /external/chromium/chrome/browser/extensions/
extensions_quota_service_unittest.cc 121 EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(10 + m)));
127 EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(15 + m)));
131 EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(20 + m)));
133 EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(50 + m)));
144 EXPECT_TRUE(lim.Apply(&b, kStartTime));
146 EXPECT_TRUE(lim.Apply(&b, kStartTime + TimeDelta::FromSeconds(30)));
148 EXPECT_FALSE(lim.Apply(&b, k1MinuteAfterStart));
151 EXPECT_TRUE(lim.Apply(&b, k1MinuteAfterStart - TimeDelta::FromSeconds(1)));
152 EXPECT_TRUE(lim.Apply(&b, k1MinuteAfterStart));
153 EXPECT_TRUE(lim.Apply(&b, k1MinuteAfterStart + TimeDelta::FromSeconds(1)))
    [all...]

Completed in 329 milliseconds

1 2 3 4