HomeSort by relevance Sort by last modified time
    Searched defs:InvalidateRect (Results 1 - 11 of 11) 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/cc/resources/
picture_pile.cc 85 InvalidateRect(pic_list, tile_invalidation);
140 void PicturePile::InvalidateRect(
  /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 378 InvalidateRect(gfx::Rect(size_.width(), size_.height()));
381 void RenderWidgetFullscreenPepper::InvalidateRect(const WebKit::WebRect& rect) {
  /external/chromium_org/content/plugin/
webplugin_proxy.cc 157 InvalidateRect(rect);
160 void WebPluginProxy::InvalidateRect(const gfx::Rect& rect) {
186 // handled by the renderer before it receives the InvalidateRect message,
192 // Only send a single InvalidateRect message at a time. From DidPaint we
193 // will dispatch an additional InvalidateRect message if necessary.
297 // send out another InvalidateRect message.
300 InvalidateRect(damaged_rect_);
454 InvalidateRect(damaged_rect_);
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 345 InvalidateRect(window_rect);
864 void WebPluginImpl::InvalidateRect(const gfx::Rect& rect) {
866 container_->invalidateRect(rect);
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 618 void PepperPluginInstanceImpl::InvalidateRect(const gfx::Rect& rect) {
623 fullscreen_container_->InvalidateRect(rect);
631 container_->invalidateRect(rect);
647 InvalidateRect(rect);
666 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 368 milliseconds