HomeSort by relevance Sort by last modified time
    Searched refs:didUpdate (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
ChunkedUpdateDrawingArea.h 62 void didUpdate();
ChunkedUpdateDrawingArea.cpp 166 void ChunkedUpdateDrawingArea::didUpdate()
198 case DrawingAreaLegacyMessage::DidUpdate:
199 didUpdate();
DrawingArea.h 89 virtual void didUpdate() { }
DrawingAreaImpl.h 65 virtual void didUpdate();
93 // Whether we're waiting for a DidUpdate message. Used for throttling paints so that the
TiledDrawingArea.h 66 void didUpdate();
TiledDrawingArea.cpp 131 void TiledDrawingArea::didUpdate()
DrawingAreaImpl.cpp 342 void DrawingAreaImpl::didUpdate()
344 // We might get didUpdate messages from the UI process even after we've
  /external/icu4c/common/
udata.cpp 140 UBool didUpdate = FALSE;
155 didUpdate = TRUE;
167 if (!didUpdate) {
170 return didUpdate;
772 UBool didUpdate = FALSE;
809 didUpdate =
818 return didUpdate; /* Return true if ICUData pointer was updated. */
    [all...]
  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.h 127 void didUpdate();
PluginControllerProxy.cpp 496 void PluginControllerProxy::didUpdate()

Completed in 362 milliseconds