Searched defs:didUpdate (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DDrawingArea.h89 virtual void didUpdate() { } function in class:WebKit::DrawingArea
H A DChunkedUpdateDrawingArea.cpp166 void ChunkedUpdateDrawingArea::didUpdate() function in class:WebKit::ChunkedUpdateDrawingArea
199 didUpdate();
H A DTiledDrawingArea.cpp131 void TiledDrawingArea::didUpdate() function in class:WebKit::TiledDrawingArea
H A DDrawingAreaImpl.cpp342 void DrawingAreaImpl::didUpdate() function in class:WebKit::DrawingAreaImpl
344 // We might get didUpdate messages from the UI process even after we've
/external/icu4c/common/
H A Dudata.cpp140 UBool didUpdate = FALSE; local
155 didUpdate = TRUE;
167 if (!didUpdate) {
170 return didUpdate;
772 UBool didUpdate = FALSE; local
809 didUpdate =
818 return didUpdate; /* Return true if ICUData pointer was updated. */
/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginControllerProxy.cpp496 void PluginControllerProxy::didUpdate() function in class:WebKit::PluginControllerProxy

Completed in 182 milliseconds