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:__anon4501::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.cc193 class StoreValue : public Operation { class in namespace:__anon4503
195 StoreValue(const std::string& hashed_name, scoped_ptr<base::Value> value) function in class:__anon4503::StoreValue
201 virtual ~StoreValue() {}
210 DISALLOW_COPY_AND_ASSIGN(StoreValue);
496 operators.push_back(new StoreValue(
525 operators.push_back(new StoreValue(
H A Dautomatic_profile_resetter.cc747 memento_in_prefs.StoreValue(evaluation_results_->memento_value_in_prefs);
748 memento_in_local_state.StoreValue(
750 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::__anon2504
75 Bind(&StoreValue, &result));
/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h72 const Value *StoreValue[4]; member in class:llvm::PPCHazardRecognizer970
H A DPPCHazardRecognizers.cpp302 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i])
307 if (StoreValue[i] == LoadValue) {
406 StoreValue[NumStores] = MO->getValue();

Completed in 159 milliseconds