Searched refs:setShouldDoFullPaintInvalidation (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderProgress.cpp64 setShouldDoFullPaintInvalidation(true);
81 setShouldDoFullPaintInvalidation(true);
H A DRenderImageResource.cpp89 m_renderer->setShouldDoFullPaintInvalidation(true);
H A DRenderMeter.cpp80 setShouldDoFullPaintInvalidation(true);
H A DRenderObjectChildList.cpp177 oldChild.view()->setShouldDoFullPaintInvalidation(true);
181 oldChild.parent()->setShouldDoFullPaintInvalidation(true);
H A DRenderLayerFilterInfo.cpp112 renderer->setShouldDoFullPaintInvalidation(true);
H A DRenderSliderContainer.cpp146 setShouldDoFullPaintInvalidation(true);
H A DRenderTableRow.cpp193 cell->setShouldDoFullPaintInvalidation(true);
231 setShouldDoFullPaintInvalidation(true);
H A DImageQualityController.cpp145 it->key->setShouldDoFullPaintInvalidation(true);
H A DRenderTableCol.cpp119 setShouldDoFullPaintInvalidation(true);
H A DRenderFileUploadControl.cpp77 setShouldDoFullPaintInvalidation(true);
H A DRenderWidget.cpp275 setShouldDoFullPaintInvalidation(true);
H A DRenderObject.cpp1756 setShouldDoFullPaintInvalidation(true);
2641 setShouldDoFullPaintInvalidation(true);
3097 void RenderObject::setShouldDoFullPaintInvalidation(bool b, MarkingBehavior markBehavior) function in class:blink::RenderObject
3102 parent()->setShouldDoFullPaintInvalidation(b, markBehavior);
3106 m_bitfields.setShouldDoFullPaintInvalidation(b);
3120 setShouldDoFullPaintInvalidation(false);
H A DRenderTextControlSingleLine.cpp261 setShouldDoFullPaintInvalidation(true);
H A DRenderBlockLineLayout.cpp1069 f->setShouldDoFullPaintInvalidation(true);
1516 setShouldDoFullPaintInvalidation(true);
1604 setShouldDoFullPaintInvalidation(true);
1683 setShouldDoFullPaintInvalidation(true);
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DMediaControlElementTypes.cpp99 object->setShouldDoFullPaintInvalidation(true);
H A DSpinButtonElement.cpp128 renderer()->setShouldDoFullPaintInvalidation(true);
H A DMediaControls.cpp345 m_muteButton->renderer()->setShouldDoFullPaintInvalidation(true);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentMarkerController.cpp229 node->renderer()->setShouldDoFullPaintInvalidation(true);
290 dstNode->renderer()->setShouldDoFullPaintInvalidation(true);
371 node->renderer()->setShouldDoFullPaintInvalidation(true);
580 renderer->setShouldDoFullPaintInvalidation(true);
610 renderer->setShouldDoFullPaintInvalidation(true);
664 node->renderer()->setShouldDoFullPaintInvalidation(true);
708 node->renderer()->setShouldDoFullPaintInvalidation(true);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGImage.cpp198 setShouldDoFullPaintInvalidation(true);
H A DRenderSVGResourceContainer.cpp150 client->setShouldDoFullPaintInvalidation(true);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DInputMethodController.cpp308 baseNode->renderer()->setShouldDoFullPaintInvalidation(true);
346 baseNode->renderer()->setShouldDoFullPaintInvalidation(true);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLOptionElement.cpp312 renderer->setShouldDoFullPaintInvalidation(true);
H A DHTMLFormControlElement.cpp358 renderer()->setShouldDoFullPaintInvalidation(true);
H A DHTMLCanvasElement.cpp309 renderer->setShouldDoFullPaintInvalidation(true);
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DFileInputType.cpp302 input->renderer()->setShouldDoFullPaintInvalidation(true);

Completed in 2803 milliseconds

12