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

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
NPNInvalidateRectInvalidatesWindow.cpp 167 NPRect rectToInvalidate;
168 rectToInvalidate.left = (clientRect.right - clientRect.left) / 2;
169 rectToInvalidate.top = (clientRect.bottom - clientRect.top) / 2;
170 rectToInvalidate.right = clientRect.right;
171 rectToInvalidate.bottom = clientRect.bottom;
172 NPN_InvalidateRect(&rectToInvalidate);
180 if (invalidRect.left != rectToInvalidate.left || invalidRect.top != rectToInvalidate.top || invalidRect.right != rectToInvalidate.right || invalidRect.bottom != rectToInvalidate.bottom)
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]

Completed in 107 milliseconds