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

  /external/chromium_org/cc/layers/
picture_image_layer.cc 41 SetNeedsDisplay();
image_layer.cc 34 SetNeedsDisplay();
texture_layer_unittest.cc 255 test_layer->SetNeedsDisplay();
280 test_layer->SetNeedsDisplay();
    [all...]
layer.h 127 void SetNeedsDisplay() { SetNeedsDisplayRect(gfx::RectF(bounds())); }
tiled_layer_unittest.cc 480 layer->SetNeedsDisplay();
    [all...]
layer_unittest.cc 527 // The semantics for SetNeedsDisplay which are tested here:
530 // SetNeedsDisplay.
564 // Case 2: SetNeedsDisplay() without the dirty rect arg.
567 EXPECT_SET_NEEDS_UPDATE(1, test_layer->SetNeedsDisplay());
571 // Case 3: SetNeedsDisplay() with an empty rect.
577 // Case 4: SetNeedsDisplay() with a non-drawable layer
598 // SetNeedsDisplay). All properties need to be set to new values in order for
    [all...]
  /external/chromium_org/content/browser/compositor/
io_surface_layer_mac.h 53 // Called whenever -[IOSurfaceLayer setNeedsDisplay] is called.
54 void SetNeedsDisplay();
94 // that cause setNeedsDisplay to be called on the layer.
  /external/chromium_org/cc/debug/
invalidation_benchmark.cc 87 layer->SetNeedsDisplay();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 128 SetNeedsDisplay
133 void setOffsetFromRenderer(const IntSize&, ShouldSetNeedsDisplay = SetNeedsDisplay);
184 void setNeedsDisplay();
GraphicsLayer.cpp 270 if (shouldSetNeedsDisplay == SetNeedsDisplay)
271 setNeedsDisplay();
335 m_contentsClippingMaskLayer->setNeedsDisplay();
894 void GraphicsLayer::setNeedsDisplay()
1011 setNeedsDisplay();
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_compositor_host.cc 264 texture_layer->SetNeedsDisplay();
298 image_layer->SetNeedsDisplay();
pepper_plugin_instance_impl.cc 772 layer->SetNeedsDisplay();
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc     [all...]
layer_tree_host_unittest_context.cc 221 layer_tree_host()->root_layer()->SetNeedsDisplay();
408 layer_->SetNeedsDisplay();
    [all...]
layer_tree_host.cc 473 current_layer->SetNeedsDisplay();
    [all...]
  /external/chromium_org/cc/blink/
web_layer_impl.cc 83 layer_->SetNeedsDisplay();
  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.cc 307 layer_->SetNeedsDisplay();
  /external/chromium_org/ui/compositor/
layer.cc 553 texture_layer_->SetNeedsDisplay();
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 868 io_surface_layer_->SetNeedsDisplay();
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp     [all...]

Completed in 344 milliseconds