Searched refs:theme (Results 26 - 50 of 168) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DSpinButtonElement.cpp219 ScrollbarTheme* theme = ScrollbarTheme::theme(); local
220 m_repeatingTimer.start(theme->initialAutoscrollTimerDelay(), theme->autoscrollTimerDelay(), FROM_HERE);
H A DMeterShadowElement.cpp58 return renderer && !RenderTheme::theme().supportsMeter(renderer->style()->appearance()) && HTMLDivElement::rendererIsNeeded(style);
79 return renderer && !RenderTheme::theme().supportsMeter(renderer->style()->appearance()) && HTMLDivElement::rendererIsNeeded(style);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumAndroid.cpp51 RenderTheme& RenderTheme::theme() function in class:WebCore::RenderTheme
76 // FIXME: Consider removing the conditional if a future Android theme matches this.
H A DRenderScrollbarTheme.cpp37 DEFINE_STATIC_LOCAL(RenderScrollbarTheme, theme, ());
38 return &theme;
144 ScrollbarTheme::theme()->paintTickmarks(context, scrollbar, rect);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebScrollbarThemeGeometryNative.cpp38 PassOwnPtr<blink::WebScrollbarThemeGeometryNative> WebScrollbarThemeGeometryNative::create(WebCore::ScrollbarTheme* theme) argument
40 return adoptPtr(new WebScrollbarThemeGeometryNative(theme));
43 WebScrollbarThemeGeometryNative::WebScrollbarThemeGeometryNative(WebCore::ScrollbarTheme* theme) argument
44 : m_theme(theme)
H A DWebScrollbarThemeClientImpl.cpp39 ScrollbarTheme::theme()->registerScrollbar(this);
44 ScrollbarTheme::theme()->unregisterScrollbar(this);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DTwoFieldDatePickerDialog.java53 * @param theme the theme to apply to this dialog
59 int theme,
65 super(context, theme);
58 TwoFieldDatePickerDialog(Context context, int theme, OnValueSetListener callBack, int year, int positionInYear, double minValue, double maxValue) argument
/external/chromium_org/ui/native_theme/
H A Dnative_theme_win.h30 // Windows implementation of native theme class.
57 // Returns true if a high contrast theme is being used.
60 HRESULT GetThemeColor(ThemeName theme,
66 // Get the theme color if theming is enabled. If theming is unsupported
69 SkColor GetThemeColorWithDefault(ThemeName theme,
75 // Get the thickness of the border associated with the specified theme,
78 gfx::Size GetThemeBorderSize(ThemeName theme) const;
83 // the user's theme. This is meant for use when running tests that require
87 // Closes cached theme handles so we can unload the DLL or update our UI
88 // for a theme chang
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_ui.cc115 ThemeSource* theme = new ThemeSource(profile); local
116 content::URLDataSource::Add(profile, theme);
H A Dversion_ui.cc148 // Set up the chrome://theme/ source.
149 ThemeSource* theme = new ThemeSource(profile); local
150 content::URLDataSource::Add(profile, theme);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DCodeMirrorUtils.js91 theme: config.theme,
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebScrollbarThemePainter.cpp119 WebScrollbarThemePainter::WebScrollbarThemePainter(WebCore::ScrollbarTheme* theme, WebCore::Scrollbar* scrollbar) argument
120 : m_theme(theme)
H A DWebColorName.cpp120 RenderTheme::theme().setCustomFocusRingColor(color);
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dwrench_menu.cc256 ui::NativeTheme* theme = view->GetNativeTheme(); local
259 return theme->GetSystemColor(
262 return theme->GetSystemColor(
265 return theme->GetSystemColor(
272 const ui::NativeTheme* theme = view->GetNativeTheme(); local
277 return theme->GetSystemColor(
280 return theme->GetSystemColor(
283 return theme->GetSystemColor(
372 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE {
373 const MenuConfig& menu_config = MenuConfig::instance(theme);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSDefaultStyleSheets.cpp107 String defaultRules = String(htmlUserAgentStyleSheet, sizeof(htmlUserAgentStyleSheet)) + RenderTheme::theme().extraDefaultStyleSheet();
120 String quirksRules = String(quirksUserAgentStyleSheet, sizeof(quirksUserAgentStyleSheet)) + RenderTheme::theme().extraQuirksStyleSheet();
180 String mediaRules = String(mediaControlsUserAgentStyleSheet, sizeof(mediaControlsUserAgentStyleSheet)) + RenderTheme::theme().extraMediaControlsStyleSheet();
190 String fullscreenRules = String(fullscreenUserAgentStyleSheet, sizeof(fullscreenUserAgentStyleSheet)) + RenderTheme::theme().extraFullScreenStyleSheet();
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeAura.cpp54 DEFINE_STATIC_LOCAL(ScrollbarThemeOverlay, theme, (10, 0, ScrollbarThemeOverlay::AllowHitTest));
55 return &theme;
58 DEFINE_STATIC_LOCAL(ScrollbarThemeAura, theme, ());
59 return &theme;
65 // In unit tests we don't have the mock theme engine (because of layering violations), so we hard code the size (see bug 327470).
/external/chromium_org/ui/message_center/views/
H A Dbounded_label.h64 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
/external/chromium_org/ui/views/bubble/
H A Dbubble_delegate.cc224 void BubbleDelegateView::OnNativeThemeChanged(const ui::NativeTheme* theme) { argument
225 UpdateColorsFromTheme(theme);
290 void BubbleDelegateView::UpdateColorsFromTheme(const ui::NativeTheme* theme) { argument
292 color_ = theme->GetSystemColor(ui::NativeTheme::kColorId_DialogBackground);
H A Dbubble_delegate.h127 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
151 // Update the bubble color from |theme|, unless it was explicitly set.
152 void UpdateColorsFromTheme(const ui::NativeTheme* theme);
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button.cc324 const ui::NativeTheme* theme = GetNativeTheme(); local
326 theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonEnabledColor),
327 theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonHoverColor),
328 theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonHoverColor),
329 theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonDisabledColor),
350 label_->SetBackgroundColor(theme->GetSystemColor(
412 void LabelButton::OnNativeThemeChanged(const ui::NativeTheme* theme) { argument
H A Dtext_button.cc163 const ui::NativeTheme* theme = view.GetNativeTheme(); local
175 theme->Paint(canvas->sk_canvas(), part, prev_state, rect, prev_extra);
182 theme->Paint(canvas->sk_canvas(), part, state, rect, extra);
187 theme->Paint(canvas->sk_canvas(), part, state, rect, extra);
500 void TextButtonBase::OnNativeThemeChanged(const ui::NativeTheme* theme) { argument
502 color_enabled_ = theme->GetSystemColor(
506 color_disabled_ = theme->GetSystemColor(
510 color_highlight_ = theme->GetSystemColor(
514 color_hover_ = theme->GetSystemColor(
/external/chromium_org/sync/tools/testserver/
H A Dchromiumsync_test.py312 theme = chromiumsync.SYNC_TYPE_FIELDS['theme']
316 msg.requested_types.theme.SetInParent()
341 marker.data_type_id = theme.number
364 marker.data_type_id = theme.number
376 self.assertEqual(marker.data_type_id, theme.number)
385 self.assertEqual(marker.data_type_id, theme.number)
393 marker = self.FindMarkerByNumber(response.new_progress_marker, theme)
409 marker.data_type_id = theme.number
420 marker = self.FindMarkerByNumber(response.new_progress_marker, theme)
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorFrontendHost.cpp202 return RenderTheme::theme().activeSelectionBackgroundColor().serialized();
207 return RenderTheme::theme().activeSelectionForegroundColor().serialized();
/external/replicaisland/src/com/replica/replicaisland/
H A DLevelBuilder.java121 int theme) {
124 switch(theme) {
119 addTileMapLayer(GameObject background, int priority, float scrollSpeed, int width, int height, int tileWidth, int tileHeight, TiledWorld world, int theme) argument
/external/chromium_org/ui/views/window/
H A Ddialog_client_view.h66 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;

Completed in 1900 milliseconds

1234567