Home
last modified time | relevance | path

Searched refs:contentChanged (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/WebCore/accessibility/
DAXObjectCache.h85 void contentChanged(RenderObject*);
155 inline void AXObjectCache::contentChanged(RenderObject*) { } in contentChanged() function
DAXObjectCache.cpp355 void AXObjectCache::contentChanged(RenderObject* renderer) in contentChanged() function in WebCore::AXObjectCache
359 object->contentChanged(); in contentChanged()
DAccessibilityRenderObject.h211 virtual void contentChanged();
DAccessibilityObject.h436 virtual void contentChanged() { } in contentChanged() function
/external/webkit/WebKit/chromium/src/
DWebPopupMenuImpl.cpp254 bool contentChanged, in repaint() argument
259 if (!contentChanged || paintRect.isEmpty()) in repaint()
DWebPopupMenuImpl.h102 const WebCore::IntRect&, bool contentChanged, bool immediate = false,
DChromeClientImpl.cpp466 const IntRect& paintRect, bool contentChanged, bool immediate, in repaint() argument
470 if (!contentChanged || paintRect.isEmpty()) in repaint()
DChromeClientImpl.h100 const WebCore::IntRect&, bool contentChanged, bool immediate = false,
/external/webkit/WebCore/platform/
DHostWindow.h41 …virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintCont…
/external/webkit/WebKit/wx/WebKitSupport/
DChromeClientWx.cpp339 void ChromeClientWx::repaint(const IntRect& rect, bool contentChanged, bool immediate, bool repaint… in repaint() argument
344 if (contentChanged) in repaint()
DChromeClientWx.h105 …virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintCont…
/external/webkit/WebCore/page/
DChrome.cpp70 void Chrome::repaint(const IntRect& windowRect, bool contentChanged, bool immediate, bool repaintCo… in repaint() argument
72 m_client->repaint(windowRect, contentChanged, immediate, repaintContentOnly); in repaint()
DChrome.h63 …virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintCont…
DChromeClient.h136 …virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintCont…
/external/webkit/WebKit/haiku/WebCoreSupport/
DChromeClientHaiku.h105 …void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly …
DChromeClientHaiku.cpp256 void ChromeClientHaiku::repaint(const IntRect&, bool contentChanged, bool immediate, bool repaintCo… in repaint() argument
/external/webkit/WebKit/qt/WebCoreSupport/
DChromeClientQt.cpp330 void ChromeClientQt::repaint(const IntRect& windowRect, bool contentChanged, bool, bool) in repaint() argument
333 if (contentChanged) { in repaint()
DChromeClientQt.h108 …virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintCont…
/external/webkit/WebKit/gtk/WebCoreSupport/
DChromeClientGtk.h90 …virtual void repaint(const WebCore::IntRect&, bool contentChanged, bool immediate = false, bool re…
DChromeClientGtk.cpp327 void ChromeClient::repaint(const IntRect& windowRect, bool contentChanged, bool immediate, bool rep… in windowRect() argument
333 if (contentChanged) in windowRect()
/external/webkit/WebKit/android/WebCoreSupport/
DChromeClientAndroid.h116 …virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintCont…
DChromeClientAndroid.cpp280 void ChromeClientAndroid::repaint(const IntRect& rect, bool contentChanged, in focus() argument
/external/webkit/WebKit/win/WebCoreSupport/
DWebChromeClient.h96 …virtual void repaint(const WebCore::IntRect&, bool contentChanged, bool immediate = false, bool re…
DWebChromeClient.cpp454 void WebChromeClient::repaint(const IntRect& windowRect, bool contentChanged, bool immediate, bool … in repaint() argument
457 m_webView->repaint(windowRect, contentChanged, immediate, repaintContentOnly); in repaint()
/external/webkit/WebKit/mac/WebCoreSupport/
DWebChromeClient.h94 …virtual void repaint(const WebCore::IntRect&, bool contentChanged, bool immediate = false, bool re…

12