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

  /external/chromium_org/ppapi/tests/
test_view.h 29 bool WaitUntilViewChanged();
test_view.cc 46 bool TestView::WaitUntilViewChanged() {
102 while (WaitUntilViewChanged() &&
123 while (WaitUntilViewChanged() &&
150 while (WaitUntilViewChanged() && last_view_.GetRect() != desired_rect &&
190 while (WaitUntilViewChanged() && last_view_.GetClipRect() != desired_clip &&
test_graphics_2d.h 89 bool WaitUntilViewChanged();
test_graphics_2d.cc 666 bool TestGraphics2D::WaitUntilViewChanged() {
698 ASSERT_TRUE(WaitUntilViewChanged());
722 ASSERT_TRUE(WaitUntilViewChanged());

Completed in 703 milliseconds