Searched refs:partType (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderScrollbar.cpp141 PassRefPtr<RenderStyle> RenderScrollbar::getScrollbarPseudoStyle(ScrollbarPart partType, PseudoId pseudoId) argument
146 RefPtr<RenderStyle> result = owningRenderer()->getUncachedPseudoStyle(PseudoStyleRequest(pseudoId, this, partType), &owningRenderer()->style());
211 void RenderScrollbar::updateScrollbarPart(ScrollbarPart partType) argument
213 if (partType == NoPart)
216 RefPtr<RenderStyle> partStyle = getScrollbarPseudoStyle(partType, pseudoForScrollbarPart(partType));
222 switch (partType) {
243 m_parts.remove(partType);
247 if (auto& partRendererSlot = m_parts.add(partType, nullptr).iterator->value)
250 partRendererSlot = createRenderer<RenderScrollbarPart>(owningRenderer()->document(), partStyle.releaseNonNull(), this, partType);
255 paintPart(GraphicsContext* graphicsContext, ScrollbarPart partType, const IntRect& rect) argument
263 buttonRect(ScrollbarPart partType) argument
319 trackPieceRectWithMargins(ScrollbarPart partType, const IntRect& oldRect) argument
[all...]
H A DRenderScrollbarTheme.cpp73 IntRect RenderScrollbarTheme::backButtonRect(ScrollbarThemeClient* scrollbar, ScrollbarPart partType, bool) argument
75 return toRenderScrollbar(scrollbar)->buttonRect(partType);
78 IntRect RenderScrollbarTheme::forwardButtonRect(ScrollbarThemeClient* scrollbar, ScrollbarPart partType, bool) argument
80 return toRenderScrollbar(scrollbar)->buttonRect(partType);
/macosx-10.10/bless-103/libbless/BootRoot/
H A DBLBootRootIdentifyDevice.c50 BLPartitionType *partType);
58 BLPartitionType partType = kBLPartitionType_None; local
72 ret = _verifyIsPhysicalPartition(context, service, &parentWholeMedia, &partType);
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DScrollbarThemeWin.cpp222 void ScrollbarThemeWin::paintTrackPiece(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect, ScrollbarPart partType) argument
226 bool start = partType == BackTrackPart;
/macosx-10.10/kext_tools-384.1.4/
H A Dupdate_boot.c2246 CFStringRef partType = NULL; local
2323 partType = (CFStringRef)IORegistryEntryCreateCFProperty(bearer,
2325 if (!partType || CFGetTypeID(partType) != CFStringGetTypeID()) {
2328 if (!CFEqual(partType, CFSTR(APPLE_CORESTORAGE_UUID))) {
2351 if (partType) CFRelease(partType);

Completed in 134 milliseconds