/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_layer_impl_fixed_bounds.cc | 27 void WebLayerImplFixedBounds::invalidateRect(const blink::WebFloatRect& rect) {
|
web_layer_impl.h | 59 virtual void invalidateRect(const blink::WebFloatRect&);
|
/external/libpng/contrib/visupng/ |
VisualPng.c | 203 InvalidateRect (hwnd, NULL, TRUE); 219 InvalidateRect (hwnd, NULL, TRUE); 264 InvalidateRect (hwnd, NULL, TRUE); 314 InvalidateRect (hwnd, NULL, TRUE); 343 InvalidateRect (hwnd, NULL, TRUE); 388 InvalidateRect (hwnd, NULL, TRUE);
|
/external/chromium_org/ppapi/utility/graphics/ |
paint_manager.h | 50 /// paint_manager_.InvalidateRect(some_rect); 228 /// InvalidateRect() Invalidate the provided rect. 231 void InvalidateRect(const Rect& rect);
|
/external/chromium_org/content/renderer/ |
render_widget_fullscreen_pepper.cc | 373 InvalidateRect(gfx::Rect(size_.width(), size_.height())); 376 void RenderWidgetFullscreenPepper::InvalidateRect(const blink::WebRect& rect) {
|
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/ |
main.c | 129 browser->invalidaterect = (NPN_InvalidateRectProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->invalidaterect);
|
/external/chromium_org/components/plugins/renderer/ |
webview_plugin.cc | 209 container_->invalidateRect(rect);
|
/external/chromium_org/content/child/npapi/ |
webplugin.h | 53 virtual void InvalidateRect(const gfx::Rect& rect) = 0;
|
plugin_host.cc | 122 host_funcs_.invalidaterect = &NPN_InvalidateRect; 629 ::InvalidateRect(plugin->window_handle(), &rect, false); 637 plugin->webplugin()->InvalidateRect(rect); 651 // very least, fetch the region's bounding box and pass it to InvalidateRect). [all...] |
/external/chromium_org/content/renderer/pepper/ |
pepper_graphics_2d_host.cc | 330 new_instance->InvalidateRect(gfx::Rect()); 709 // Conversion requires falling back to InvalidateRect. 731 bound_instance_->InvalidateRect(op_rect); 733 bound_instance_->InvalidateRect(old_op_rect);
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebScrollbarThemeClientImpl.cpp | 108 void WebScrollbarThemeClientImpl::invalidateRect(const IntRect&)
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
Scrollbar.h | 73 virtual void invalidateRect(const IntRect&);
|
ScrollableArea.cpp | 177 horizontalScrollbar->invalidateRect(boundsAndCorner);
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
PluginTest.cpp | 165 browser->invalidaterect(m_npp, invalidRect);
|
PluginObject.cpp | 244 "invalidateRect", [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPluginContainerImpl.cpp | 142 void WebPluginContainerImpl::invalidateRect(const IntRect& rect) 374 void WebPluginContainerImpl::invalidateRect(const WebRect& rect) 376 invalidateRect(static_cast<IntRect>(rect)); 395 invalidateRect(rect);
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebPluginContainer.h | 61 virtual void invalidateRect(const WebRect&) = 0;
|
/external/chromium_org/ui/base/l10n/ |
l10n_util_win.cc | 103 ::InvalidateRect(hwnd, NULL, true);
|
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/ |
main_wnd.cc | 526 InvalidateRect(wnd_, NULL, TRUE); 604 InvalidateRect(wnd_, NULL, TRUE);
|
/external/chromium_org/content/plugin/ |
webplugin_proxy.h | 63 virtual void InvalidateRect(const gfx::Rect& rect) OVERRIDE;
|
/external/chromium_org/content/test/plugin/ |
plugin_windowless_test.cc | 136 browser->invalidaterect(id(), NULL);
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebLayer.h | 60 virtual void invalidateRect(const WebFloatRect&) = 0;
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
gdivideorenderer.cc | 243 InvalidateRect(handle(), 0, 0);
|
/external/icu4c/samples/layout/ |
clayout.c | 311 InvalidateRect(hwnd, NULL, TRUE);
|
layout.cpp | 307 InvalidateRect(hwnd, NULL, TRUE);
|