Searched defs:GetJson (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/native_client_sdk/src/tools/
H A Dcreate_nmf.py412 def GetJson(self): member in class:NmfUtils
676 sys.stdout.write(nmf.GetJson())
679 output.write(nmf.GetJson())
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsettings_sync_unittest.cc46 static std::string GetJson(const base::Value& value) { function in namespace:extensions::__anon3827
64 "Expected NULL, actual: " << GetJson(*actual);
68 "Expected: " << GetJson(*expected) << ", actual NULL";
72 "Expected: " << GetJson(*expected) << ", actual: " << GetJson(*actual);

Completed in 87 milliseconds