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

  /external/chromium_org/cc/layers/
picture_image_layer.cc 40 SetNeedsDisplay();
image_layer.cc 33 SetNeedsDisplay();
nine_patch_layer.cc 54 SetNeedsDisplay();
layer.h 110 void SetNeedsDisplay() { SetNeedsDisplayRect(gfx::RectF(bounds())); }
texture_layer_unittest.cc 272 test_layer->SetNeedsDisplay();
297 test_layer->SetNeedsDisplay();
848 texture_layer_->SetNeedsDisplay();
    [all...]
tiled_layer_unittest.cc 403 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/content/browser/renderer_host/
surface_texture_transport_client_android.cc 140 video_layer_->SetNeedsDisplay();
render_widget_host_view_android.cc 643 layer_->SetNeedsDisplay();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.h 258 SetNeedsDisplay
263 void setOffsetFromRenderer(const IntSize&, ShouldSetNeedsDisplay = SetNeedsDisplay);
326 void setNeedsDisplay();
GraphicsLayer.cpp 354 if (shouldSetNeedsDisplay == SetNeedsDisplay)
355 setNeedsDisplay();
1027 void GraphicsLayer::setNeedsDisplay()
    [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_compositing_helper.cc 256 texture_layer_->SetNeedsDisplay();
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc     [all...]
layer_tree_host_unittest_animation.cc 594 layer_tree_host()->root_layer()->SetNeedsDisplay();
layer_tree_host_unittest_context.cc 292 layer_tree_host()->root_layer()->SetNeedsDisplay();
465 content_->SetNeedsDisplay();
    [all...]
layer_tree_host.cc 469 current_layer->SetNeedsDisplay();
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 51 void WebLayerImpl::invalidate() { layer_->SetNeedsDisplay(); }
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 854 io_surface_layer_->SetNeedsDisplay();
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 654 texture_layer_->SetNeedsDisplay();
    [all...]

Completed in 438 milliseconds