OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:toggle_lines
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
pyfile.html
28
<span class='{{c_run}} shortkey_r' onclick='coverage.
toggle_lines
(this, "run")'>{{nums.n_executed}} run</span>
29
<span class='{{c_mis}} shortkey_m' onclick='coverage.
toggle_lines
(this, "mis")'>{{nums.n_missing}} missing</span>
30
<span class='{{c_exc}} shortkey_x' onclick='coverage.
toggle_lines
(this, "exc")'>{{nums.n_excluded}} excluded</span>
32
<span class='{{c_par}} shortkey_p' onclick='coverage.
toggle_lines
(this, "par")'>{{n_par}} partial</span>
coverage_html.js
129
coverage.
toggle_lines
= function (btn, cls) {
Completed in 133 milliseconds