Searched refs:buttonStyle (Results 1 – 11 of 11) sorted by relevance
802 RefPtr<RenderStyle> buttonStyle = getCachedPseudoStyle(INNER_SPIN_BUTTON); in createInnerSpinButtonStyle() local803 if (!buttonStyle) in createInnerSpinButtonStyle()804 buttonStyle = RenderStyle::create(); in createInnerSpinButtonStyle()805 buttonStyle->inheritFrom(style()); in createInnerSpinButtonStyle()806 return buttonStyle.release(); in createInnerSpinButtonStyle()812 RefPtr<RenderStyle> buttonStyle = getCachedPseudoStyle(OUTER_SPIN_BUTTON); in createOuterSpinButtonStyle() local813 if (!buttonStyle) in createOuterSpinButtonStyle()814 buttonStyle = RenderStyle::create(); in createOuterSpinButtonStyle()815 buttonStyle->inheritFrom(style()); in createOuterSpinButtonStyle()816 return buttonStyle.release(); in createOuterSpinButtonStyle()[all …]
167 RefPtr<RenderStyle> buttonStyle = createButtonStyle(style()); in updateFromElement() local168 RenderObject* renderer = m_button->createRenderer(renderArena(), buttonStyle.get()); in updateFromElement()170 renderer->setStyle(buttonStyle.release()); in updateFromElement()
42 get buttonStyle() getter in WebInspector.ProfileType167 if (profileType.buttonStyle) {168 …ew WebInspector.StatusBarButton(profileType.buttonTooltip, profileType.buttonStyle, profileType.bu…269 …ew WebInspector.StatusBarButton(profileType.buttonTooltip, profileType.buttonStyle, profileType.bu…552 buttonElement.className = profileType.buttonStyle;
588 get buttonStyle() getter in WebInspector.CPUProfileType
1006 get buttonStyle() getter in WebInspector.HeapSnapshotProfileType
984 get buttonStyle() getter in WebInspector.DetailedHeapshotProfileType
382 GtkStyle* buttonStyle = gtk_widget_get_style(gtkComboBoxButton()); in paintMenuList() local386 arrowRect.setX(leftBorder + buttonStyle->xthickness); in paintMenuList()388 arrowRect.setX(rect.width() - rightBorder - buttonStyle->xthickness - arrowSize); in paintMenuList()410 … separatorRect.setX(arrowRect.x() + arrowRect.width() + buttonStyle->xthickness + separatorWidth); in paintMenuList()412 separatorRect.setX(arrowRect.x() - buttonStyle->xthickness - separatorWidth); in paintMenuList()
23807 (WebInspector.HeapSnapshotProfileType.prototype.get buttonStyle):24185 (WebInspector.HeapSnapshotProfileType.prototype.get buttonStyle):
45731 (WebInspector.CPUProfileType.prototype.get buttonStyle):45743 (WebInspector.ProfileType.prototype.get buttonStyle):
17430 (WebInspector.DetailedHeapshotProfileType.prototype.get buttonStyle):
70285 (WebInspector.HeapSnapshotProfileType.prototype.get buttonStyle):