HomeSort by relevance Sort by last modified time
    Searched refs:current_value (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update_unittest.cc 56 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/
scoped_user_pref_update_unittest.cc 60 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/
pref_registry.cc 35 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/
area_code_map.cc 80 int32 current_value = storage_->GetPrefix(current); local
81 if (current_value == value) {
83 } else if (current_value > value) {
  /external/chromium/chrome/browser/
background_mode_manager_win.cc 64 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/
progress_bar.h 21 double current_value() const { return current_value_; } function in class:views::ProgressBar
  /external/emma/core/java12/com/vladium/util/
IntVector.java 117 final int current_value = m_values [index]; local
120 return current_value;
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_context.cc 118 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/
syncable_settings_storage.cc 257 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/
gflags_reporting.cc 174 AddString(string("default: \"") + flag.current_value + string("\""),
177 AddString(string("default: ") + flag.current_value,
214 AddXMLTag(&r, "current", flag.current_value);
gflags.cc 480 string current_value() const { return current_->ToString(); } function in class:google::__anon5676::CommandLineFlag
562 result->current_value = current_value();
833 *msg = string(flag->name()) + " set to " + flag->current_value();
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_ui_util_unittest.cc 108 double current_value = 1; local
115 current_value));
116 current_value *= 2;
  /external/open-vcdiff/gflags/src/
gflags_reporting.cc 174 AddString(string("default: \"") + flag.current_value + string("\""),
177 AddString(string("default: ") + flag.current_value,
214 AddXMLTag(&r, "current", flag.current_value);
gflags.cc 480 string current_value() const { return current_->ToString(); } function in class:__anon25731::CommandLineFlag
562 result->current_value = current_value();
833 *msg = string(flag->name()) + " set to " + flag->current_value();
    [all...]
  /external/chromium_org/v8/src/
unicode.cc 83 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) {
    [all...]
  /external/v8/src/
unicode.cc 80 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) {
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampler_test.cc 314 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/
sampler_test.cc 314 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/
spelling_menu_observer.cc 349 bool current_value = autocorrect_spelling_.GetValue(); local
351 !current_value);
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.cc 770 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);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action.cc 923 std::string current_value; local
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 168 std::string current_value; // the current value, as a string member in struct:google::CommandLineFlagInfo
  /external/chromium_org/third_party/cld/base/
commandlineflags.h 90 string current_value; // the current value, as a string member in struct:CommandLineFlagInfo
  /external/open-vcdiff/gflags/src/gflags/
gflags.h 172 std::string current_value; // the current value, as a string member in struct:google::CommandLineFlagInfo
  /external/open-vcdiff/gflags/src/windows/gflags/
gflags.h 181 std::string current_value; // the current value, as a string member in struct:google::CommandLineFlagInfo

Completed in 341 milliseconds

1 2