Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/profile_resetter/
Djtl_interpreter.cc112 explicit NavigateOperation(const std::string& hashed_key) in NavigateOperation() argument
113 : hashed_key_(hashed_key) {} in NavigateOperation()
472 std::string hashed_key; in ParseNextSentence() local
473 if (!ReadHash(&hashed_key)) in ParseNextSentence()
475 operators.push_back(new NavigateOperation(hashed_key)); in ParseNextSentence()
723 std::string hashed_key = in GetOutputBoolean() local
725 return working_memory_->GetBoolean(hashed_key, output); in GetOutputBoolean()
730 std::string hashed_key = in GetOutputString() local
732 return working_memory_->GetString(hashed_key, output); in GetOutputString()