HomeSort by relevance Sort by last modified time
    Searched refs:theme (Results 176 - 200 of 413) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.cpp 88 RenderTheme::theme().adjustSliderThumbSize(style(), toElement(node()));
117 int offsetFromCenter = RenderTheme::theme().sliderTickOffsetFromTrackCenter();
122 int tickLength = RenderTheme::theme().sliderTickSize().height();
MediaControls.cpp 173 m_durationDisplay->setInnerText(RenderTheme::theme().formatMediaControlsTime(duration), ASSERT_NO_EXCEPTION);
319 // Allow the theme to format the time.
320 m_currentTimeDisplay->setInnerText(RenderTheme::theme().formatMediaControlsCurrentTime(now, duration), IGNORE_EXCEPTION);
  /frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java 28 import android.content.res.Resources.Theme;
85 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme)
87 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.InsetDrawable);
104 final Drawable dr = Drawable.createFromXmlInner(r, parser, attrs, theme);
114 // If we're not waiting on a theme, verify required attributes.
129 // Extract the theme attributes, if any.
169 public void applyTheme(Theme t) {
DrawableContainer.java 22 import android.content.res.Resources.Theme;
549 public void applyTheme(Theme theme) {
550 mDrawableContainerState.applyTheme(theme);
586 Theme mTheme;
794 final void applyTheme(Theme theme) {
796 // apply the theme when they are prepared.
801 drawables[i].applyTheme(theme);
805 mTheme = theme;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMeterElement.cpp 59 if (hasAuthorShadowRoot() || !RenderTheme::theme().supportsMeter(style->appearance()))
HTMLFormControlElement.cpp 151 RenderTheme::theme().stateChanged(renderer(), ReadOnlyControlState);
171 RenderTheme::theme().stateChanged(renderer(), EnabledControlState);
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
Scrollbar.h 135 ScrollbarTheme* theme() const { return m_theme; } function in class:WebCore::Scrollbar
ScrollView.cpp 329 return ScrollbarTheme::theme()->usesOverlayScrollbars();
826 ScrollbarTheme::theme()->paintScrollCorner(context, cornerRect);
    [all...]
  /external/chromium_org/ui/views/controls/button/
label_button.h 104 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
  /external/chromium_org/ui/native_theme/
native_theme_win.cc 40 // Theme colors returned by GetSystemColor().
60 // Windows system color IDs cached and updated by the native theme.
152 HRESULT NativeThemeWin::GetThemeColor(ThemeName theme,
157 HANDLE handle = GetThemeHandle(theme);
169 SkColor NativeThemeWin::GetThemeColorWithDefault(ThemeName theme,
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 value
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 34 #Theme Elements. Each theme element key is its display name.
183 text=' Highlighting Theme ')
221 text='Save as New Custom Theme',command=self.SaveAsNewTheme)
225 value=1,command=self.SetThemeType,text='a Built-in Theme')
227 value=0,command=self.SetThemeType,text='a Custom Theme')
232 self.buttonDeleteCustomTheme=Button(frameTheme,text='Delete Custom Theme',
480 self.AddChangedItem('main','Theme','name',value)
486 self.AddChangedItem('main','Theme','name',value)
491 self.AddChangedItem('main','Theme','default',value
    [all...]
ClassBrowser.py 46 theme = idleConf.GetOption('main','Theme','name')
47 background = idleConf.GetHighlight(theme, 'normal')['background']
TreeWidget.py 252 theme = idleConf.GetOption('main','Theme','name')
254 self.label.configure(idleConf.GetHighlight(theme, 'hilite'))
256 self.label.configure(idleConf.GetHighlight(theme, 'normal'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 34 #Theme Elements. Each theme element key is its display name.
183 text=' Highlighting Theme ')
221 text='Save as New Custom Theme',command=self.SaveAsNewTheme)
225 value=1,command=self.SetThemeType,text='a Built-in Theme')
227 value=0,command=self.SetThemeType,text='a Custom Theme')
232 self.buttonDeleteCustomTheme=Button(frameTheme,text='Delete Custom Theme',
480 self.AddChangedItem('main','Theme','name',value)
486 self.AddChangedItem('main','Theme','name',value)
491 self.AddChangedItem('main','Theme','default',value
    [all...]
ClassBrowser.py 46 theme = idleConf.GetOption('main','Theme','name')
47 background = idleConf.GetHighlight(theme, 'normal')['background']
TreeWidget.py 252 theme = idleConf.GetOption('main','Theme','name')
254 self.label.configure(idleConf.GetHighlight(theme, 'hilite'))
256 self.label.configure(idleConf.GetHighlight(theme, 'normal'))
  /external/chromium_org/chrome/browser/ui/webui/options/
options_ui.cc 341 // Set up the chrome://theme/ source.
342 ThemeSource* theme = new ThemeSource(profile); local
343 content::URLDataSource::Add(profile, theme);
  /frameworks/base/core/java/android/app/
ProgressDialog.java 81 public ProgressDialog(Context context, int theme) {
82 super(context, theme);
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 248 ScrollbarTheme* theme = scrollbar->theme(); local
249 blink::WebScrollbarThemePainter painter(theme, scrollbar);
250 OwnPtr<blink::WebScrollbarThemeGeometry> geometry(blink::WebScrollbarThemeGeometryNative::create(theme));
338 webScrollbarLayer = createSolidColorScrollbarLayer(orientation, scrollbar->theme()->thumbThickness(scrollbar), scrollbar->theme()->trackPosition(scrollbar), scrollableArea->shouldPlaceVerticalScrollbarOnLeft());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.cpp 453 textColor = RenderTheme::theme().activeListBoxSelectionForegroundColor();
456 textColor = RenderTheme::theme().inactiveListBoxSelectionForegroundColor();
487 backColor = RenderTheme::theme().activeListBoxSelectionBackgroundColor();
489 backColor = RenderTheme::theme().inactiveListBoxSelectionBackgroundColor();
937 widget = Scrollbar::create(this, VerticalScrollbar, RenderTheme::theme().scrollbarControlSizeForPart(Listbo (…)
    [all...]
RenderTheme.cpp 2 * This file is part of the theme implementation for form controls in WebCore.
69 static blink::WebFallbackThemeEngine::State getWebFallbackThemeState(const RenderTheme* theme, const RenderObject* o)
71 if (!theme->isEnabled(o))
73 if (theme->isPressed(o))
75 if (theme->isHovered(o))
233 // If we are updating control tints, just schedule a repaint if the theme supports tinting
492 // Use a blue color by default if the platform theme doesn't define anything.
498 // Use a white color by default if the platform theme doesn't define anything.
504 // Use a grey color by default if the platform theme doesn't define anything.
779 // border - honored by WinIE, but looks terrible (just paints in the control box and turns off the Windows XP theme)
    [all...]
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 40 imageUrl: '../../app/theme/avatar_beaker.png',
46 imageUrl: '../../app/theme/avatar_briefcase.png',
52 imageUrl: '../../app/theme/avatar_circles.png',
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h 104 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
233 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 71 ui::ThemeProvider* theme = location_bar_view_->GetThemeProvider(); local
72 bottom_shadow_ = theme->GetImageSkiaNamed(IDR_BUBBLE_B);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
oobe_ui.cc 288 // Set up the chrome://theme/ source, for Chrome logo.
289 ThemeSource* theme = new ThemeSource(profile); local
290 content::URLDataSource::Add(profile, theme);

Completed in 840 milliseconds

1 2 3 4 5 6 78 91011>>