HomeSort by relevance Sort by last modified time
    Searched refs:GetInteger (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/
values.h 265 bool GetInteger(const std::wstring& path, int* out_value) const;
374 bool GetInteger(size_t index, int* out_value) const;
values.cc 456 bool DictionaryValue::GetInteger(const std::wstring& path,
700 bool ListValue::GetInteger(size_t index, int* out_value) const {
values_unittest.cc 77 ASSERT_FALSE(mixed_list->GetInteger(0, &int_value));
88 ASSERT_TRUE(mixed_list->GetInteger(1, &int_value));
  /external/chromium/base/json/
json_reader_unittest.cc 382 EXPECT_TRUE(dict_val->GetInteger(L"a.b", &integer_value));

Completed in 154 milliseconds