Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_event_argument.cc407 cur_dict->SetBooleanWithoutPathExpansion(ReadKeyName(it), value); in ToBaseValue()
/external/libchrome/base/
Dvalues.h261 void SetBooleanWithoutPathExpansion(const std::string& path, bool in_value);
Dvalues.cc440 void DictionaryValue::SetBooleanWithoutPathExpansion( in SetBooleanWithoutPathExpansion() function in base::DictionaryValue