Searched refs:StoreValue (Results 1 – 8 of 8) sorted by relevance
38 void StoreValue(const std::string& value);55 void StoreValue(const std::string& value);84 void StoreValue(const std::string& value);
37 void PreferenceHostedPromptMemento::StoreValue(const std::string& value) { in StoreValue() function in PreferenceHostedPromptMemento67 void LocalStateHostedPromptMemento::StoreValue(const std::string& value) { in StoreValue() function in LocalStateHostedPromptMemento104 void FileHostedPromptMemento::StoreValue(const std::string& value) { in StoreValue() function in FileHostedPromptMemento
198 void StoreValue(const std::string& value) { in StoreValue() function in __anonfb369d660111::FileHostedPromptMementoSynchronous199 FileHostedPromptMemento::StoreValue(value); in StoreValue()757 memento_in_prefs().StoreValue(kTestInvalidMementoValue); in TEST_F()758 memento_in_local_state().StoreValue(kTestInvalidMementoValue); in TEST_F()759 memento_in_file().StoreValue(kTestInvalidMementoValue); in TEST_F()778 memento_in_prefs().StoreValue(kTestMementoValue); in TEST_F()798 memento_in_local_state().StoreValue(kTestMementoValue); in TEST_F()818 memento_in_file().StoreValue(kTestMementoValue); in TEST_F()920 memento_in_prefs().StoreValue(kTestInvalidMementoValue); in TEST_F()921 memento_in_local_state().StoreValue(kTestInvalidMementoValue); in TEST_F()[all …]
193 class StoreValue : public Operation { class195 StoreValue(const std::string& hashed_name, scoped_ptr<base::Value> value) in StoreValue() function in __anon8ae4aca00111::StoreValue201 virtual ~StoreValue() {} in ~StoreValue()210 DISALLOW_COPY_AND_ASSIGN(StoreValue);496 operators.push_back(new StoreValue( in ParseNextSentence()525 operators.push_back(new StoreValue( in ParseNextSentence()
747 memento_in_prefs.StoreValue(evaluation_results_->memento_value_in_prefs); in PersistMementos()748 memento_in_local_state.StoreValue( in PersistMementos()750 memento_in_file.StoreValue(evaluation_results_->memento_value_in_file); in PersistMementos()
20 void StoreValue(int* destination, int value) { in StoreValue() function75 Bind(&StoreValue, &result)); in TEST()
302 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress()307 if (StoreValue[i] == LoadValue) { in isLoadOfStoredAddress()406 StoreValue[NumStores] = MO->getValue(); in EmitInstruction()
72 const Value *StoreValue[4]; variable