Searched refs:current_value (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium/chrome/browser/prefs/
H A Dscoped_user_pref_update_unittest.cc56 const DictionaryValue* current_value = prefs_.GetDictionary(kPref); local
57 ASSERT_TRUE(current_value);
58 EXPECT_TRUE(expected_dictionary.Equals(current_value));
65 const DictionaryValue* current_value = prefs_.GetDictionary(kPref); local
66 ASSERT_TRUE(current_value);
67 EXPECT_TRUE(expected_dictionary.Equals(current_value));
/external/chromium_org/chrome/browser/prefs/
H A Dscoped_user_pref_update_unittest.cc60 const DictionaryValue* current_value = prefs_.GetDictionary(kPref); local
61 ASSERT_TRUE(current_value);
62 EXPECT_TRUE(expected_dictionary.Equals(current_value));
69 const DictionaryValue* current_value = prefs_.GetDictionary(kPref); local
70 ASSERT_TRUE(current_value);
71 EXPECT_TRUE(expected_dictionary.Equals(current_value));
/external/chromium_org/base/prefs/
H A Dpref_registry.cc35 const base::Value* current_value = NULL; local
36 DCHECK(defaults_->GetValue(pref_name, &current_value))
38 DCHECK(value->IsType(current_value->GetType()))
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Darea_code_map.cc80 int32 current_value = storage_->GetPrefix(current); local
81 if (current_value == value) {
83 } else if (current_value > value) {
/external/chromium/chrome/browser/
H A Dbackground_mode_manager_win.cc64 std::wstring current_value; local
65 if ((read_key.ReadValue(key_name, &current_value) == ERROR_SUCCESS) &&
66 (current_value == new_value)) {
/external/chromium_org/ui/views/controls/
H A Dprogress_bar.h21 double current_value() const { return current_value_; } function in class:views::ProgressBar
/external/emma/core/java12/com/vladium/util/
H A DIntVector.java117 final int current_value = m_values [index];
120 return current_value;
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dscreen_context.cc118 Value* current_value; local
119 bool in_storage = storage_.Get(key, &current_value);
122 if (in_storage && new_value->Equals(current_value))
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsyncable_settings_storage.cc257 scoped_ptr<Value> current_value; local
271 current_value.reset(value->DeepCopy());
279 if (!current_value.get()) {
287 key, current_value.release(), value.DeepCopy(), &changes);
292 if (current_value.get()) {
294 key, current_value.release(), value.DeepCopy(), &changes);
304 if (current_value.get()) {
305 error = OnSyncDelete(key, current_value.release(), &changes);
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags_reporting.cc174 AddString(string("default: \"") + flag.current_value + string("\""),
177 AddString(string("default: ") + flag.current_value,
214 AddXMLTag(&r, "current", flag.current_value);
H A Dgflags.cc480 string current_value() const { return current_->ToString(); } function in class:google::__anon3270::CommandLineFlag
562 result->current_value = current_value();
833 *msg = string(flag->name()) + " set to " + flag->current_value();
1530 *value = flag->current_value();
1680 retval_space += i->name.length() + i->current_value.length() + 5;
1689 retval += i->current_value;
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/
H A Dperformance_monitor_ui_util_unittest.cc108 double current_value = 1; local
115 current_value));
116 current_value *= 2;
/external/open-vcdiff/gflags/src/
H A Dgflags_reporting.cc174 AddString(string("default: \"") + flag.current_value + string("\""),
177 AddString(string("default: ") + flag.current_value,
214 AddXMLTag(&r, "current", flag.current_value);
H A Dgflags.cc480 string current_value() const { return current_->ToString(); } function in class:__anon23350::CommandLineFlag
562 result->current_value = current_value();
833 *msg = string(flag->name()) + " set to " + flag->current_value();
1521 *value = flag->current_value();
1671 retval_space += i->name.length() + i->current_value.length() + 5;
1680 retval += i->current_value;
/external/chromium_org/v8/src/
H A Dunicode.cc83 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); local
86 if ((current_value <= value) &&
91 } else if (current_value < value) {
93 } else if (current_value > value) {
139 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); local
142 if ((current_value <= key) &&
147 } else if (current_value < key) {
149 } else if (current_value > key) {
/external/v8/src/
H A Dunicode.cc80 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); local
83 if ((current_value <= value) &&
88 } else if (current_value < value) {
90 } else if (current_value > value) {
135 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); local
138 if ((current_value <= key) &&
143 } else if (current_value < key) {
145 } else if (current_value > key) {
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsampler_test.cc314 uint64_t current_value; local
318 current_value = i;
320 current_value = sampler.NextRandom(current_value);
322 LOG(INFO) << current_value;
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsampler_test.cc314 uint64_t current_value; local
318 current_value = i;
320 current_value = sampler.NextRandom(current_value);
322 LOG(INFO) << current_value;
/external/chromium_org/chrome/browser/tab_contents/
H A Dspelling_menu_observer.cc349 bool current_value = autocorrect_spelling_.GetValue(); local
351 !current_value);
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_api_helpers.cc770 std::string current_value; local
771 if (!request_headers->GetHeader(key, &current_value) ||
772 current_value != value) {
774 FindSetRequestHeader(deltas, key, current_value);
791 std::string current_value; local
792 request_headers->GetHeader(*key, &current_value);
794 FindSetRequestHeader(deltas, *key, current_value);
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
H A Dwebrequest_action.cc923 std::string current_value; local
924 while (headers->EnumerateHeader(&iter, name_, &current_value)) {
926 (current_value.size() != value_.size() ||
927 !std::equal(current_value.begin(), current_value.end(),
932 result->deleted_response_headers.push_back(make_pair(name_, current_value));
/external/chromium/sdch/open-vcdiff/src/gflags/
H A Dgflags.h168 std::string current_value; // the current value, as a string member in struct:google::CommandLineFlagInfo
/external/chromium_org/third_party/cld/base/
H A Dcommandlineflags.h90 string current_value; // the current value, as a string member in struct:CommandLineFlagInfo
/external/open-vcdiff/gflags/src/gflags/
H A Dgflags.h172 std::string current_value; // the current value, as a string member in struct:google::CommandLineFlagInfo
/external/open-vcdiff/gflags/src/windows/gflags/
H A Dgflags.h181 std::string current_value; // the current value, as a string member in struct:google::CommandLineFlagInfo

Completed in 675 milliseconds

12