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 164 UBool didUpdate = FALSE;
179 didUpdate = TRUE;
191 if (!didUpdate) {
194 return didUpdate;
796 UBool didUpdate = FALSE;
831 didUpdate = /* no longer using this result */
840 didUpdate = findCommonICUDataByName(U_ICUDATA_NAME); /* Return 'true' when a racing writes out the extended */
848 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 2770 milliseconds