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.cpp164 UBool didUpdate = FALSE; local
179 didUpdate = TRUE;
191 if (!didUpdate) {
194 return didUpdate;
796 UBool didUpdate = FALSE; local
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. */
/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginControllerProxy.cpp496 void PluginControllerProxy::didUpdate() function in class:WebKit::PluginControllerProxy

Completed in 83 milliseconds