Home
last modified time | relevance | path

Searched refs:userCode (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/webtry/
Dwebtry.go340 type userCode struct { struct
360 …return writeTemplate(filename, t, userCode{Code: code, Titlebar: Titlebar{GitHash: gitHash, GitInf…
715 if err := iframeTemplate.Execute(w, userCode{Code: code, Hash: hash, Source: source}); err != nil {
787 …if err := indexTemplate.Execute(w, userCode{Code: code, Hash: hash, Source: source, Titlebar: Titl…
/external/skia/experimental/webtry/
Dwebtry.go333 type userCode struct { struct
347 return t.Execute(f, userCode{Code: code, Titlebar: Titlebar{GitHash: gitHash, GitInfo: gitInfo}})
697 if err := iframeTemplate.Execute(w, userCode{Code: code, Hash: hash, Source: source}); err != nil {
769 …if err := indexTemplate.Execute(w, userCode{Code: code, Hash: hash, Source: source, Titlebar: Titl…