Searched defs:theme (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium/chrome/browser/ui/views/
H A Dtheme_background.cc25 // Never theme app and popup windows.
34 ui::ThemeProvider* theme = ThemeServiceFactory::GetForProfile(profile); local
37 background = theme->GetBitmapNamed(
41 background = theme->GetBitmapNamed(
H A Dtheme_helpers.cc29 CTheme theme; local
30 if (theme.IsThemingSupported())
31 theme.OpenThemeData(NULL, L"REBAR");
32 // On Windows XP+, if using a Theme, we can ask the theme to render the
34 if (!theme.IsThemeNull()) {
37 theme.DrawThemeBackground(dc, 0, 0, &rect, NULL);
40 // On Windows 2000 or Windows XP+ with the Classic theme selected, we need
77 CTheme theme; local
78 if (theme.IsThemingSupported())
79 theme
[all...]
/external/webkit/Source/WebCore/platform/efl/
H A DScrollbarThemeEfl.cpp39 static ScrollbarThemeEfl theme; local
40 return &theme;
/external/chromium/chrome/browser/extensions/
H A Dextension_install_ui_browsertest.cc21 // Checks that a theme info bar is currently visible and issues an undo to
22 // revert to the previous theme.
41 // Install theme once and undo to verify we go back to default theme.
42 FilePath theme_crx = PackExtension(test_data_dir_.AppendASCII("theme"));
44 const Extension* theme = GetTheme(); local
45 ASSERT_TRUE(theme);
46 std::string theme_id = theme->id();
50 // Set the same theme twice and undo to verify we go back to default theme
71 const Extension* theme = GetTheme(); local
[all...]
/external/webkit/Source/WebCore/platform/chromium/
H A DScrollbarThemeChromiumLinux.cpp42 static ScrollbarThemeChromiumLinux theme; local
43 return &theme;
H A DScrollbarThemeChromiumWin.cpp44 static ScrollbarThemeChromiumWin theme; local
45 return &theme;
/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/webkit/Source/WebCore/platform/gtk/
H A DScrollbarThemeGtk2.cpp69 RenderThemeGtk* theme = static_cast<RenderThemeGtk*>(RenderTheme::defaultTheme().get()); local
70 return scrollbar->orientation() == VerticalScrollbar ? theme->gtkVScrollbar() : theme->gtkHScrollbar();
112 // properly the theme may not draw the thumb borders properly.
H A DWidgetRenderingContext.cpp74 RenderThemeGtk* theme = static_cast<RenderThemeGtk*>(RenderTheme::defaultTheme().get()); local
79 if (!theme->m_themePartsHaveRGBAColormap && graphicsContext->gdkWindow()) {
107 gScratchBuffer = gdk_pixmap_new(0, width, height, gdk_colormap_get_visual(theme->m_colormap)->depth);
108 gdk_drawable_set_colormap(gScratchBuffer, theme->m_colormap);
121 RenderThemeGtk* theme = static_cast<RenderThemeGtk*>(RenderTheme::defaultTheme().get()); local
122 if (!theme->m_themePartsHaveRGBAColormap && m_graphicsContext->gdkWindow())
H A DScrollbarThemeGtk.cpp40 static ScrollbarThemeGtk theme; local
41 return &theme;
H A DRenderThemeGtk3.cpp71 g_signal_connect(settings, "notify::gtk-theme-name", G_CALLBACK(gtkStyleChangedCallback), 0);
198 static void paintToggle(const RenderThemeGtk* theme, GType widgetType, RenderObject* renderObject, const PaintInfo& paintInfo, const IntRect& rect) argument
207 if (!theme->isEnabled(renderObject) || theme->isReadOnlyControl(renderObject))
209 else if (theme->isHovered(renderObject))
211 if (theme->isIndeterminate(renderObject))
213 else if (theme->isChecked(renderObject))
215 if (theme->isPressed(renderObject))
224 if (theme->isFocused(renderObject)) {
258 static void renderButton(RenderTheme* theme, GtkStyleContex argument
747 paintSpinArrowButton(RenderTheme* theme, GtkStyleContext* context, RenderObject* renderObject, const PaintInfo& paintInfo, const IntRect& rect, GtkArrowType arrowType) argument
[all...]
/external/webkit/Source/WebCore/platform/haiku/
H A DScrollbarThemeHaiku.cpp45 static ScrollbarThemeHaiku theme; local
46 return &theme;
/external/webkit/Source/WebCore/platform/qt/
H A DScrollbarThemeQt.cpp48 static ScrollbarThemeQt theme; local
49 return &theme;
/external/webkit/Source/WebCore/platform/wx/
H A DScrollbarThemeWx.cpp48 static ScrollbarThemeWx theme; local
49 return &theme;
/external/webkit/Source/WebCore/rendering/
H A DRenderMediaControls.cpp63 RenderTheme* theme = o->theme(); local
64 if (!theme->isEnabled(o) || theme->isReadOnlyControl(o))
66 if (theme->isPressed(o))
68 if (theme->isFocused(o))
H A DRenderThemeChromiumLinux.cpp53 static PlatformBridge::ThemePaintState getWebThemeState(const RenderTheme* theme, const RenderObject* o) argument
55 if (!theme->isEnabled(o))
57 if (theme->isPressed(o))
59 if (theme->isHovered(o))
/external/chromium/chrome/browser/ui/webui/options/
H A Doptions_ui.cc246 // Set up the chrome://theme/ source.
247 ThemeSource* theme = new ThemeSource(contents->profile()); local
248 contents->profile()->GetChromeURLDataManager()->AddDataSource(theme);
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
H A DSDL_pgvideo.c56 /* Our cursor is a PicoGUI theme */
57 pghandle theme; member in struct:WMcursor
/external/webkit/Source/WebCore/html/shadow/
H A DTextControlInnerElements.cpp324 ScrollbarTheme* theme = ScrollbarTheme::nativeTheme(); local
325 m_repeatingTimer.start(theme->initialAutoscrollTimerDelay(), theme->autoscrollTimerDelay());
/external/webkit/Source/WebCore/platform/
H A DScrollbar.h111 ScrollbarTheme* theme() const { return m_theme; } function in class:WebCore::Scrollbar
H A DScrollbar.cpp65 ScrollbarTheme* theme)
69 , m_theme(theme)
115 int oldThumbPosition = theme()->thumbPosition(this);
119 setPressedPos(m_pressedPos + theme()->thumbPosition(this) - oldThumbPosition);
145 theme()->invalidateParts(this, ForwardTrackPart | BackTrackPart | ThumbPart);
161 if (context->updatingControlTints() && theme()->supportsControlTints()) {
169 if (!theme()->paint(this, context, damageRect))
175 autoscrollPressedPart(theme()->autoscrollTimerDelay());
180 int thumbPos = scrollbar->theme()->trackPosition(scrollbar) + scrollbar->theme()
64 Scrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, ScrollbarTheme* theme) argument
[all...]
/external/webkit/Source/WebCore/platform/android/
H A DTemporaryLinkStubs.cpp419 static ScrollbarTheme theme; local
420 return &theme;
/external/chromium/base/
H A Dmime_util_xdg.cc41 // In seconds, specified by icon theme specs.
55 // The default theme.
61 // theme name from threads that aren't allowed to call
85 // IconTheme represents an icon theme as defined by the xdg icon theme spec.
90 // A theme consists of multiple sub-directories, like '32x32' and 'scalable'.
121 // the icon in the parent theme.
124 // Load a theme with the name |theme_name| into memory. Returns null if theme
133 // Whether the theme loade
229 scoped_ptr<IconTheme> theme; local
[all...]
/external/chromium/chrome/browser/ui/webui/
H A Dnew_tab_ui.cc342 // Listen for theme installation.
430 ThemeSource* theme = new ThemeSource(profile); local
431 profile->GetChromeURLDataManager()->AddDataSource(theme);
/external/webkit/Source/WebCore/page/
H A DPage.h128 RenderTheme* theme() const { return m_theme.get(); }; function in class:WebCore::Page

Completed in 4192 milliseconds

12