Lines Matching defs:bubble

409   // See BubbleNormalTranslate for corresponding bubble UX testing.
492 // See BubbleTranslateScriptNotAvailable for corresponding bubble UX testing.
522 // See BubbleUnknownLanguage for corresponding bubble UX testing.
594 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
741 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
775 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
800 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
829 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
862 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
882 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
912 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
934 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
965 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
994 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
1009 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
1046 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
1077 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
1111 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
1145 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
1201 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
1256 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
1322 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
1433 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
1515 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
1533 // TODO(port): Test corresponding bubble translate UX: http://crbug.com/383235
1587 // Check the bubble exists instead of the infobar.
1590 TranslateBubbleModel* bubble = factory->model();
1591 ASSERT_TRUE(bubble != NULL);
1593 bubble->GetViewState());
1597 bubble->Translate();
1599 // Check the bubble shows "Translating...".
1600 bubble = factory->model();
1601 ASSERT_TRUE(bubble != NULL);
1603 bubble->GetViewState());
1612 // Check the bubble shows "Translated."
1613 bubble = factory->model();
1614 ASSERT_TRUE(bubble != NULL);
1616 bubble->GetViewState());
1630 // Check the bubble exists instead of the infobar.
1633 TranslateBubbleModel* bubble = factory->model();
1634 ASSERT_TRUE(bubble != NULL);
1636 bubble->GetViewState());
1640 bubble->Translate();
1647 bubble = factory->model();
1648 ASSERT_TRUE(bubble != NULL);
1649 EXPECT_EQ(TranslateBubbleModel::VIEW_STATE_ERROR, bubble->GetViewState());
1665 // We should not have a bubble as we don't know the language.
1673 // Check the bubble exists instead of the infobar.
1676 TranslateBubbleModel* bubble = factory->model();
1677 ASSERT_TRUE(bubble != NULL);
1679 bubble->GetViewState());