Lines Matching full:nscell
590 // NSCell(s) lack a parent NSView. Therefore controls don't have their tint
595 // This function should be called before drawing any NSCell-derived controls,
597 void RenderThemeChromiumMac::updateActiveState(NSCell* cell, const RenderObject* o)
607 void RenderThemeChromiumMac::updateCheckedState(NSCell* cell, const RenderObject* o)
623 void RenderThemeChromiumMac::updateEnabledState(NSCell* cell, const RenderObject* o)
631 void RenderThemeChromiumMac::updateFocusedState(NSCell* cell, const RenderObject* o)
639 void RenderThemeChromiumMac::updatePressedState(NSCell* cell, const RenderObject* o)
675 void RenderThemeChromiumMac::setControlSize(NSCell* cell, const IntSize* sizes, const IntSize& minSize, float zoomLevel)
1209 // Update the pressed state using the NSCell tracking methods, since that's how NSSliderCell keeps track of it.