Searched defs:WaitUntilViewChanged (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/tests/
H A Dtest_view.cc52 bool TestView::WaitUntilViewChanged() { function in class:TestView
108 while (WaitUntilViewChanged() &&
129 while (WaitUntilViewChanged() &&
156 while (WaitUntilViewChanged() && last_view_.GetRect() != desired_rect &&
196 while (WaitUntilViewChanged() && last_view_.GetClipRect() != desired_clip &&
210 while (WaitUntilViewChanged() &&
220 while (WaitUntilViewChanged() &&
H A Dtest_graphics_2d.cc655 bool TestGraphics2D::WaitUntilViewChanged() { function in class:TestGraphics2D
687 ASSERT_TRUE(WaitUntilViewChanged());
711 ASSERT_TRUE(WaitUntilViewChanged());

Completed in 1378 milliseconds