Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/profile_resetter/
Djtl_interpreter.cc240 class StoreNodeValue : public Operation { class
242 explicit StoreNodeValue(const std::string& hashed_name) in StoreNodeValue() function in __anonf2dd75130111::StoreNodeValue
246 virtual ~StoreNodeValue() {} in ~StoreNodeValue()
265 DISALLOW_COPY_AND_ASSIGN(StoreNodeValue);
544 operators.push_back(new StoreNodeValue<true>(hashed_name)); in ParseNextSentence()
551 operators.push_back(new StoreNodeValue<false>(hashed_name)); in ParseNextSentence()