Home | History | Annotate | Download | only in extension_action

Lines Matching refs:catcher

79     ResultCatcher catcher;
85 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
105 ResultCatcher catcher;
108 ASSERT_TRUE(catcher.GetNextResult()) << catcher.message();
125 ASSERT_TRUE(catcher.GetNextResult()) << catcher.message();
162 ResultCatcher catcher;
166 ASSERT_TRUE(catcher.GetNextResult());
184 ASSERT_TRUE(catcher.GetNextResult());
203 ASSERT_TRUE(catcher.GetNextResult());
221 ASSERT_TRUE(catcher.GetNextResult());
240 ASSERT_TRUE(catcher.GetNextResult());
259 ASSERT_TRUE(catcher.GetNextResult());
278 ASSERT_TRUE(catcher.GetNextResult());
302 ASSERT_FALSE(catcher.GetNextResult());
303 EXPECT_EQ(kEmptyImageDataError, catcher.message());
307 ASSERT_FALSE(catcher.GetNextResult());
308 EXPECT_EQ(kEmptyPathError, catcher.message());
324 ResultCatcher catcher;
326 ASSERT_TRUE(catcher.GetNextResult());
397 ResultCatcher catcher;
399 ASSERT_TRUE(catcher.GetNextResult());
418 ResultCatcher catcher;
422 ASSERT_TRUE(catcher.GetNextResult());
454 ResultCatcher catcher;
458 ASSERT_TRUE(catcher.GetNextResult());
623 ResultCatcher catcher;
626 ASSERT_TRUE(catcher.GetNextResult());
634 ASSERT_TRUE(catcher.GetNextResult());
650 ResultCatcher catcher;
653 ASSERT_TRUE(catcher.GetNextResult());
658 ASSERT_TRUE(catcher.GetNextResult());
681 ResultCatcher catcher;
683 EXPECT_TRUE(catcher.GetNextResult());