HomeSort by relevance Sort by last modified time
    Searched refs:expected_log (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver_unittest.py 54 expected_log=[
72 expected_log=[
91 expected_log=[
110 expected_log=[
131 expected_log=[
155 expected_log=[
179 expected_log=[
200 expected_log=[
216 def _assertRebaseline(self, test_files, results_files, test_name, baseline_target, baseline_move_to, expected_success, expected_log):
225 self.assertEqual(expected_log, log
    [all...]
  /external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.cc 190 std::string expected_log; local
198 expected_log.append("notification displayed\n");
205 EXPECT_EQ(expected_log, log_output_);
220 std::string expected_log; local
225 expected_log.append("notification displayed\n");
232 expected_log.append("notification displayed\n");
247 EXPECT_EQ(expected_log, log_output_);
267 std::string expected_log; local
269 expected_log.append("notification displayed\n");
276 EXPECT_EQ(expected_log, log_output_)
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.cc 204 std::string expected_log; local
206 expected_log.append("notification displayed\n");
210 EXPECT_EQ(expected_log, log_output_);
221 expected_log.append("notification closed by script\n");
224 EXPECT_EQ(expected_log, log_output_);
231 expected_log.append("notification closed by script\n");
233 EXPECT_EQ(expected_log, log_output_);
  /external/chromium_org/chrome/browser/notifications/
desktop_notifications_unittest.cc 236 std::string expected_log; local
244 expected_log.append("notification displayed\n");
251 EXPECT_EQ(expected_log, log_output_);
265 std::string expected_log; local
270 expected_log.append("notification displayed\n");
277 expected_log.append("notification displayed\n");
292 EXPECT_EQ(expected_log, log_output_);
393 std::string expected_log; local
395 expected_log.append("notification displayed\n");
402 EXPECT_EQ(expected_log, log_output_)
    [all...]

Completed in 89 milliseconds