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

  /external/webkit/Source/WebCore/platform/graphics/android/
BaseTile.cpp 375 bool fullRepaint = false;
380 fullRepaint = true;
386 fullRepaint = true;
388 while (!fullRepaint && !cliperator.done()) {
398 fullRepaint = true;
412 fullRepaint = true;
432 if (fullRepaint) {
451 // set the fullrepaint flags
461 if (fullRepaint)
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp     [all...]

Completed in 191 milliseconds