Home
last modified time | relevance | path

Searched refs:honor_props (Results 1 – 3 of 3) sorted by relevance

/external/libchrome-gestures/src/
Dactivity_replay_unittest.cc43 std::vector<string> honor_props; in TEST() local
46 ',', &honor_props); in TEST()
47 std::set<string> honor_props_set(honor_props.begin(), honor_props.end()); in TEST()
Dactivity_replay.cc35 const std::set<string>& honor_props) { in Parse() argument
61 !ParseProperties(props_dict, honor_props)) { in Parse()
102 const std::set<string>& honor_props) { in ParseProperties() argument
118 if (!honor_props.empty() && !SetContainsValue(honor_props, string(key))) in ParseProperties()
/external/libchrome-gestures/include/
Dactivity_replay.h32 bool Parse(const std::string& data, const std::set<std::string>& honor_props);
43 const std::set<std::string>& honor_props);