HomeSort by relevance Sort by last modified time
    Searched defs:invalidateContentsAndRootView (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageChromeClient.cpp 58 void SVGImageChromeClient::invalidateContentsAndRootView(const IntRect& r)
  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.cpp 66 void Chrome::invalidateContentsAndRootView(const IntRect& updateRect)
68 m_client->invalidateContentsAndRootView(updateRect);
  /external/chromium_org/third_party/WebKit/Source/web/
WebPopupMenuImpl.cpp 372 void WebPopupMenuImpl::invalidateContentsAndRootView(const IntRect& paintRect)
384 invalidateContentsAndRootView(updateRect);
ChromeClientImpl.cpp 479 void ChromeClientImpl::invalidateContentsAndRootView(const IntRect& updateRect)
488 invalidateContentsAndRootView(updateRect);

Completed in 1455 milliseconds