HomeSort by relevance Sort by last modified time
    Searched defs:WaitUntilViewChanged (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/tests/
test_view.cc 52 bool TestView::WaitUntilViewChanged() {
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() &&
test_graphics_2d.cc 655 bool TestGraphics2D::WaitUntilViewChanged() {
687 ASSERT_TRUE(WaitUntilViewChanged());
711 ASSERT_TRUE(WaitUntilViewChanged());

Completed in 37 milliseconds