OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rollbot
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
rollbot.js
26
var
rollbot
=
rollbot
|| {};
30
// FIXME: This will need to change once we have a real account for the
rollbot
.
56
rollbot
.fetchCurrentRoll = function(callback) {
77
rollbot
._isRollbotStopped = isRollbotStopped;
rollbot_unittests.js
29
module("
rollbot
");
138
"text": "
Rollbot
was stopped by the presence of \"STOP\" in an earlier comment on this issue.\n",
167
rollbot
.fetchCurrentRoll(function(roll) {
178
equals(true,
rollbot
._isRollbotStopped(kStoppedIssue));
ui.js
342
rollbot
.fetchCurrentRoll(function(roll) {
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/
run-unittests.html
47
<script src="scripts/
rollbot
.js"></script>
garden-o-matic.html
61
<script src="scripts/
rollbot
.js"></script>
Completed in 225 milliseconds