Searched refs:invalidateRect (Results 1 - 25 of 53) sorted by relevance

123

/external/webkit/Source/WebCore/platform/gtk/
H A DGtkPluginWidget.h36 void invalidateRect(const IntRect&);
H A DGtkPluginWidget.cpp44 void GtkPluginWidget::invalidateRect(const IntRect& _rect) function in class:WebCore::GtkPluginWidget
/external/webkit/Source/WebCore/platform/chromium/
H A DFramelessScrollView.cpp51 invalidateRect(dirtyRect);
60 void FramelessScrollView::invalidateRect(const IntRect& rect) function in class:WebCore::FramelessScrollView
H A DFramelessScrollView.h69 virtual void invalidateRect(const IntRect&);
/external/webkit/Source/WebCore/platform/wx/
H A DWidgetWx.cpp93 void Widget::invalidateRect(const IntRect& r) function in class:WebCore::Widget
101 invalidateRect(r);
/external/webkit/Source/WebCore/plugins/
H A DPluginViewNone.cpp87 void PluginView::invalidateRect(NPRect*) function in class:WebCore::PluginView
92 void PluginView::invalidateRect(const IntRect&) function in class:WebCore::PluginView
H A DPluginView.h194 void invalidateRect(NPRect*);
207 virtual void invalidateRect(const IntRect&);
H A Dnpapi.cpp124 pluginViewForInstance(instance)->invalidateRect(invalidRect);
/external/webkit/Source/WebKit/chromium/public/
H A DWebPluginContainer.h51 virtual void invalidateRect(const WebRect&) = 0;
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DImageLayerChromium.cpp80 m_tiler->invalidateRect(paintRect);
H A DContentLayerChromium.cpp106 m_tiler->invalidateRect(dirty);
H A DLayerTilerChromium.h60 void invalidateRect(const IntRect& contentRect);
H A DLayerChromium.h111 virtual void invalidateRect(const FloatRect& dirtyRect) {} function in class:WebCore::LayerChromium
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DEmbeddedWidget.h63 virtual void invalidateRect(const WebCore::IntRect&);
H A DEmbeddedWidget.cpp71 void EmbeddedWidget::invalidateRect(const IntRect& rect) function in class:EmbeddedWidget
/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginContainerImpl.h70 virtual void invalidateRect(const WebCore::IntRect&);
84 virtual void invalidateRect(const WebRect&);
H A DWebPluginContainerImpl.cpp127 void WebPluginContainerImpl::invalidateRect(const IntRect& rect) function in class:WebKit::WebPluginContainerImpl
275 void WebPluginContainerImpl::invalidateRect(const WebRect& rect) function in class:WebKit::WebPluginContainerImpl
277 invalidateRect(static_cast<IntRect>(rect));
296 invalidateRect(rect);
/external/webkit/Source/WebCore/platform/
H A DScrollbar.h116 virtual void invalidateRect(const IntRect&);
H A DWidget.h171 void invalidate() { invalidateRect(boundsRect()); }
172 virtual void invalidateRect(const IntRect&) = 0;
H A DScrollableArea.cpp148 horizontalScrollbar->invalidateRect(boundsAndCorner);
/external/webkit/Source/WebCore/platform/qt/
H A DScrollbarThemeQt.cpp143 scrollbar->invalidateRect(damageRect);
239 scrollView->invalidateRect(rect);
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginView.h109 virtual void invalidateRect(const WebCore::IntRect&);
/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginViewSymbian.cpp346 void PluginView::invalidateRect(const IntRect& rect) function in class:WebCore::PluginView
356 void PluginView::invalidateRect(NPRect* rect) function in class:WebCore::PluginView
/external/webkit/Source/WebCore/plugins/android/
H A DPluginViewAndroid.cpp603 void PluginView::invalidateRect(const IntRect& r) function in class:WebCore::PluginView
608 void PluginView::invalidateRect(NPRect* rect) function in class:WebCore::PluginView
629 this->invalidateRect(0);
/external/webkit/Source/WebCore/plugins/mac/
H A DPluginViewMac.mm534 void PluginView::invalidateRect(const IntRect& rect)
546 void PluginView::invalidateRect(NPRect* rect)
549 invalidateRect(r);

Completed in 1299 milliseconds

123