HomeSort by relevance Sort by last modified time
    Searched defs:incorporateUpdate (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
BackingStore.cpp 56 void BackingStore::incorporateUpdate(const UpdateInfo& updateInfo)
65 incorporateUpdate(bitmap.get(), updateInfo);
DrawingAreaProxyImpl.cpp 172 incorporateUpdate(updateInfo);
209 incorporateUpdate(updateInfo);
233 incorporateUpdate(updateInfo);
236 void DrawingAreaProxyImpl::incorporateUpdate(const UpdateInfo& updateInfo)
246 m_backingStore->incorporateUpdate(updateInfo);
  /external/webkit/Source/WebKit2/UIProcess/win/
BackingStoreWin.cpp 78 void BackingStore::incorporateUpdate(ShareableBitmap* bitmap, const UpdateInfo& updateInfo)

Completed in 100 milliseconds