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

  /external/chromium_org/cc/layers/
picture_image_layer.cc 40 SetNeedsDisplay();
image_layer.cc 33 SetNeedsDisplay();
texture_layer_unittest.cc 282 test_layer->SetNeedsDisplay();
307 test_layer->SetNeedsDisplay();
    [all...]
layer.h 131 void SetNeedsDisplay() { SetNeedsDisplayRect(gfx::RectF(bounds())); }
tiled_layer_unittest.cc 414 layer->SetNeedsDisplay();
    [all...]
layer_unittest.cc 469 // The semantics for SetNeedsDisplay which are tested here:
472 // SetNeedsDisplay.
506 // Case 2: SetNeedsDisplay() without the dirty rect arg.
509 EXPECT_SET_NEEDS_UPDATE(1, test_layer->SetNeedsDisplay());
513 // Case 3: SetNeedsDisplay() with an empty rect.
519 // Case 4: SetNeedsDisplay() with a non-drawable layer
540 // SetNeedsDisplay). All properties need to be set to new values in order for
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 138 SetNeedsDisplay
143 void setOffsetFromRenderer(const IntSize&, ShouldSetNeedsDisplay = SetNeedsDisplay);
217 void setNeedsDisplay();
GraphicsLayer.cpp 330 if (shouldSetNeedsDisplay == SetNeedsDisplay)
331 setNeedsDisplay();
426 m_contentsClippingMaskLayer->setNeedsDisplay();
980 void GraphicsLayer::setNeedsDisplay()
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc     [all...]
layer_tree_host_unittest_context.cc 243 layer_tree_host()->root_layer()->SetNeedsDisplay();
383 content_->SetNeedsDisplay();
    [all...]
layer_tree_host_unittest_animation.cc 742 layer_tree_host()->root_layer()->SetNeedsDisplay();
layer_tree_host.cc 512 current_layer->SetNeedsDisplay();
    [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_compositing_helper.cc 299 texture_layer_->SetNeedsDisplay();
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 63 void WebLayerImpl::invalidate() { layer_->SetNeedsDisplay(); }
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc 724 delegated_renderer_layer_->SetNeedsDisplay();
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 677 texture_layer_->SetNeedsDisplay();
717 texture_layer_->SetNeedsDisplay();
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 850 io_surface_layer_->SetNeedsDisplay();
    [all...]

Completed in 1983 milliseconds