Searched refs:movedEnd (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp3812 WebPoint movedEnd(bottomRightMinusOne(initialEndRect));
3814 movedEnd.y += 40;
3815 frame->selectRange(topLeft(initialStartRect), movedEnd); local
3820 movedEnd.y -= 80;
3821 frame->selectRange(topLeft(initialStartRect), movedEnd); local
4041 WebPoint movedEnd(bottomRightMinusOne(endWebRect));
4043 frame->selectRange(topLeft(startWebRect), movedEnd); local

Completed in 838 milliseconds