Searched defs:current_value (Results 1 - 8 of 8) sorted by relevance

/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/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/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/protobuf/src/google/protobuf/
H A Dtext_format.cc588 const string& current_value = tokenizer_.current().text; local
590 if (current_value != value) {
591 ReportError("Expected \"" + value + "\", found \"" + current_value
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags.cc480 string current_value() const { return current_->ToString(); } function in class:google::__anon2383::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/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/chrome/browser/automation/
H A Dtesting_automation_provider.cc4344 string16 current_value; local
4359 &current_value)) {
4360 profile.SetInfo(type_it->first, current_value);
4377 string16 current_value; local
4391 if (card_info->GetString(type_it->second, &current_value)) {
4392 card.SetInfo(type_it->first, current_value);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 284 milliseconds