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

  /external/chromium/base/json/
json_writer_unittest.cc 56 inner_dict->SetInteger(L"inner int", 10);
  /external/chromium/base/
values.h 242 void SetInteger(const std::wstring& path, int in_value);
values.cc 394 void DictionaryValue::SetInteger(const std::wstring& path, int in_value) {
values_unittest.cc 498 dv.SetInteger(L"b", 2);

Completed in 60 milliseconds