HomeSort by relevance Sort by last modified time
    Searched refs:theme (Results 51 - 75 of 306) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollbarThemeMac.mm 90 ScrollbarTheme* theme = ScrollbarTheme::theme();
91 if (theme->isMockTheme())
94 static_cast<ScrollbarThemeMacCommon*>(ScrollbarTheme::theme())->preferencesChanged();
108 ScrollbarTheme* theme = ScrollbarTheme::theme();
109 if (theme->isMockTheme())
112 static_cast<ScrollbarThemeMacCommon*>(ScrollbarTheme::theme())->preferencesChanged();
132 DEFINE_STATIC_LOCAL(ScrollbarThemeMacOverlayAPI, theme, ());
133 return &theme;
    [all...]
  /external/chromium_org/ui/views/controls/button/
label_button_border.cc 41 // A helper function to paint the native theme or images as appropriate.
44 const ui::NativeTheme* theme,
50 theme->Paint(canvas->sk_canvas(), part, state, rect, extra);
117 const ui::NativeTheme* theme = view.GetNativeTheme(); local
126 PaintHelper(this, canvas, theme, part, state, rect, extra);
131 PaintHelper(this, canvas, theme, part, state, rect, extra);
134 PaintHelper(this, canvas, theme, part, state, rect, extra);
143 // Draw the Views focus border for the native theme style.
label_button.cc 265 const ui::NativeTheme* theme = GetNativeTheme(); local
267 theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonEnabledColor),
268 theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonHoverColor),
269 theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonHoverColor),
270 theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonDisabledColor),
277 theme == ui::NativeThemeWin::instance());
280 label_->SetBackgroundColor(theme->GetSystemColor(
324 void LabelButton::OnNativeThemeChanged(const ui::NativeTheme* theme) {
  /frameworks/base/core/java/android/content/res/
AssetManager.java 228 /*package*/ final boolean getThemeValue(int theme, int ident,
230 int block = loadThemeAttributeValue(theme, ident, outValue, resolveRefs);
515 /*package*/ final void releaseTheme(int theme) {
517 deleteTheme(theme);
518 decRefsLocked(theme);
705 /*package*/ native static final boolean applyStyle(int theme,
736 private native final void deleteTheme(int theme);
737 /*package*/ native static final void applyThemeStyle(int theme, int styleRes, boolean force);
739 /*package*/ native static final int loadThemeAttributeValue(int theme, int ident,
742 /*package*/ native static final void dumpTheme(int theme, int priority, String tag, String prefix)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControls.cpp 91 if (std::isfinite(duration) || page->theme()->hasOwnDisabledStateHandlingFor(MediaSliderPart)) {
96 if (m_mediaController->hasAudio() || page->theme()->hasOwnDisabledStateHandlingFor(MediaMuteButtonPart))
128 if (!page->theme()->hasOwnDisabledStateHandlingFor(MediaMuteButtonPart)) {
133 if (m_toggleClosedCaptionsButton && !page->theme()->hasOwnDisabledStateHandlingFor(MediaToggleClosedCaptionsButtonPart))
136 if (m_fullScreenButton && !page->theme()->hasOwnDisabledStateHandlingFor(MediaEnterFullscreenButtonPart))
MeterShadowElement.cpp 58 return render && !render->theme()->supportsMeter(render->style()->appearance()) && HTMLDivElement::rendererIsNeeded(context);
79 return render && !render->theme()->supportsMeter(render->style()->appearance()) && HTMLDivElement::rendererIsNeeded(context);
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.cc 86 IBusLookupTable::Orientation orientation, const ui::NativeTheme& theme) {
101 shortcut_label->SetEnabledColor(theme.GetSystemColor(
103 shortcut_label->SetDisabledColor(theme.GetSystemColor(
115 const ui::NativeTheme& theme) {
131 theme.GetSystemColor(ui::NativeTheme::kColorId_WindowBackground),
169 IBusLookupTable::Orientation orientation, const ui::NativeTheme& theme) {
176 annotation_label->SetEnabledColor(theme.GetSystemColor(
186 const ui::NativeTheme& theme) {
193 lookup_table.orientation(), theme);
197 theme));
357 const ui::NativeTheme& theme = *GetNativeTheme(); local
790 const ui::NativeTheme& theme = *GetNativeTheme(); local
    [all...]
  /external/chromium_org/chrome/test/perf/
perf_ui_test_suite.cc 124 // theme system takes extensions as input.
145 LOG(FATAL) << "Error parsing theme manifest: " << error;
154 LOG(FATAL) << "Error loading theme extension: " << error;
156 // Build the "Cached Theme.pak" file in the template. (It's not committed
159 // have the theme rebuild penalty in our data.)
165 scoped_refptr<BrowserThemePack> theme(
167 if (!theme.get())
168 LOG(FATAL) << "Failed to load theme from extension";
170 theme->WriteToDisk(extension_base.AppendASCII("Cached Theme.pak"))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.cpp 36 DEFINE_STATIC_LOCAL(RenderScrollbarTheme, theme, ());
37 return &theme;
143 ScrollbarTheme::theme()->paintTickmarks(context, scrollbar, rect);
  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 71 * default visual theme of the application. From the "theme" attribute
74 public int theme; field in class:ApplicationInfo
489 + " theme=0x" + Integer.toHexString(theme));
565 theme = orig.theme;
605 dest.writeInt(theme);
644 theme = source.readInt();
  /cts/tests/src/android/app/cts/
AppStubActivity.java 137 public void onApplyThemeResource( Resources.Theme theme,
140 super.onApplyThemeResource(theme,resid,first);
  /cts/tests/tests/content/src/android/content/pm/cts/
ApplicationInfoTest.java 62 assertEquals(mApplicationInfo.theme, info.theme);
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui.cc 113 ThemeSource* theme = new ThemeSource(profile); local
114 content::URLDataSource::Add(profile, theme);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebScrollbarThemeClientImpl.cpp 38 ScrollbarTheme::theme()->registerScrollbar(this);
43 ScrollbarTheme::theme()->unregisterScrollbar(this);
  /external/chromium_org/third_party/WebKit/Source/web/
WebScrollbarThemePainter.cpp 119 WebScrollbarThemePainter::WebScrollbarThemePainter(WebCore::ScrollbarTheme* theme, WebCore::Scrollbar* scrollbar)
120 : m_theme(theme)
  /frameworks/base/core/java/android/app/
TimePickerDialog.java 79 * @param theme the theme to apply to this dialog
86 int theme,
89 super(context, theme);
AlertDialog.java 68 * Special theme constant for {@link #AlertDialog(Context, int)}: use
69 * the traditional (pre-Holo) alert dialog theme.
74 * Special theme constant for {@link #AlertDialog(Context, int)}: use
75 * the holographic alert theme with a dark background.
80 * Special theme constant for {@link #AlertDialog(Context, int)}: use
81 * the holographic alert theme with a light background.
86 * Special theme constant for {@link #AlertDialog(Context, int)}: use
87 * the device's default alert theme with a dark background.
92 * Special theme constant for {@link #AlertDialog(Context, int)}: use
93 * the device's default alert theme with a light background
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
NumberPickerDialog.java 67 * @param theme the theme to apply to this dialog
72 int theme,
78 super(context, theme);
  /external/chromium/base/
mime_util_xdg.cc 41 // 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 loaded properly
229 scoped_ptr<IconTheme> theme; local
    [all...]
  /external/chromium_org/base/nix/
mime_util_xdg.cc 44 // Specified by XDG icon theme specs.
62 // The default theme.
67 // The current icon theme, usually set through GTK theme integration.
86 // IconTheme represents an icon theme as defined by the xdg icon theme spec.
91 // A theme consists of multiple sub-directories, like '32x32' and 'scalable'.
120 // the icon in the parent theme.
123 // Load a theme with the name |theme_name| into memory. Returns null if theme
227 scoped_ptr<IconTheme> theme; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ScrollbarThemeChromiumDefault.cpp 48 DEFINE_STATIC_LOCAL(ScrollbarThemeChromiumOverlay, theme, ());
49 return &theme;
52 DEFINE_STATIC_LOCAL(ScrollbarThemeChromiumDefault, theme, ());
53 return &theme;
  /external/chromium_org/ui/message_center/views/
bounded_label.h 62 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePickerDialog.java 119 * @param theme the theme to apply to this dialog
127 int theme,
132 this(context, theme, callBack, year, monthOfYear, dayOfMonth, false);
137 * @param theme the theme to apply to this dialog
146 int theme,
152 super(context, theme);
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 144 const ui::NativeTheme* theme = GetNativeTheme(); local
146 if (theme == ui::NativeThemeWin::instance()) {
156 CommonInitColors(theme, win_colors);
165 colors[NORMAL][BACKGROUND] = theme->GetSystemColor(
167 colors[NORMAL][TEXT] = theme->GetSystemColor(
170 colors[SELECTED][BACKGROUND] = theme->GetSystemColor(
172 colors[SELECTED][TEXT] = theme->GetSystemColor(
176 CommonInitColors(theme, colors);
256 void OmniboxResultView::CommonInitColors(const ui::NativeTheme* theme,
263 const bool is_aura = theme == ui::NativeThemeAura::instance()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 297 def GetHighlight(self, theme, element, fgBg=None):
299 return individual highlighting theme elements.
304 if self.defaultCfg['highlight'].has_section(theme):
305 themeDict=self.GetThemeDict('default',theme)
307 themeDict=self.GetThemeDict('user',theme)
326 type - string, 'default' or 'user' theme type
327 themeName - string, theme name
329 in the specified theme. Values are loaded over a set of ultimate last
330 fallback defaults to guarantee that all theme elements are present in
331 a newly created theme
    [all...]

Completed in 1122 milliseconds

1 23 4 5 6 7 8 91011>>