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

/external/chromium_org/chrome/browser/profile_resetter/
H A 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);
H A Dautomatic_profile_resetter_mementos.cc37 void PreferenceHostedPromptMemento::StoreValue(const std::string& value) { function in class:PreferenceHostedPromptMemento
67 void LocalStateHostedPromptMemento::StoreValue(const std::string& value) { function in class:LocalStateHostedPromptMemento
104 void FileHostedPromptMemento::StoreValue(const std::string& value) { function in class:FileHostedPromptMemento
H A Dautomatic_profile_resetter_unittest.cc198 void StoreValue(const std::string& value) { function in class:__anon5768::FileHostedPromptMementoSynchronous
199 FileHostedPromptMemento::StoreValue(value);
757 memento_in_prefs().StoreValue(kTestInvalidMementoValue);
758 memento_in_local_state().StoreValue(kTestInvalidMementoValue);
759 memento_in_file().StoreValue(kTestInvalidMementoValue);
778 memento_in_prefs().StoreValue(kTestMementoValue);
798 memento_in_local_state().StoreValue(kTestMementoValue);
818 memento_in_file().StoreValue(kTestMementoValue);
920 memento_in_prefs().StoreValue(kTestInvalidMementoValue);
921 memento_in_local_state().StoreValue(kTestInvalidMementoValu
[all...]
H A Djtl_interpreter.cc190 class StoreValue : public Operation { class in namespace:__anon5770
192 StoreValue(const std::string& hashed_name, scoped_ptr<Value> value) function in class:__anon5770::StoreValue
198 virtual ~StoreValue() {}
207 DISALLOW_COPY_AND_ASSIGN(StoreValue);
491 operators.push_back(new StoreValue(
519 operators.push_back(new StoreValue(
H A Dautomatic_profile_resetter.cc745 memento_in_prefs.StoreValue(evaluation_results_->memento_value_in_prefs);
746 memento_in_local_state.StoreValue(
748 memento_in_file.StoreValue(evaluation_results_->memento_value_in_file);
/external/chromium_org/base/
H A Dtask_runner_util_unittest.cc20 void StoreValue(int* destination, int value) { function in namespace:base::__anon3988
75 Bind(&StoreValue, &result));
/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp114 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i])
119 if (StoreValue[i] == LoadValue) {
218 StoreValue[NumStores] = MO->getValue();
H A DPPCHazardRecognizers.h61 const Value *StoreValue[4]; member in class:llvm::PPCHazardRecognizer970

Completed in 425 milliseconds