Searched defs:InvalidateRect (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_manager.cc72 aggregator_.InvalidateRect(Rect(GetEffectiveSize()));
75 void PaintManager::InvalidateRect(const Rect& rect) { function in class:pp::PaintManager
85 aggregator_.InvalidateRect(clipped_rect);
H A Dpaint_aggregator.cc116 void PaintAggregator::InvalidateRect(const Rect& rect) { function in class:pp::PaintAggregator
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/
H A Dpaint_aggregator.cc117 void PaintAggregator::InvalidateRect(const gfx::Rect& rect) { function in class:content::PaintAggregator
127 InvalidateRect(combined_rect);
165 InvalidateRect(clip_rect);
171 InvalidateRect(clip_rect);
179 InvalidateRect(clip_rect);
255 InvalidateRect(scroll_rect);
H A Drender_widget_fullscreen_pepper.cc373 InvalidateRect(gfx::Rect(size_.width(), size_.height()));
376 void RenderWidgetFullscreenPepper::InvalidateRect(const blink::WebRect& rect) { function in class:content::RenderWidgetFullscreenPepper
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.cc158 InvalidateRect(rect);
161 void WebPluginProxy::InvalidateRect(const gfx::Rect& rect) { function in class:content::WebPluginProxy
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/
H A Dwebplugin_impl.cc335 InvalidateRect(window_rect);
860 void WebPluginImpl::InvalidateRect(const gfx::Rect& rect) { function in class:content::WebPluginImpl
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc660 void PepperPluginInstanceImpl::InvalidateRect(const gfx::Rect& rect) { function in class:content::PepperPluginInstanceImpl
665 fullscreen_container_->InvalidateRect(rect);
688 InvalidateRect(rect);
698 InvalidateRect(rect);
729 InvalidateRect(gfx::Rect());
2097 InvalidateRect(gfx::Rect());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 138 milliseconds