Searched refs:theme (Results 51 - 75 of 168) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarPart.cpp94 return ScrollbarTheme::theme()->scrollbarThickness();
155 m_scrollbar->theme()->invalidatePart(m_scrollbar, m_part);
161 m_scrollbar->theme()->invalidatePart(m_scrollbar, m_part);
H A DRenderThemeChromiumDefault.cpp62 static blink::WebThemeEngine::State getWebThemeState(const RenderTheme* theme, const RenderObject* o) argument
64 if (!theme->isEnabled(o))
66 if (useMockTheme() && theme->isReadOnlyControl(o))
68 if (theme->isPressed(o))
70 if (useMockTheme() && theme->isFocused(o))
72 if (theme->isHovered(o))
83 // RenderTheme::theme for Android is defined in RenderThemeChromiumAndroid.cpp.
85 RenderTheme& RenderTheme::theme() function in class:WebCore::RenderTheme
211 // FIXME: Mock theme doesn't handle zoomed sliders.
370 // FIXME: the normal Aura theme does
[all...]
H A DRenderMenuList.cpp111 innerStyle->setPaddingLeft(Length(RenderTheme::theme().popupInternalPaddingLeft(style()), Fixed));
112 innerStyle->setPaddingRight(Length(RenderTheme::theme().popupInternalPaddingRight(style()), Fixed));
113 innerStyle->setPaddingTop(Length(RenderTheme::theme().popupInternalPaddingTop(style()), Fixed));
114 innerStyle->setPaddingBottom(Length(RenderTheme::theme().popupInternalPaddingBottom(style()), Fixed));
177 if (RenderTheme::theme().popupOptionSupportsTextIndent()) {
326 maxLogicalWidth = max(m_optionsWidth, RenderTheme::theme().minimumMenuListSize(style())) + m_innerBlock->paddingLeft() + m_innerBlock->paddingRight();
559 // For these appearance values, the theme applies padding to leave room for the
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DInplaceEditor.js242 * @param {string} theme
246 setMultilineOptions: function(initialValue, mode, theme, lineWrapping, smartIndent)
251 this.theme = theme;
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeMacCommon.mm78 static ScrollbarThemeMacCommon* theme = NULL;
79 if (theme)
80 return theme;
83 theme = &overlayTheme;
86 theme = &nonOverlayTheme;
88 return theme;
H A DScrollableArea.cpp70 static int maxOverlapBetweenPages = ScrollbarTheme::theme()->maxOverlapBetweenPages();
343 ScrollbarTheme::theme()->updateScrollbarOverlayStyle(scrollbar);
348 ScrollbarTheme::theme()->updateScrollbarOverlayStyle(scrollbar);
H A DScrollbarTheme.h131 static ScrollbarTheme* theme();
137 static ScrollbarTheme* nativeTheme(); // Must be implemented to return the correct theme subclass.
/external/chromium_org/third_party/WebKit/Source/web/
H A DDateTimeChooserImpl.cpp157 addProperty("showOtherDateEntry", WebCore::RenderTheme::theme().supportsCalendarPicker(m_parameters.type), data);
159 addProperty("suggestionHighlightColor", WebCore::RenderTheme::theme().activeListBoxSelectionBackgroundColor().serialized(), data);
160 addProperty("suggestionHighlightTextColor", WebCore::RenderTheme::theme().activeListBoxSelectionForegroundColor().serialized(), data);
H A DPopupListBox.cpp394 backColor = RenderTheme::theme().activeListBoxSelectionBackgroundColor();
395 textColor = RenderTheme::theme().activeListBoxSelectionForegroundColor();
406 if (style.backgroundColorType() == PopupMenuStyle::DefaultBackgroundColor && RenderTheme::theme().systemColor(CSSValueButtonface) == backColor)
407 backColor = RenderTheme::theme().systemColor(CSSValueMenu);
776 if (!ScrollbarTheme::theme()->usesOverlayScrollbars())
777 scrollbarWidth = ScrollbarTheme::theme()->scrollbarThickness();
/external/chromium_org/ui/message_center/views/
H A Dbounded_label.cc39 void SetNativeTheme(const ui::NativeTheme* theme);
88 void InnerBoundedLabel::SetNativeTheme(const ui::NativeTheme* theme) { argument
90 OnNativeThemeChanged(theme);
352 void BoundedLabel::OnNativeThemeChanged(const ui::NativeTheme* theme) { argument
353 label_->SetNativeTheme(theme);
/external/chromium_org/chrome/browser/themes/
H A Dtheme_syncable_service_unittest.cc180 // Create and add custom theme extension so the ThemeSyncableService can
256 // Custom theme equality.
278 // Non-custom theme equality.
295 // Set up theme service to use custom theme.
317 // Set up theme service to use custom theme.
341 // Set up theme service to use default theme.
359 // Set up theme servic
[all...]
/external/chromium_org/ui/views/controls/
H A Dlabel.cc376 void Label::OnNativeThemeChanged(const ui::NativeTheme* theme) { argument
377 UpdateColorsFromTheme(theme);
515 void Label::UpdateColorsFromTheme(const ui::NativeTheme* theme) { argument
517 requested_enabled_color_ = theme->GetSystemColor(
521 requested_disabled_color_ = theme->GetSystemColor(
525 background_color_ = theme->GetSystemColor(
H A Dlabel.h173 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
205 // Updates any colors that have not been explicitly set from the theme.
206 void UpdateColorsFromTheme(const ui::NativeTheme* theme);
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_action_view.cc120 // We also listen for browser theme changes on linux because a switch from or
220 ThemeService* theme = local
223 gfx::ImageSkia bg = *theme->GetImageSkiaNamed(IDR_BROWSER_ACTION);
227 gfx::ImageSkia bg_h = *theme->GetImageSkiaNamed(IDR_BROWSER_ACTION_H);
231 gfx::ImageSkia bg_p = *theme->GetImageSkiaNamed(IDR_BROWSER_ACTION_P);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPopupMenuTest.cpp514 EXPECT_TRUE(ScrollbarTheme::theme()->usesOverlayScrollbars());
528 EXPECT_FALSE(ScrollbarTheme::theme()->usesOverlayScrollbars());
537 EXPECT_FALSE(ScrollbarTheme::theme()->usesOverlayScrollbars());
548 EXPECT_EQ(container->width(), listBox->contentsSize().width() + ScrollbarTheme::theme()->scrollbarThickness() + 2);
/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.h62 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dpermission_selector_view.cc53 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
90 void PermissionMenuButton::OnNativeThemeChanged(const ui::NativeTheme* theme) { argument
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DMultiFieldTimePickerDialog.java51 int theme,
55 super(context, theme);
49 MultiFieldTimePickerDialog( Context context, int theme, int hour, int minute, int second, int milli, int min, int max, int step, boolean is24hourFormat, OnMultiFieldTimeSetListener listener) argument
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_runner.cc184 ui::NativeTheme* theme = parent ? parent->GetNativeTheme() : local
186 controller = new MenuController(theme, !for_drop_, this);
/external/chromium_org/ash/ime/
H A Dcandidate_window_view.cc156 ui::NativeTheme* theme = GetNativeTheme(); local
158 views::Background::CreateSolidBackground(theme->GetSystemColor(
161 1, theme->GetSystemColor(ui::NativeTheme::kColorId_MenuBorderColor)));
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service_unittest.cc259 // Check that a supervised user can install a theme.
260 scoped_refptr<extensions::Extension> theme = MakeThemeExtension(); local
262 EXPECT_TRUE(supervised_user_service->UserMayLoad(theme.get(), &error_1));
265 supervised_user_service->UserMayModifySettings(theme.get(), &error_1));
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DSliderThumbElement.cpp88 RenderTheme::theme().adjustSliderThumbSize(style(), toElement(node()));
117 int offsetFromCenter = RenderTheme::theme().sliderTickOffsetFromTrackCenter();
122 int tickLength = RenderTheme::theme().sliderTickSize().height();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMeterElement.cpp59 if (hasAuthorShadowRoot() || !RenderTheme::theme().supportsMeter(style->appearance()))
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button.h104 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
/external/chromium_org/ui/native_theme/
H A Dnative_theme_win.cc60 // Windows system color IDs cached and updated by the native theme.
152 HRESULT NativeThemeWin::GetThemeColor(ThemeName theme, argument
157 HANDLE handle = GetThemeHandle(theme);
169 SkColor NativeThemeWin::GetThemeColorWithDefault(ThemeName theme, argument
175 if (GetThemeColor(theme, part_id, state_id, prop_id, &color) != S_OK)
180 gfx::Size NativeThemeWin::GetThemeBorderSize(ThemeName theme) const {
184 if (GetThemeInt(theme, 0, 0, TMT_BORDERSIZE, &border) == S_OK)
308 // Scrollbar components on Windows Classic theme (on all Windows versions)
311 // theme (available only on Windows XP) also need their alpha values
672 // Some of the Windows theme drawin
[all...]

Completed in 970 milliseconds

1234567