HomeSort by relevance Sort by last modified time
    Searched defs:InvalidateRect (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ppapi/utility/graphics/
paint_manager.cc 72 aggregator_.InvalidateRect(Rect(GetEffectiveSize()));
75 void PaintManager::InvalidateRect(const Rect& rect) {
85 aggregator_.InvalidateRect(clipped_rect);
paint_aggregator.cc 116 void PaintAggregator::InvalidateRect(const Rect& rect) {
126 InvalidateRect(combined_rect);
155 InvalidateRect(clip_rect);
161 InvalidateRect(clip_rect);
169 InvalidateRect(clip_rect);
246 InvalidateRect(scroll_rect);
  /external/chromium_org/content/renderer/
paint_aggregator.cc 117 void PaintAggregator::InvalidateRect(const gfx::Rect& rect) {
127 InvalidateRect(combined_rect);
165 InvalidateRect(clip_rect);
171 InvalidateRect(clip_rect);
179 InvalidateRect(clip_rect);
255 InvalidateRect(scroll_rect);
render_widget_fullscreen_pepper.cc 373 InvalidateRect(gfx::Rect(size_.width(), size_.height()));
376 void RenderWidgetFullscreenPepper::InvalidateRect(const blink::WebRect& rect) {
  /external/chromium_org/content/plugin/
webplugin_proxy.cc 158 InvalidateRect(rect);
161 void WebPluginProxy::InvalidateRect(const gfx::Rect& rect) {
187 // handled by the renderer before it receives the InvalidateRect message,
193 // Only send a single InvalidateRect message at a time. From DidPaint we
194 // will dispatch an additional InvalidateRect message if necessary.
298 // send out another InvalidateRect message.
301 InvalidateRect(damaged_rect_);
455 InvalidateRect(damaged_rect_);
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 335 InvalidateRect(window_rect);
860 void WebPluginImpl::InvalidateRect(const gfx::Rect& rect) {
862 container_->invalidateRect(rect);
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 660 void PepperPluginInstanceImpl::InvalidateRect(const gfx::Rect& rect) {
665 fullscreen_container_->InvalidateRect(rect);
673 container_->invalidateRect(rect);
688 InvalidateRect(rect);
698 InvalidateRect(rect);
729 InvalidateRect(gfx::Rect());
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 882 milliseconds