HomeSort by relevance Sort by last modified time
    Searched full:invalidaterect (Results 51 - 75 of 92) sorted by null

1 23 4

  /frameworks/base/core/java/android/widget/
StackView.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 660 invalidateRect(windowResizerRect());
692 invalidateRect(scrollCornerRect());
854 invalidateRect(rect);
    [all...]
ScrollbarTheme.cpp 214 scrollbar->invalidateRect(result);
Scrollbar.cpp 554 void Scrollbar::invalidateRect(const IntRect& rect)
  /external/libpng/contrib/gregbook/
rpng-win.c 598 InvalidateRect(global_hwnd, &rect, FALSE);
610 InvalidateRect(global_hwnd, &rect, FALSE);
616 InvalidateRect(global_hwnd, NULL, TRUE);
rpng2-win.c 797 InvalidateRect(global_hwnd, &rect, FALSE);
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.h 107 virtual void InvalidateRect(const gfx::Rect& rect) OVERRIDE;
webplugin_impl.cc 335 InvalidateRect(window_rect);
860 void WebPluginImpl::InvalidateRect(const gfx::Rect& rect) {
862 container_->invalidateRect(rect);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
SwapChain9.cpp 244 InvalidateRect(mWindow, NULL, FALSE);
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 175 NPN_InvalidateRectProcPtr invalidaterect; member in struct:_NPNetscapeFuncs
  /external/chromium_org/third_party/npapi/npspy/common/
npp_gate.cpp 140 fakeNPNFuncs.invalidaterect = NPN_InvalidateRect;
npn_gate.cpp 365 NPNFuncs.invalidaterect(instance, invalidRect);
  /external/chromium_org/third_party/npapi/npspy/windows/
gui_main.cpp 255 InvalidateRect(hWndClear, NULL, TRUE);
dirpick.cpp 258 InvalidateRect(hWndLB, NULL, TRUE);
  /external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp 149 InvalidateRect(hWnd, rect, FALSE);
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 59 void WebLayerImpl::invalidateRect(const blink::WebFloatRect& rect) {
  /external/skia/src/views/win/
SkOSWindow_win.cpp 149 InvalidateRect(hWnd, rect, FALSE);
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 677 // Invalidate in the window contents, as FramelessScrollView::invalidateRect
682 invalidateRect(clipRect);
ChromeClientImpl.cpp 488 m_webView->invalidateRect(updateRect);
    [all...]
WebViewImpl.h 320 void invalidateRect(const WebCore::IntRect&);
    [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...]
  /external/chromium_org/build/win/importlibs/x86/
user32.winxp.imports 397 'InvalidateRect@12',
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 70 virtual void invalidateRect(const IntRect&);
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npupp.h 539 NPN_InvalidateRectUPP invalidaterect; member in struct:_NPNetscapeFuncs
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_mac.mm 609 instance()->webplugin()->InvalidateRect(gfx::Rect());

Completed in 850 milliseconds

1 23 4