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

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DBackingStore.cpp48 void BackingStore::incorporateUpdate(const UpdateInfo& updateInfo) argument
50 ASSERT(m_size == updateInfo.viewSize);
52 RefPtr<ShareableBitmap> bitmap = ShareableBitmap::create(updateInfo.bitmapHandle);
57 IntSize updateSize = updateInfo.updateRectBounds.size();
62 incorporateUpdate(bitmap.get(), updateInfo);
H A DDrawingAreaProxyImpl.cpp131 void DrawingAreaProxyImpl::update(uint64_t backingStoreStateID, const UpdateInfo& updateInfo) argument
139 incorporateUpdate(updateInfo);
143 void DrawingAreaProxyImpl::didUpdateBackingStoreState(uint64_t backingStoreStateID, const UpdateInfo& updateInfo, const LayerTreeContext& layerTreeContext) argument
177 if (m_backingStore && (m_backingStore->size() != updateInfo.viewSize || m_backingStore->deviceScaleFactor() != updateInfo.deviceScaleFactor))
179 incorporateUpdate(updateInfo);
191 void DrawingAreaProxyImpl::exitAcceleratedCompositingMode(uint64_t backingStoreStateID, const UpdateInfo& updateInfo) argument
199 incorporateUpdate(updateInfo);
211 void DrawingAreaProxyImpl::incorporateUpdate(const UpdateInfo& updateInfo) argument
215 if (updateInfo
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DCoordinatedDrawingAreaProxy.cpp156 void CoordinatedDrawingAreaProxy::update(uint64_t backingStoreStateID, const UpdateInfo& updateInfo) argument
164 incorporateUpdate(updateInfo);
168 void CoordinatedDrawingAreaProxy::didUpdateBackingStoreState(uint64_t backingStoreStateID, const UpdateInfo& updateInfo, const LayerTreeContext& layerTreeContext) argument
202 if (m_backingStore && (m_backingStore->size() != updateInfo.viewSize || m_backingStore->deviceScaleFactor() != updateInfo.deviceScaleFactor))
204 incorporateUpdate(updateInfo);
216 void CoordinatedDrawingAreaProxy::exitAcceleratedCompositingMode(uint64_t backingStoreStateID, const UpdateInfo& updateInfo) argument
224 incorporateUpdate(updateInfo);
236 void CoordinatedDrawingAreaProxy::incorporateUpdate(const UpdateInfo& updateInfo) argument
240 if (updateInfo
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/cairo/
H A DBackingStoreCairo.cpp72 void BackingStore::incorporateUpdate(ShareableBitmap* bitmap, const UpdateInfo& updateInfo) argument
81 scroll(updateInfo.scrollRect, updateInfo.scrollOffset);
84 IntPoint updateRectLocation = updateInfo.updateRectBounds.location();
87 for (size_t i = 0; i < updateInfo.updateRects.size(); ++i) {
88 IntRect updateRect = updateInfo.updateRects[i];
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DDrawingAreaImpl.cpp393 UpdateInfo updateInfo; local
396 display(updateInfo);
401 updateInfo.viewSize = m_webPage.size();
402 updateInfo.deviceScaleFactor = m_webPage.corePage()->deviceScaleFactor();
416 m_webPage.send(Messages::DrawingAreaProxy::DidUpdateBackingStoreState(m_backingStoreStateID, updateInfo, layerTreeContext));
506 UpdateInfo updateInfo; local
508 updateInfo.viewSize = m_webPage.size();
509 updateInfo.deviceScaleFactor = m_webPage.corePage()->deviceScaleFactor();
511 display(updateInfo);
516 m_webPage.send(Messages::DrawingAreaProxy::ExitAcceleratedCompositingMode(m_backingStoreStateID, updateInfo));
579 UpdateInfo updateInfo; local
613 display(UpdateInfo& updateInfo) argument
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedDrawingArea.cpp359 UpdateInfo updateInfo; local
362 display(updateInfo);
367 updateInfo.viewSize = m_webPage.size();
368 updateInfo.deviceScaleFactor = m_webPage.corePage()->deviceScaleFactor();
382 m_webPage.send(Messages::DrawingAreaProxy::DidUpdateBackingStoreState(m_backingStoreStateID, updateInfo, layerTreeContext));
506 UpdateInfo updateInfo; local
507 display(updateInfo);
515 m_webPage.send(Messages::DrawingAreaProxy::Update(m_backingStoreStateID, updateInfo));
540 void CoordinatedDrawingArea::display(UpdateInfo& updateInfo) argument
553 updateInfo
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DCSSStyleSheet.js34 this.updateInfo(url, parentFrame);
91 updateInfo: function(url, parentFrame)
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleRAID.cpp436 OSDictionary * updateInfo = OSDynamicCast(OSDictionary, OSUnserializeXML(setInfoBuffer, &errmsg)); local
437 if (!updateInfo) {
447 const OSString * setUUIDString = OSDynamicCast(OSString, updateInfo->getObject(kAppleRAIDSetUUIDKey));
450 updateInfo->removeObject(kAppleRAIDSetUUIDKey);
453 OSNumber * number = OSDynamicCast(OSNumber, updateInfo->getObject(kAppleRAIDSequenceNumberKey));
457 updateInfo->removeObject(kAppleRAIDSequenceNumberKey);
459 number = OSDynamicCast(OSNumber, updateInfo->getObject("_update command_"));
485 updateInfo->removeObject("_update command_");
488 if (updateInfo->getCount()) {
503 if (!set->reconfigureSet(updateInfo)) r
[all...]
H A DAppleRAIDSet.cpp845 bool AppleRAIDSet::reconfigureSet(OSDictionary * updateInfo) argument
856 OSArray * newMemberList = OSDynamicCast(OSArray, updateInfo->getObject(kAppleRAIDMembersKey));
933 updateInfo->removeObject(kAppleRAIDMembersKey);
938 OSArray * newSpareList = OSDynamicCast(OSArray, updateInfo->getObject(kAppleRAIDSparesKey));
977 updateInfo->removeObject(kAppleRAIDSparesKey);
983 if (updateInfo->getCount()) {
984 initWithHeader(updateInfo, false);
996 updateInfo->setObject(kAppleRAIDMemberCountKey, number);
1011 arMembers[i]->updateRAIDHeader(updateInfo);
H A DAppleRAIDSet.h120 virtual bool reconfigureSet(OSDictionary * updateInfo);
H A DAppleRAIDUserLib.c1607 CFMutableDictionaryRef updateInfo = CFDictionaryCreateMutable(kCFAllocatorDefault, local
1611 if (!updateInfo) return false;
1612 CFDictionarySetValue(updateInfo, CFSTR(kAppleRAIDSetUUIDKey), memberInfo[i]->uuidString);
1616 CFDictionarySetValue(updateInfo, CFSTR(kAppleRAIDSequenceNumberKey), seqNum);
1620 CFDictionarySetValue(updateInfo, CFSTR("_update command_"), updateSubCommand);
1622 updateLiveSet(updateInfo);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/CoordinatedGraphics/
H A DCoordinatedGraphicsArgumentCoders.cpp800 void ArgumentCoder<TileUpdateInfo>::encode(ArgumentEncoder& encoder, const TileUpdateInfo& updateInfo) argument
802 SimpleArgumentCoder<TileUpdateInfo>::encode(encoder, updateInfo);
805 bool ArgumentCoder<TileUpdateInfo>::decode(ArgumentDecoder& decoder, TileUpdateInfo& updateInfo) argument
807 return SimpleArgumentCoder<TileUpdateInfo>::decode(decoder, updateInfo);
810 void ArgumentCoder<TileCreationInfo>::encode(ArgumentEncoder& encoder, const TileCreationInfo& updateInfo) argument
812 SimpleArgumentCoder<TileCreationInfo>::encode(encoder, updateInfo);
815 bool ArgumentCoder<TileCreationInfo>::decode(ArgumentDecoder& decoder, TileCreationInfo& updateInfo) argument
817 return SimpleArgumentCoder<TileCreationInfo>::decode(decoder, updateInfo);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCSSStyleManager.js262 styleSheet.updateInfo(styleSheetInfo.sourceURL, parentFrame);

Completed in 190 milliseconds