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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp 903 renderer()->theme()->stateChanged(renderer(), PressedState);
931 renderer()->theme()->stateChanged(renderer(), HoverState);
    [all...]
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.cpp 251 RenderTheme* RenderObject::theme() const function in class:WebCore::RenderObject
255 return document()->page()->theme();
    [all...]
RenderThemeChromiumWin.cpp 397 // Get the correct theme data for a textfield and paint the menu.
482 // Classic theme can't represent indeterminate states. Use unchecked appearance.
587 int width = ScrollbarTheme::theme()->scrollbarThickness();
641 // For indeterminate bar, valueRect is ignored and it is computed by the theme engine
  /external/chromium_org/ui/views/
view.cc     [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...]
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 133 // Load the current theme colors.
376 $('themecss').href = 'chrome://theme/css/new_tab_theme.css?' + Date.now();
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityObject.cpp 435 obj->theme()->adjustRepaintRect(obj, r);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 144 && (document()->focusedElement() != this || (renderer() && renderer()->theme()->shouldShowPlaceholderWhenFocused()))
HTMLInputElement.cpp 897 renderer()->theme()->stateChanged(renderer(), CheckedState);
931 renderer()->theme()->stateChanged(renderer(), CheckedState);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 382 WebCore::RenderTheme* theme() const;
    [all...]
  /external/chromium_org/ui/views/controls/
scroll_view.cc 20 // Subclass of ScrollView that resets the border when the theme changes.
28 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE {
  /frameworks/base/core/java/android/app/
Activity.java 96 * windows (via a theme with {@link android.R.attr#windowIsFloating} set)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 750 "Update the colour theme"
754 theme = idleConf.GetOption('main','Theme','name')
755 normal_colors = idleConf.GetHighlight(theme, 'normal')
756 cursor_color = idleConf.GetHighlight(theme, 'cursor', fgBg='fg')
757 select_colors = idleConf.GetHighlight(theme, 'hilite')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 750 "Update the colour theme"
754 theme = idleConf.GetOption('main','Theme','name')
755 normal_colors = idleConf.GetHighlight(theme, 'normal')
756 cursor_color = idleConf.GetHighlight(theme, 'cursor', fgBg='fg')
757 select_colors = idleConf.GetHighlight(theme, 'hilite')
    [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/chromium_org/chrome/browser/ui/webui/
about_ui.cc 1196 ThemeSource* theme = new ThemeSource(profile); local
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 610 * You can call this to customize the theme used by your IME's window.
611 * This theme should typically be one that derives from
612 * {@link android.R.style#Theme_InputMethod}, which is the default theme
615 * of your custom theme.
618 public void setTheme(int theme) {
622 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...]

Completed in 781 milliseconds

1 2 3 4 5 6 7 891011>>