HomeSort by relevance Sort by last modified time
    Searched refs:contentChanged (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/WebCore/platform/
HostWindow.h 39 // contentChanged boolean indicates whether or not the Web page content actually changed (or if a repaint
41 virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false) = 0;
  /external/webkit/WebCore/accessibility/
AXObjectCache.h 85 void contentChanged(RenderObject*);
155 inline void AXObjectCache::contentChanged(RenderObject*) { }
AXObjectCache.cpp 355 void AXObjectCache::contentChanged(RenderObject* renderer)
359 object->contentChanged();
AccessibilityRenderObject.h 211 virtual void contentChanged();
AccessibilityObject.h 436 virtual void contentChanged() { }
  /external/webkit/WebKit/chromium/src/
WebPopupMenuImpl.cpp 254 bool contentChanged,
259 if (!contentChanged || paintRect.isEmpty())
WebPopupMenuImpl.h 102 const WebCore::IntRect&, bool contentChanged, bool immediate = false,
ChromeClientImpl.h 100 const WebCore::IntRect&, bool contentChanged, bool immediate = false,
ChromeClientImpl.cpp 466 const IntRect& paintRect, bool contentChanged, bool immediate,
470 if (!contentChanged || paintRect.isEmpty())
  /external/webkit/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.h 105 void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
ChromeClientHaiku.cpp 256 void ChromeClientHaiku::repaint(const IntRect&, bool contentChanged, bool immediate, bool repaintContentOnly)
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.h 105 virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
ChromeClientWx.cpp 339 void ChromeClientWx::repaint(const IntRect& rect, bool contentChanged, bool immediate, bool repaintContentOnly)
344 if (contentChanged)
  /external/webkit/WebCore/page/
Chrome.h 63 virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
ChromeClient.h 136 virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false) = 0;
Chrome.cpp 70 void Chrome::repaint(const IntRect& windowRect, bool contentChanged, bool immediate, bool repaintContentOnly)
72 m_client->repaint(windowRect, contentChanged, immediate, repaintContentOnly);
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 116 virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
ChromeClientAndroid.cpp 280 void ChromeClientAndroid::repaint(const IntRect& rect, bool contentChanged,
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 90 virtual void repaint(const WebCore::IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
ChromeClientGtk.cpp 327 void ChromeClient::repaint(const IntRect& windowRect, bool contentChanged, bool immediate, bool repaintContentOnly)
333 if (contentChanged)
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 108 virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
ChromeClientQt.cpp 330 void ChromeClientQt::repaint(const IntRect& windowRect, bool contentChanged, bool, bool)
333 if (contentChanged) {
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.h 94 virtual void repaint(const WebCore::IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
WebChromeClient.mm 442 void WebChromeClient::repaint(const IntRect& rect, bool contentChanged, bool immediate, bool repaintContentOnly)
447 if (contentChanged)
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.h 96 virtual void repaint(const WebCore::IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);

Completed in 737 milliseconds

1 2