Searched refs:theme (Results 126 - 150 of 168) sorted by relevance

1234567

/external/chromium_org/chrome/browser/resources/chromeos/
H A Duser_images_grid.js37 var CHROME_THEME_PATH = 'chrome://theme';
60 // Force 1x scale for chrome://theme URLs. Grid elements are much smaller
175 if (/^chrome:\/\/theme\//.test(this.selectedItemUrl))
695 TAKE_PHOTO: 'chrome://theme/IDR_BUTTON_USER_IMAGE_TAKE_PHOTO',
696 CHOOSE_FILE: 'chrome://theme/IDR_BUTTON_USER_IMAGE_CHOOSE_FILE',
697 PROFILE_PICTURE: 'chrome://theme/IDR_PROFILE_PICTURE_LOADING'
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc321 void OmniboxViewViews::OnNativeThemeChanged(const ui::NativeTheme* theme) { argument
322 views::Textfield::OnNativeThemeChanged(theme);
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc185 // Holds the theme provider of the frame that created us.
884 const ui::NativeTheme* theme = base_view_->GetNativeTheme(); local
887 views::NativeScrollBar::GetVerticalScrollBarWidth(theme)));
/external/chromium_org/chrome/browser/ui/webui/
H A Dabout_ui.cc1096 // Set up the chrome://theme/ source.
1097 ThemeSource* theme = new ThemeSource(profile); local
1098 content::URLDataSource::Add(profile, theme);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumMac.mm82 - (id)initWithTheme:(WebCore::RenderTheme *)theme;
89 - (id)initWithTheme:(WebCore::RenderTheme *)theme
94 _theme = theme;
414 // Use theme independent default
1783 RenderTheme& RenderTheme::theme()
H A DInlineTextBox.cpp1302 RenderTheme::theme().platformActiveTextSearchHighlightColor() :
1303 RenderTheme::theme().platformInactiveTextSearchHighlightColor();
1324 paintSingleCompositionBackgroundRun(pt, boxOrigin, style, font, RenderTheme::theme().platformDefaultCompositionBackgroundColor(),
H A DRenderObject.cpp1256 if (RenderTheme::theme().shouldDrawDefaultFocusRing(this)) {
1257 // Only paint the focus ring by hand if the theme isn't able to draw the focus ring.
1934 RenderTheme::theme().activeSelectionBackgroundColor() :
1935 RenderTheme::theme().inactiveSelectionBackgroundColor();
1947 if (!RenderTheme::theme().supportsSelectionForegroundColors())
1950 RenderTheme::theme().activeSelectionForegroundColor() :
1951 RenderTheme::theme().inactiveSelectionForegroundColor();
H A DRenderLayerScrollableArea.cpp255 horizontalThickness = ScrollbarTheme::theme()->scrollbarThickness();
1354 // Make implicit margins from the theme explicit (see <http://bugs.webkit.org/show_bug.cgi?id=9547>).
1365 // Make implicit margins from the theme explicit (see <http://bugs.webkit.org/show_bug.cgi?id=9547>).
H A DRenderBlock.cpp1489 RenderTheme::theme().adjustRepaintRect(this, inflatedRect);
3779 // For "leaf" theme objects, let the theme decide what the baseline position is.
3780 // FIXME: Might be better to have a custom CSS property instead, so that if the theme
3783 if (style()->hasAppearance() && !RenderTheme::theme().isControlContainer(style()->appearance()))
3784 return RenderTheme::theme().baselinePosition(this);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineTextBox.cpp753 RenderTheme::theme().platformActiveTextSearchHighlightColor() :
754 RenderTheme::theme().platformInactiveTextSearchHighlightColor();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.h452 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
H A Dbrowser_view.cc1822 void BrowserView::OnNativeThemeChanged(const ui::NativeTheme* theme) { argument
1823 // Do not handle native theme changes before the browser view is initialized.
1826 ClientView::OnNativeThemeChanged(theme);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.cpp471 RenderTheme::theme().adjustRepaintRect(obj, r);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFontBuilder.cpp125 RenderTheme::theme().systemFont(valueId, fontDescription);
127 // Double-check and see if the theme did anything. If not, don't bother updating the font.
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElement.cpp143 && (document().focusedElement() != this || (RenderTheme::theme().shouldShowPlaceholderWhenFocused()))
H A DHTMLInputElement.cpp840 RenderTheme::theme().stateChanged(renderer(), CheckedControlState);
877 RenderTheme::theme().stateChanged(renderer(), CheckedControlState);
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_ui.cc61 // - Make sure to test with a light on dark theme, too.
106 // Default color for links on the NTP when the GTK+ theme doesn't define a
145 // current gtk theme selection color so they stand out against the GtkEntry's
208 // ResourceBundle. (i.e. in a light on dark theme, the dropdown arrow will be
231 // |accent_gdk_color| will usually be the same color through a theme, this
348 // broadcast new theme images and colors. Only realized widgets have style
531 GtkIconTheme* theme = gtk_icon_theme_get_default(); local
541 theme, icon.get(), size,
730 // Ask the theme if the theme specifie
[all...]
/external/chromium_org/ui/views/
H A Dview.cc1947 void View::PropagateNativeThemeChanged(const ui::NativeTheme* theme) { argument
1949 child_at(i)->PropagateNativeThemeChanged(theme);
1950 OnNativeThemeChanged(theme);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp833 RenderTheme::theme().systemFont(WebCore::CSSValueNone, fontDescription);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc2170 // A theme.
2171 base::FilePath path = data_dir().AppendASCII("theme.crx");
2178 // A theme when extensions are disabled. Themes can be installed, even when
2187 // A theme with extension elements. Themes cannot have extension elements,
2201 // A theme with image resources missing (misspelt path).
2219 const Extension* theme = registry()->enabled_extensions().begin()->get(); local
2220 EXPECT_EQ("name", theme->name());
2221 EXPECT_EQ("description", theme->description());
2321 const Extension* theme = PackAndInstallCRX(theme_path, INSTALL_NEW); local
2325 EXPECT_EQ("name", theme
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp1762 bool useOverlayScrollbars = ScrollbarTheme::theme()->usesOverlayScrollbars();
2634 // We do a "fake" paint, and when the theme gets a paint call, it can then do an invalidate.
2635 // This is only done if the theme supports control tinting. It's up to the theme and platform
2643 if (!RenderTheme::theme().supportsControlTints() && !hasCustomScrollbars())
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DScrollAnimatorMac.mm69 ScrollbarTheme* scrollbarTheme = ScrollbarTheme::theme();
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc1060 MenuController::MenuController(ui::NativeTheme* theme, argument
1081 menu_config_(theme),
/external/chromium_org/sync/protocol/
H A Dproto_value_conversions.cc804 SET_FIELD(theme, ThemeSpecificsToValue);

Completed in 1143 milliseconds

1234567