HomeSort by relevance Sort by last modified time
    Searched refs:theme (Results 126 - 150 of 216) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp 370 RenderTheme* WebViewImpl::theme() const function in class:WebKit::WebViewImpl
372 return m_page.get() ? m_page->theme() : RenderTheme::defaultTheme().get();
    [all...]
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 298 'theme',
  /external/chromium/net/tools/testserver/
chromiumsync.py 46 THEME,
64 THEME: theme_specifics_pb2.theme,
262 parent_tag='google_chrome', sync_type=THEME),
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java 93 * windows (via a theme with {@link android.R.attr#windowIsFloating} set)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 619 GtkIconTheme* theme = local
622 if (gtk_icon_theme_has_icon(theme, kIconName)) {
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLInputElement.cpp 154 renderer()->theme()->stateChanged(renderer(), CheckedState);
818 renderer()->theme()->stateChanged(renderer(), CheckedState);
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 611 * You can call this to customize the theme used by your IME's window.
612 * This theme should typically be one that derives from
613 * {@link android.R.style#Theme_InputMethod}, which is the default theme
616 * of your custom theme.
619 public void setTheme(int theme) {
623 mTheme = theme;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 1655 String theme = configComposite.getThemeName(); local
    [all...]
GraphicalEditorPart.java 738 // Something else changed, such as the theme - just recompute existing
1613 String theme = mConfigChooser.getThemeName(); local
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 3844 const Extension* theme = ThemeServiceFactory::GetThemeForProfile(profile()); local
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 884 // Theme related
888 $('themecss').href = 'chrome://theme/css/newtab.css?' + Date.now();
893 // Default value for standard NTP with no theme attribution or custom logo.
896 // Theme attribution always overrides custom logos.
898 logEvent('updateAttribution called with THEME ATTR');
905 $('attribution-img').src = 'chrome://theme/' + imageId + '?' + Date.now();
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderThemeMac.mm 84 - (id)initWithTheme:(WebCore::RenderTheme *)theme;
91 - (id)initWithTheme:(WebCore::RenderTheme *)theme
94 _theme = theme;
374 // Use theme independent default
    [all...]
InlineTextBox.cpp     [all...]
RenderBox.cpp 833 // FIXME: Should eventually give the theme control over whether the box shadow should paint, since controls could have
837 // If we have a native theme appearance, paint that before painting our background.
838 // The theme will tell us whether or not we should also paint the CSS background.
839 bool themePainted = style()->hasAppearance() && !theme()->paint(this, paintInfo, IntRect(tx, ty, width, height));
854 theme()->paintDecorations(this, paintInfo, IntRect(tx, ty, width, height));
858 // The theme will tell us whether or not we should also paint the CSS border.
859 if ((!style()->hasAppearance() || (!themePainted && theme()->paintBorderOnly(this, paintInfo, IntRect(tx, ty, width, height)))) && style()->hasBorder())
    [all...]
RenderObject.h 123 RenderTheme* theme() const;
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 72 final Resources.Theme theme = res.newTheme(); local
73 final TypedArray sa = theme.obtainStyledAttributes(resId, styleable);
    [all...]
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp     [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 306 * Given a theme resource name, construct a URL for it.
318 return 'chrome://theme/' + resourceName;
  /external/webkit/Source/WebCore/html/shadow/
MediaControlElements.cpp 173 IntPoint offset = theme()->volumeSliderOffsetFromMuteButton(buttonBox, IntSize(width(), height()));
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 148 RenderTheme* theme() function in namespace:WebCore

Completed in 5364 milliseconds

1 2 3 4 56 7 8 9