Searched refs:updateInfo (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DBackingStore.cpp56 void BackingStore::incorporateUpdate(const UpdateInfo& updateInfo) argument
58 // ASSERT(m_size == updateInfo.viewSize);
60 RefPtr<ShareableBitmap> bitmap = ShareableBitmap::create(updateInfo.bitmapHandle);
63 ASSERT(bitmap->size() == updateInfo.updateRectBounds.size());
65 incorporateUpdate(bitmap.get(), updateInfo);
H A DDrawingAreaProxyImpl.cpp164 void DrawingAreaProxyImpl::update(uint64_t backingStoreStateID, const UpdateInfo& updateInfo) argument
172 incorporateUpdate(updateInfo);
176 void DrawingAreaProxyImpl::didUpdateBackingStoreState(uint64_t backingStoreStateID, const UpdateInfo& updateInfo, const LayerTreeContext& layerTreeContext) argument
207 // updateInfo.viewSize.
209 incorporateUpdate(updateInfo);
223 void DrawingAreaProxyImpl::exitAcceleratedCompositingMode(uint64_t backingStoreStateID, const UpdateInfo& updateInfo) argument
233 incorporateUpdate(updateInfo);
236 void DrawingAreaProxyImpl::incorporateUpdate(const UpdateInfo& updateInfo) argument
240 if (updateInfo.updateRectBounds.isEmpty())
244 m_backingStore = BackingStore::create(updateInfo
[all...]
/external/webkit/Source/WebKit2/UIProcess/win/
H A DBackingStoreWin.cpp78 void BackingStore::incorporateUpdate(ShareableBitmap* bitmap, const UpdateInfo& updateInfo) argument
83 scroll(updateInfo.scrollRect, updateInfo.scrollOffset);
85 IntPoint updateRectLocation = updateInfo.updateRectBounds.location();
91 for (size_t i = 0; i < updateInfo.updateRects.size(); ++i) {
92 IntRect updateRect = updateInfo.updateRects[i];
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DBackingStoreMac.mm96 void BackingStore::incorporateUpdate(ShareableBitmap* bitmap, const UpdateInfo& updateInfo)
100 scroll(updateInfo.scrollRect, updateInfo.scrollOffset);
102 IntPoint updateRectLocation = updateInfo.updateRectBounds.location();
107 for (size_t i = 0; i < updateInfo.updateRects.size(); ++i) {
108 IntRect updateRect = updateInfo.updateRects[i];
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DDrawingAreaImpl.cpp315 UpdateInfo updateInfo; local
318 display(updateInfo);
324 updateInfo.viewSize = m_webPage->size();
338 m_webPage->send(Messages::DrawingAreaProxy::DidUpdateBackingStoreState(m_backingStoreStateID, updateInfo, layerTreeContext));
429 UpdateInfo updateInfo; local
431 updateInfo.viewSize = m_webPage->size();
433 display(updateInfo);
440 m_webPage->send(Messages::DrawingAreaProxy::Update(m_backingStoreStateID, updateInfo));
444 m_webPage->send(Messages::DrawingAreaProxy::ExitAcceleratedCompositingMode(m_backingStoreStateID, updateInfo));
515 UpdateInfo updateInfo; local
549 display(UpdateInfo& updateInfo) argument
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
H A DLayerTreeHostCAWin.cpp195 void LayerTreeHostCAWin::display(UpdateInfo& updateInfo) argument
206 if (!bitmap->createHandle(updateInfo.bitmapHandle))
208 updateInfo.updateRectBounds = IntRect(IntPoint(imageOrigin.x, m_webPage->size().height() - imageOrigin.y - bitmap->size().height()), bitmap->size());
209 updateInfo.updateRects.append(updateInfo.updateRectBounds);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DOutputFinisher.java224 updateInfo(insn);
235 updateInfo(insn);
244 private void updateInfo(DalvInsn insn) { method in class:OutputFinisher
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 269 milliseconds