theme 488 Source/core/accessibility/AXObject.cpp RenderTheme::theme().adjustRepaintRect(obj, r); theme 102 Source/core/css/CSSDefaultStyleSheets.cpp String defaultRules = String(htmlUserAgentStyleSheet, sizeof(htmlUserAgentStyleSheet)) + RenderTheme::theme().extraDefaultStyleSheet(); theme 115 Source/core/css/CSSDefaultStyleSheets.cpp String quirksRules = String(quirksUserAgentStyleSheet, sizeof(quirksUserAgentStyleSheet)) + RenderTheme::theme().extraQuirksStyleSheet(); theme 164 Source/core/css/CSSDefaultStyleSheets.cpp String mediaRules = String(mediaControlsUserAgentStyleSheet, sizeof(mediaControlsUserAgentStyleSheet)) + RenderTheme::theme().extraMediaControlsStyleSheet(); theme 174 Source/core/css/CSSDefaultStyleSheets.cpp String fullscreenRules = String(fullscreenUserAgentStyleSheet, sizeof(fullscreenUserAgentStyleSheet)) + RenderTheme::theme().extraFullScreenStyleSheet(); theme 1053 Source/core/css/SelectorChecker.cpp ScrollbarButtonsPlacement buttonsPlacement = scrollbar->theme()->buttonsPlacement(); theme 1062 Source/core/css/SelectorChecker.cpp ScrollbarButtonsPlacement buttonsPlacement = scrollbar->theme()->buttonsPlacement(); theme 1069 Source/core/css/SelectorChecker.cpp ScrollbarButtonsPlacement buttonsPlacement = scrollbar->theme()->buttonsPlacement(); theme 1137 Source/core/css/parser/BisonCSSParser-in.cpp Color parsedColor = RenderTheme::theme().systemColor(id); theme 8234 Source/core/css/parser/CSSPropertyParser.cpp parsedValue = SVGPaint::createColor(RenderTheme::theme().systemColor(id)); theme 8260 Source/core/css/parser/CSSPropertyParser.cpp parsedValue = cssValuePool().createColorValue(RenderTheme::theme().systemColor(id).rgb()); theme 130 Source/core/css/resolver/FontBuilder.cpp RenderTheme::theme().systemFont(valueId, fontDescription); theme 261 Source/core/css/resolver/StyleAdjuster.cpp RenderTheme::theme().adjustStyle(style, e, m_cachedUAStyle); theme 824 Source/core/dom/ContainerNode.cpp RenderTheme::theme().stateChanged(renderer(), FocusState); theme 862 Source/core/dom/ContainerNode.cpp RenderTheme::theme().stateChanged(renderer(), PressedState); theme 891 Source/core/dom/ContainerNode.cpp RenderTheme::theme().stateChanged(renderer(), HoverState); theme 94 Source/core/dom/TextLinkColors.cpp return RenderTheme::theme().systemColor(cssValueId); theme 113 Source/core/dom/TextLinkColors.cpp return RenderTheme::theme().focusRingColor(); theme 1549 Source/core/editing/FrameSelection.cpp if (double blinkInterval = RenderTheme::theme().caretBlinkInterval()) theme 1826 Source/core/frame/FrameView.cpp bool useOverlayScrollbars = ScrollbarTheme::theme()->usesOverlayScrollbars(); theme 2687 Source/core/frame/FrameView.cpp if (!RenderTheme::theme().supportsControlTints() && !hasCustomScrollbars()) theme 145 Source/core/html/HTMLFormControlElement.cpp RenderTheme::theme().stateChanged(renderer(), ReadOnlyState); theme 165 Source/core/html/HTMLFormControlElement.cpp RenderTheme::theme().stateChanged(renderer(), EnabledState); theme 867 Source/core/html/HTMLInputElement.cpp RenderTheme::theme().stateChanged(renderer(), CheckedState); theme 904 Source/core/html/HTMLInputElement.cpp RenderTheme::theme().stateChanged(renderer(), CheckedState); theme 59 Source/core/html/HTMLMeterElement.cpp if (hasAuthorShadowRoot() || !RenderTheme::theme().supportsMeter(style->appearance())) theme 189 Source/core/html/HTMLOptionElement.cpp RenderTheme::theme().stateChanged(renderer(), EnabledState); theme 182 Source/core/html/HTMLSelectElement.cpp if (RenderTheme::theme().delegatesMenuListRendering()) theme 1117 Source/core/html/HTMLSelectElement.cpp if (!RenderTheme::theme().popsMenuByArrowKeys()) theme 1147 Source/core/html/HTMLSelectElement.cpp RenderTheme& renderTheme = RenderTheme::theme(); theme 144 Source/core/html/HTMLTextFormControlElement.cpp && (document().focusedElement() != this || (RenderTheme::theme().shouldShowPlaceholderWhenFocused())) theme 2428 Source/core/html/canvas/CanvasRenderingContext2D.cpp Color focusRingColor = RenderTheme::theme().focusRingColor(); theme 346 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp if (RenderTheme::theme().supportsCalendarPicker(formControlType())) theme 419 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp && ((event->keyIdentifier() == "Down" && event->getModifierState("Alt")) || (RenderTheme::theme().shouldOpenPickerWithF4Key() && event->keyIdentifier() == "F4"))) { theme 280 Source/core/html/forms/TextFieldInputType.cpp return RenderTheme::theme().shouldHaveSpinButton(&element()); theme 169 Source/core/html/shadow/MediaControls.cpp m_durationDisplay->setInnerText(RenderTheme::theme().formatMediaControlsTime(duration), ASSERT_NO_EXCEPTION); theme 294 Source/core/html/shadow/MediaControls.cpp m_currentTimeDisplay->setInnerText(RenderTheme::theme().formatMediaControlsCurrentTime(now, duration), IGNORE_EXCEPTION); theme 58 Source/core/html/shadow/MeterShadowElement.cpp return renderer && !RenderTheme::theme().supportsMeter(renderer->style()->appearance()) && HTMLDivElement::rendererIsNeeded(style); theme 79 Source/core/html/shadow/MeterShadowElement.cpp return renderer && !RenderTheme::theme().supportsMeter(renderer->style()->appearance()) && HTMLDivElement::rendererIsNeeded(style); theme 90 Source/core/html/shadow/SliderThumbElement.cpp RenderTheme::theme().adjustSliderThumbSize(style(), toElement(node())); theme 119 Source/core/html/shadow/SliderThumbElement.cpp int offsetFromCenter = RenderTheme::theme().sliderTickOffsetFromTrackCenter(); theme 124 Source/core/html/shadow/SliderThumbElement.cpp int tickLength = RenderTheme::theme().sliderTickSize().height(); theme 216 Source/core/html/shadow/SpinButtonElement.cpp ScrollbarTheme* theme = ScrollbarTheme::theme(); theme 217 Source/core/html/shadow/SpinButtonElement.cpp m_repeatingTimer.start(theme->initialAutoscrollTimerDelay(), theme->autoscrollTimerDelay(), FROM_HERE); theme 211 Source/core/inspector/InspectorFrontendHost.cpp return RenderTheme::theme().activeSelectionBackgroundColor().serialized(); theme 216 Source/core/inspector/InspectorFrontendHost.cpp return RenderTheme::theme().activeSelectionForegroundColor().serialized(); theme 834 Source/core/page/DragController.cpp RenderTheme::theme().systemFont(WebCore::CSSValueNone, fontDescription); theme 241 Source/core/page/scrolling/ScrollingCoordinator.cpp ScrollbarTheme* theme = scrollbar->theme(); theme 242 Source/core/page/scrolling/ScrollingCoordinator.cpp blink::WebScrollbarThemePainter painter(theme, scrollbar); theme 243 Source/core/page/scrolling/ScrollingCoordinator.cpp OwnPtr<blink::WebScrollbarThemeGeometry> geometry(blink::WebScrollbarThemeGeometryNative::create(theme)); theme 331 Source/core/page/scrolling/ScrollingCoordinator.cpp webScrollbarLayer = createSolidColorScrollbarLayer(orientation, scrollbar->theme()->thumbThickness(scrollbar), scrollableArea->shouldPlaceVerticalScrollbarOnLeft()); theme 1291 Source/core/rendering/InlineTextBox.cpp RenderTheme::theme().platformActiveTextSearchHighlightColor() : theme 1292 Source/core/rendering/InlineTextBox.cpp RenderTheme::theme().platformInactiveTextSearchHighlightColor(); theme 1470 Source/core/rendering/RenderBlock.cpp RenderTheme::theme().adjustRepaintRect(this, inflatedRect); theme 3741 Source/core/rendering/RenderBlock.cpp if (style()->hasAppearance() && !RenderTheme::theme().isControlContainer(style()->appearance())) theme 3742 Source/core/rendering/RenderBlock.cpp return RenderTheme::theme().baselinePosition(this); theme 1218 Source/core/rendering/RenderBox.cpp bool themePainted = style()->hasAppearance() && !RenderTheme::theme().paint(this, paintInfo, snappedPaintRect); theme 1226 Source/core/rendering/RenderBox.cpp RenderTheme::theme().paintDecorations(this, paintInfo, snappedPaintRect); theme 1231 Source/core/rendering/RenderBox.cpp if (bleedAvoidance != BackgroundBleedBackgroundOverBorder && (!style()->hasAppearance() || (!themePainted && RenderTheme::theme().paintBorderOnly(this, paintInfo, snappedPaintRect))) && style()->hasBorder() && !(isTable() && toRenderTable(this)->collapseBorders())) theme 167 Source/core/rendering/RenderEmbeddedObject.cpp RenderTheme::theme().systemFont(CSSValueWebkitSmallControl, fontDescription); theme 224 Source/core/rendering/RenderFileUploadControl.cpp return RenderTheme::theme().fileListNameForWidth(input->locale(), input->files(), style()->font(), maxFilenameWidth()); theme 1410 Source/core/rendering/RenderInline.cpp if (RenderTheme::theme().shouldDrawDefaultFocusRing(this)) { theme 258 Source/core/rendering/RenderLayerScrollableArea.cpp horizontalThickness = ScrollbarTheme::theme()->scrollbarThickness(); theme 431 Source/core/rendering/RenderListBox.cpp textColor = RenderTheme::theme().activeListBoxSelectionForegroundColor(); theme 434 Source/core/rendering/RenderListBox.cpp textColor = RenderTheme::theme().inactiveListBoxSelectionForegroundColor(); theme 465 Source/core/rendering/RenderListBox.cpp backColor = RenderTheme::theme().activeListBoxSelectionBackgroundColor(); theme 467 Source/core/rendering/RenderListBox.cpp backColor = RenderTheme::theme().inactiveListBoxSelectionBackgroundColor(); theme 915 Source/core/rendering/RenderListBox.cpp widget = Scrollbar::create(this, VerticalScrollbar, RenderTheme::theme().scrollbarControlSizeForPart(ListboxPart)); theme 110 Source/core/rendering/RenderMenuList.cpp innerStyle->setPaddingLeft(Length(RenderTheme::theme().popupInternalPaddingLeft(style()), Fixed)); theme 111 Source/core/rendering/RenderMenuList.cpp innerStyle->setPaddingRight(Length(RenderTheme::theme().popupInternalPaddingRight(style()), Fixed)); theme 112 Source/core/rendering/RenderMenuList.cpp innerStyle->setPaddingTop(Length(RenderTheme::theme().popupInternalPaddingTop(style()), Fixed)); theme 113 Source/core/rendering/RenderMenuList.cpp innerStyle->setPaddingBottom(Length(RenderTheme::theme().popupInternalPaddingBottom(style()), Fixed)); theme 176 Source/core/rendering/RenderMenuList.cpp if (RenderTheme::theme().popupOptionSupportsTextIndent()) { theme 287 Source/core/rendering/RenderMenuList.cpp maxLogicalWidth = max(m_optionsWidth, RenderTheme::theme().minimumMenuListSize(style())) + m_innerBlock->paddingLeft() + m_innerBlock->paddingRight(); theme 58 Source/core/rendering/RenderMeter.cpp IntSize frameSize = RenderTheme::theme().meterSizeForBounds(this, pixelSnappedIntRect(frameRect())); theme 71 Source/core/rendering/RenderMeter.cpp IntSize frameSize = RenderTheme::theme().meterSizeForBounds(this, pixelSnappedIntRect(frame)); theme 1188 Source/core/rendering/RenderObject.cpp if (RenderTheme::theme().shouldDrawDefaultFocusRing(this)) { theme 1783 Source/core/rendering/RenderObject.cpp RenderTheme::theme().activeSelectionBackgroundColor() : theme 1784 Source/core/rendering/RenderObject.cpp RenderTheme::theme().inactiveSelectionBackgroundColor(); theme 1796 Source/core/rendering/RenderObject.cpp if (!RenderTheme::theme().supportsSelectionForegroundColors()) theme 1799 Source/core/rendering/RenderObject.cpp RenderTheme::theme().activeSelectionForegroundColor() : theme 1800 Source/core/rendering/RenderObject.cpp RenderTheme::theme().inactiveSelectionForegroundColor(); theme 81 Source/core/rendering/RenderProgress.cpp m_animationDuration = RenderTheme::theme().animationDurationForProgressBar(this); theme 82 Source/core/rendering/RenderProgress.cpp m_animationRepeatInterval = RenderTheme::theme().animationRepeatIntervalForProgressBar(this); theme 232 Source/core/rendering/RenderScrollbar.cpp ScrollbarButtonsPlacement buttonsPlacement = theme()->buttonsPlacement(); theme 96 Source/core/rendering/RenderScrollbarPart.cpp return ScrollbarTheme::theme()->scrollbarThickness(); theme 157 Source/core/rendering/RenderScrollbarPart.cpp m_scrollbar->theme()->invalidatePart(m_scrollbar, m_part); theme 163 Source/core/rendering/RenderScrollbarPart.cpp m_scrollbar->theme()->invalidatePart(m_scrollbar, m_part); theme 36 Source/core/rendering/RenderScrollbarTheme.cpp DEFINE_STATIC_LOCAL(RenderScrollbarTheme, theme, ()); theme 37 Source/core/rendering/RenderScrollbarTheme.cpp return &theme; theme 143 Source/core/rendering/RenderScrollbarTheme.cpp ScrollbarTheme::theme()->paintTickmarks(context, scrollbar, rect); theme 40 Source/core/rendering/RenderScrollbarTheme.h virtual int scrollbarThickness(ScrollbarControlSize controlSize) OVERRIDE { return ScrollbarTheme::theme()->scrollbarThickness(controlSize); } theme 42 Source/core/rendering/RenderScrollbarTheme.h virtual ScrollbarButtonsPlacement buttonsPlacement() const OVERRIDE { return ScrollbarTheme::theme()->buttonsPlacement(); } theme 46 Source/core/rendering/RenderScrollbarTheme.h virtual bool shouldCenterOnThumb(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent& event) OVERRIDE { return ScrollbarTheme::theme()->shouldCenterOnThumb(scrollbar, event); } theme 47 Source/core/rendering/RenderScrollbarTheme.h virtual bool shouldSnapBackToDragOrigin(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent& event) OVERRIDE { return ScrollbarTheme::theme()->shouldSnapBackToDragOrigin(scrollbar, event); } theme 49 Source/core/rendering/RenderScrollbarTheme.h virtual double initialAutoscrollTimerDelay() OVERRIDE { return ScrollbarTheme::theme()->initialAutoscrollTimerDelay(); } theme 50 Source/core/rendering/RenderScrollbarTheme.h virtual double autoscrollTimerDelay() OVERRIDE { return ScrollbarTheme::theme()->autoscrollTimerDelay(); } theme 52 Source/core/rendering/RenderScrollbarTheme.h virtual void registerScrollbar(ScrollbarThemeClient* scrollbar) OVERRIDE { return ScrollbarTheme::theme()->registerScrollbar(scrollbar); } theme 53 Source/core/rendering/RenderScrollbarTheme.h virtual void unregisterScrollbar(ScrollbarThemeClient* scrollbar) OVERRIDE { return ScrollbarTheme::theme()->unregisterScrollbar(scrollbar); } theme 126 Source/core/rendering/RenderTextControl.cpp return ScrollbarTheme::theme()->scrollbarThickness(); theme 86 Source/core/rendering/RenderTextControlSingleLine.cpp RenderTheme::theme().paintCapsLockIndicator(this, paintInfo, pixelSnappedIntRect(contentsRect)); theme 72 Source/core/rendering/RenderTheme.cpp static blink::WebFallbackThemeEngine::State getWebFallbackThemeState(const RenderTheme* theme, const RenderObject* o) theme 74 Source/core/rendering/RenderTheme.cpp if (!theme->isEnabled(o)) theme 76 Source/core/rendering/RenderTheme.cpp if (theme->isPressed(o)) theme 78 Source/core/rendering/RenderTheme.cpp if (theme->isHovered(o)) theme 1085 Source/core/rendering/RenderTheme.cpp return theme().platformTapHighlightColor(); theme 1096 Source/core/rendering/RenderTheme.cpp return m_hasCustomFocusRingColor ? m_customFocusRingColor : theme().platformFocusRingColor(); theme 59 Source/core/rendering/RenderTheme.h static RenderTheme& theme(); theme 62 Source/core/rendering/RenderThemeChromiumDefault.cpp static blink::WebThemeEngine::State getWebThemeState(const RenderTheme* theme, const RenderObject* o) theme 64 Source/core/rendering/RenderThemeChromiumDefault.cpp if (!theme->isEnabled(o)) theme 66 Source/core/rendering/RenderThemeChromiumDefault.cpp if (useMockTheme() && theme->isReadOnlyControl(o)) theme 68 Source/core/rendering/RenderThemeChromiumDefault.cpp if (theme->isPressed(o)) theme 70 Source/core/rendering/RenderThemeChromiumDefault.cpp if (useMockTheme() && theme->isFocused(o)) theme 72 Source/core/rendering/RenderThemeChromiumDefault.cpp if (theme->isHovered(o)) theme 399 Source/core/rendering/RenderThemeChromiumSkia.cpp return ScrollbarTheme::theme()->scrollbarThickness(); theme 1483 Source/core/rendering/compositing/RenderLayerCompositor.cpp OverscrollTheme::theme()->updateOverhangShadowLayer(m_layerForOverhangShadow.get(), m_rootContentLayer.get()); theme 1768 Source/core/rendering/compositing/RenderLayerCompositor.cpp OverscrollTheme::theme()->setUpOverhangShadowLayer(m_layerForOverhangShadow.get()); theme 1769 Source/core/rendering/compositing/RenderLayerCompositor.cpp OverscrollTheme::theme()->updateOverhangShadowLayer(m_layerForOverhangShadow.get(), m_rootContentLayer.get()); theme 733 Source/core/rendering/svg/SVGInlineTextBox.cpp RenderTheme::theme().platformActiveTextSearchHighlightColor() : theme 734 Source/core/rendering/svg/SVGInlineTextBox.cpp RenderTheme::theme().platformInactiveTextSearchHighlightColor(); theme 70 Source/platform/OverscrollTheme.cpp DEFINE_STATIC_LOCAL(OverscrollTheme, theme, ()); theme 71 Source/platform/OverscrollTheme.cpp return &theme; theme 46 Source/platform/OverscrollTheme.h static OverscrollTheme* theme(); theme 39 Source/platform/exported/WebScrollbarThemeClientImpl.cpp ScrollbarTheme::theme()->registerScrollbar(this); theme 44 Source/platform/exported/WebScrollbarThemeClientImpl.cpp ScrollbarTheme::theme()->unregisterScrollbar(this); theme 38 Source/platform/exported/WebScrollbarThemeGeometryNative.cpp PassOwnPtr<blink::WebScrollbarThemeGeometryNative> WebScrollbarThemeGeometryNative::create(WebCore::ScrollbarTheme* theme) theme 40 Source/platform/exported/WebScrollbarThemeGeometryNative.cpp return adoptPtr(new WebScrollbarThemeGeometryNative(theme)); theme 43 Source/platform/exported/WebScrollbarThemeGeometryNative.cpp WebScrollbarThemeGeometryNative::WebScrollbarThemeGeometryNative(WebCore::ScrollbarTheme* theme) theme 44 Source/platform/exported/WebScrollbarThemeGeometryNative.cpp : m_theme(theme) theme 370 Source/platform/scroll/ScrollView.cpp bool scrollbarsAreOverlay = ScrollbarTheme::theme()->usesOverlayScrollbars(); theme 826 Source/platform/scroll/ScrollView.cpp ScrollbarTheme::theme()->paintScrollCorner(context, cornerRect); theme 967 Source/platform/scroll/ScrollView.cpp ScrollbarTheme::theme()->paintOverhangBackground(context, horizontalOverhangRect, verticalOverhangRect, dirtyRect); theme 968 Source/platform/scroll/ScrollView.cpp ScrollbarTheme::theme()->paintOverhangShadows(context, scrollOffset(), horizontalOverhangRect, verticalOverhangRect, dirtyRect); theme 988 Source/platform/scroll/ScrollView.cpp ScrollbarTheme::theme()->paintOverhangBackground(context, horizontalOverhangRect, verticalOverhangRect, dirtyRect); theme 70 Source/platform/scroll/ScrollableArea.cpp static int maxOverlapBetweenPages = ScrollbarTheme::theme()->maxOverlapBetweenPages(); theme 343 Source/platform/scroll/ScrollableArea.cpp ScrollbarTheme::theme()->updateScrollbarOverlayStyle(scrollbar); theme 348 Source/platform/scroll/ScrollableArea.cpp ScrollbarTheme::theme()->updateScrollbarOverlayStyle(scrollbar); theme 53 Source/platform/scroll/Scrollbar.cpp Scrollbar::Scrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, ScrollbarTheme* theme) theme 57 Source/platform/scroll/Scrollbar.cpp , m_theme(theme) theme 75 Source/platform/scroll/Scrollbar.cpp m_theme = ScrollbarTheme::theme(); theme 147 Source/platform/scroll/Scrollbar.cpp int oldThumbPosition = theme()->thumbPosition(this); theme 151 Source/platform/scroll/Scrollbar.cpp setPressedPos(m_pressedPos + theme()->thumbPosition(this) - oldThumbPosition); theme 170 Source/platform/scroll/Scrollbar.cpp theme()->invalidateParts(this, ForwardTrackPart | BackTrackPart | ThumbPart); theme 186 Source/platform/scroll/Scrollbar.cpp if (context->updatingControlTints() && theme()->supportsControlTints()) { theme 194 Source/platform/scroll/Scrollbar.cpp if (!theme()->paint(this, context, damageRect)) theme 200 Source/platform/scroll/Scrollbar.cpp autoscrollPressedPart(theme()->autoscrollTimerDelay()); theme 205 Source/platform/scroll/Scrollbar.cpp int thumbPos = scrollbar->theme()->trackPosition(scrollbar) + scrollbar->theme()->thumbPosition(scrollbar); theme 206 Source/platform/scroll/Scrollbar.cpp int thumbLength = scrollbar->theme()->thumbLength(scrollbar); theme 218 Source/platform/scroll/Scrollbar.cpp theme()->invalidatePart(this, m_pressedPart); theme 237 Source/platform/scroll/Scrollbar.cpp theme()->invalidatePart(this, m_pressedPart); theme 306 Source/platform/scroll/Scrollbar.cpp int thumbPos = theme()->thumbPosition(this); theme 307 Source/platform/scroll/Scrollbar.cpp int thumbLen = theme()->thumbLength(this); theme 308 Source/platform/scroll/Scrollbar.cpp int trackLen = theme()->trackLength(this); theme 327 Source/platform/scroll/Scrollbar.cpp if ((m_hoveredPart == NoPart || part == NoPart) && theme()->invalidateOnMouseEnterExit()) theme 330 Source/platform/scroll/Scrollbar.cpp theme()->invalidatePart(this, part); theme 331 Source/platform/scroll/Scrollbar.cpp theme()->invalidatePart(this, m_hoveredPart); theme 339 Source/platform/scroll/Scrollbar.cpp theme()->invalidatePart(this, m_pressedPart); theme 342 Source/platform/scroll/Scrollbar.cpp theme()->invalidatePart(this, m_pressedPart); theme 344 Source/platform/scroll/Scrollbar.cpp theme()->invalidatePart(this, m_hoveredPart); theme 351 Source/platform/scroll/Scrollbar.cpp setPressedPart(theme()->hitTest(this, evt.position())); theme 393 Source/platform/scroll/Scrollbar.cpp if (theme()->shouldSnapBackToDragOrigin(this, evt)) { theme 399 Source/platform/scroll/Scrollbar.cpp convertFromContainingWindow(evt.position()).y(), theme()->shouldDragDocumentInsteadOfThumb(this, evt)); theme 407 Source/platform/scroll/Scrollbar.cpp ScrollbarPart part = theme()->hitTest(this, evt.position()); theme 413 Source/platform/scroll/Scrollbar.cpp startTimerIfNeeded(theme()->autoscrollTimerDelay()); theme 414 Source/platform/scroll/Scrollbar.cpp theme()->invalidatePart(this, m_pressedPart); theme 419 Source/platform/scroll/Scrollbar.cpp theme()->invalidatePart(this, m_pressedPart); theme 452 Source/platform/scroll/Scrollbar.cpp ScrollbarPart part = theme()->hitTest(this, mouseEvent.position()); theme 464 Source/platform/scroll/Scrollbar.cpp setPressedPart(theme()->hitTest(this, evt.position())); theme 467 Source/platform/scroll/Scrollbar.cpp if ((m_pressedPart == BackTrackPart || m_pressedPart == ForwardTrackPart) && theme()->shouldCenterOnThumb(this, evt)) { theme 471 Source/platform/scroll/Scrollbar.cpp int thumbLen = theme()->thumbLength(this); theme 475 Source/platform/scroll/Scrollbar.cpp m_pressedPos = theme()->trackPosition(this) + theme()->thumbPosition(this) + thumbLen / 2; theme 483 Source/platform/scroll/Scrollbar.cpp autoscrollPressedPart(theme()->initialAutoscrollTimerDelay()); theme 532 Source/platform/scroll/Scrollbar.cpp theme()->updateEnabledState(this); theme 135 Source/platform/scroll/Scrollbar.h ScrollbarTheme* theme() const { return m_theme; } theme 131 Source/platform/scroll/ScrollbarTheme.h static ScrollbarTheme* theme(); theme 35 Source/platform/scroll/ScrollbarThemeAndroid.cpp DEFINE_STATIC_LOCAL(ScrollbarThemeOverlay, theme, (3, 4, ScrollbarThemeOverlay::DisallowHitTest, Color(128, 128, 128, 128))); theme 36 Source/platform/scroll/ScrollbarThemeAndroid.cpp return &theme; theme 54 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp DEFINE_STATIC_LOCAL(ScrollbarThemeOverlay, theme, (10, 0, ScrollbarThemeOverlay::AllowHitTest)); theme 55 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp return &theme; theme 58 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp DEFINE_STATIC_LOCAL(ScrollbarThemeGtkOrAura, theme, ()); theme 59 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp return &theme; theme 157 Source/web/DateTimeChooserImpl.cpp addProperty("showOtherDateEntry", WebCore::RenderTheme::theme().supportsCalendarPicker(m_parameters.type), data); theme 159 Source/web/DateTimeChooserImpl.cpp addProperty("suggestionHighlightColor", WebCore::RenderTheme::theme().activeListBoxSelectionBackgroundColor().serialized(), data); theme 160 Source/web/DateTimeChooserImpl.cpp addProperty("suggestionHighlightTextColor", WebCore::RenderTheme::theme().activeListBoxSelectionForegroundColor().serialized(), data); theme 394 Source/web/PopupListBox.cpp backColor = RenderTheme::theme().activeListBoxSelectionBackgroundColor(); theme 395 Source/web/PopupListBox.cpp textColor = RenderTheme::theme().activeListBoxSelectionForegroundColor(); theme 406 Source/web/PopupListBox.cpp if (style.backgroundColorType() == PopupMenuStyle::DefaultBackgroundColor && RenderTheme::theme().systemColor(CSSValueButtonface) == backColor) theme 407 Source/web/PopupListBox.cpp backColor = RenderTheme::theme().systemColor(CSSValueMenu); theme 776 Source/web/PopupListBox.cpp scrollbarWidth = ScrollbarTheme::theme()->scrollbarThickness(); theme 120 Source/web/WebColorName.cpp RenderTheme::theme().setCustomFocusRingColor(color); theme 59 Source/web/WebPluginScrollbarImpl.cpp return ScrollbarTheme::theme()->scrollbarThickness(); theme 119 Source/web/WebScrollbarThemePainter.cpp WebScrollbarThemePainter::WebScrollbarThemePainter(WebCore::ScrollbarTheme* theme, WebCore::Scrollbar* scrollbar) theme 120 Source/web/WebScrollbarThemePainter.cpp : m_theme(theme) theme 3406 Source/web/WebViewImpl.cpp RenderTheme::theme().platformColorsDidChange(); theme 3759 Source/web/WebViewImpl.cpp RefPtr<Image> overhangImage = OverscrollTheme::theme()->getOverhangImage(); theme 110 Source/web/tests/ViewportTest.cpp EXPECT_TRUE(WebCore::ScrollbarTheme::theme()->usesOverlayScrollbars()); theme 202 Source/web/tests/WebFrameTest.cpp EXPECT_TRUE(WebCore::ScrollbarTheme::theme()->usesOverlayScrollbars());