Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/profile_resetter/
Dautomatic_profile_resetter_mementos.h38 void StoreValue(const std::string& value);
55 void StoreValue(const std::string& value);
84 void StoreValue(const std::string& value);
Dautomatic_profile_resetter_mementos.cc37 void PreferenceHostedPromptMemento::StoreValue(const std::string& value) { in StoreValue() function in PreferenceHostedPromptMemento
67 void LocalStateHostedPromptMemento::StoreValue(const std::string& value) { in StoreValue() function in LocalStateHostedPromptMemento
104 void FileHostedPromptMemento::StoreValue(const std::string& value) { in StoreValue() function in FileHostedPromptMemento
Dautomatic_profile_resetter_unittest.cc198 void StoreValue(const std::string& value) { in StoreValue() function in __anonfb369d660111::FileHostedPromptMementoSynchronous
199 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 …]
Djtl_interpreter.cc193 class StoreValue : public Operation { class
195 StoreValue(const std::string& hashed_name, scoped_ptr<base::Value> value) in StoreValue() function in __anon8ae4aca00111::StoreValue
201 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()
Dautomatic_profile_resetter.cc747 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()
/external/chromium_org/base/
Dtask_runner_util_unittest.cc20 void StoreValue(int* destination, int value) { in StoreValue() function
75 Bind(&StoreValue, &result)); in TEST()
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp302 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress()
307 if (StoreValue[i] == LoadValue) { in isLoadOfStoredAddress()
406 StoreValue[NumStores] = MO->getValue(); in EmitInstruction()
DPPCHazardRecognizers.h72 const Value *StoreValue[4]; variable