OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commit_json
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/server2/
new_github_file_system_test.py
83
commit_json
= json.loads(deepcopy(LocalFileSystem('').ReadSingle(
85
commit_json
['sha'] = hash_value
86
return json.dumps(
commit_json
)
/external/chromium_org/chrome/browser/ui/webui/options/
preferences_browsertest.cc
382
std::string
commit_json
;
local
383
base::JSONWriter::Write(commit_ptr.get(), &
commit_json
);
388
<< " " <<
commit_json
.c_str() << ");});";
[
all
...]
Completed in 214 milliseconds