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

1 2 3 4 56 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewList.java 164 description.theme != null ? description.theme : chooserConfig.getTheme());
RenderPreview.java 608 String theme = configuration.getTheme(); local
609 if (theme == null) {
644 if (!theme.startsWith(PREFIX_RESOURCE_REF)) {
645 if (frameworkRes.hasResourceItem(ANDROID_STYLE_RESOURCE_PREFIX + theme)) {
646 theme = ANDROID_STYLE_RESOURCE_PREFIX + theme;
648 theme = STYLE_RESOURCE_PREFIX + theme;
654 ResourceHelper.styleToTheme(theme),
655 ResourceHelper.isProjectStyle(theme));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
TextFieldInputType.cpp 231 RefPtr<RenderTheme> theme = document->page() ? document->page()->theme() : RenderTheme::defaultTheme(); local
232 return theme->shouldHaveSpinButton(element());
HTMLFormControlElement.cpp 139 renderer()->theme()->stateChanged(renderer(), ReadOnlyState);
159 renderer()->theme()->stateChanged(renderer(), EnabledState);
InputType.cpp 141 RefPtr<RenderTheme> theme = document->page() ? document->page()->theme() : RenderTheme::defaultTheme(); local
142 return theme->supportsDataListUI(type->formControlType());
  /external/chromium_org/ash/wm/
frame_painter_unittest.cc 46 ThemeProvider* theme = button->GetWidget()->GetThemeProvider(); local
47 gfx::ImageSkia* normal = theme->GetImageSkiaNamed(normal_image_id);
48 gfx::ImageSkia* hovered = theme->GetImageSkiaNamed(hovered_image_id);
49 gfx::ImageSkia* pressed = theme->GetImageSkiaNamed(pressed_image_id);
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 203 ScrollbarTheme* theme = scrollbar->theme(); local
204 WebKit::WebScrollbarThemePainter painter(theme, scrollbar);
205 OwnPtr<WebKit::WebScrollbarThemeGeometry> geometry(WebKit::WebScrollbarThemeGeometryNative::create(theme));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.cpp 55 static WebKit::WebThemeEngine::State getWebThemeState(const RenderTheme* theme, const RenderObject* o)
57 if (!theme->isEnabled(o))
59 if (theme->isPressed(o))
61 if (theme->isHovered(o))
RenderListBox.cpp 412 textColor = theme()->activeListBoxSelectionForegroundColor();
415 textColor = theme()->inactiveListBoxSelectionForegroundColor();
446 backColor = theme()->activeListBoxSelectionBackgroundColor();
448 backColor = theme()->inactiveListBoxSelectionBackgroundColor();
885 widget = Scrollbar::createNativeScrollbar(this, VerticalScrollbar, theme()->scrollbarControlSizeForPart(ListboxPart));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 173 * Ensure that the package, theme and activity maps are initialized and up to date
225 String theme = activity.getAttributeNS(NS_RESOURCES, ATTRIBUTE_THEME); local
226 if (theme != null && theme.length() > 0) {
232 mActivityThemes.put(name, theme);
249 // From manifest theme documentation:
250 // "If that attribute is also not set, the default system theme is used."
313 * Returns a map from activity full class names to the corresponding theme style to be
316 * @return a map from activity fqcn to theme style
325 * Returns the manifest theme registered on the application, if an
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_win.cc 42 // Theme colors returned by GetSystemColor().
61 // Windows system color IDs cached and updated by the native theme.
130 // Returns true if using a high contrast theme.
148 HRESULT NativeThemeWin::GetThemeColor(ThemeName theme,
153 HANDLE handle = GetThemeHandle(theme);
165 SkColor NativeThemeWin::GetThemeColorWithDefault(ThemeName theme,
171 if (GetThemeColor(theme, part_id, state_id, prop_id, &color) != S_OK)
176 gfx::Size NativeThemeWin::GetThemeBorderSize(ThemeName theme) const {
180 if (GetThemeInt(theme, 0, 0, TMT_BORDERSIZE, &border) == S_OK)
308 // Scrollbar components on Windows Classic theme (on all Windows versions
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 34 #Theme Elements. Each theme element key is its display name.
183 text=' Highlighting Theme ')
221 text='Save as New Custom Theme',command=self.SaveAsNewTheme)
225 value=1,command=self.SetThemeType,text='a Built-in Theme')
227 value=0,command=self.SetThemeType,text='a Custom Theme')
232 self.buttonDeleteCustomTheme=Button(frameTheme,text='Delete Custom Theme',
480 self.AddChangedItem('main','Theme','name',value)
486 self.AddChangedItem('main','Theme','name',value)
491 self.AddChangedItem('main','Theme','default',value
    [all...]
ClassBrowser.py 46 theme = idleConf.GetOption('main','Theme','name')
47 background = idleConf.GetHighlight(theme, 'normal')['background']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 34 #Theme Elements. Each theme element key is its display name.
183 text=' Highlighting Theme ')
221 text='Save as New Custom Theme',command=self.SaveAsNewTheme)
225 value=1,command=self.SetThemeType,text='a Built-in Theme')
227 value=0,command=self.SetThemeType,text='a Custom Theme')
232 self.buttonDeleteCustomTheme=Button(frameTheme,text='Delete Custom Theme',
480 self.AddChangedItem('main','Theme','name',value)
486 self.AddChangedItem('main','Theme','name',value)
491 self.AddChangedItem('main','Theme','default',value
    [all...]
ClassBrowser.py 46 theme = idleConf.GetOption('main','Theme','name')
47 background = idleConf.GetHighlight(theme, 'normal')['background']
  /external/chromium/chrome/browser/sync/syncable/
model_type.cc 43 specifics->MutableExtension(sync_pb::theme);
166 if (specifics.HasExtension(sync_pb::theme))
410 const char kThemeNotificationType[] = "THEME";
  /external/chromium_org/chrome/browser/ui/views/
wrench_menu.cc 246 ui::NativeTheme* theme = view->GetNativeTheme(); local
249 return theme->GetSystemColor(
252 return theme->GetSystemColor(
255 return theme->GetSystemColor(
261 ui::NativeTheme* theme = view->GetNativeTheme(); local
264 return theme->GetSystemColor(
267 return theme->GetSystemColor(
270 return theme->GetSystemColor(
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
oobe_ui.cc 248 // Set up the chrome://theme/ source, for Chrome logo.
249 ThemeSource* theme = new ThemeSource(profile); local
250 content::URLDataSource::Add(profile, theme);
  /external/chromium_org/chrome/browser/ui/webui/options/
options_ui.cc 336 // Set up the chrome://theme/ source.
337 ThemeSource* theme = new ThemeSource(profile); local
338 content::URLDataSource::Add(profile, theme);
  /external/chromium_org/chrome/tools/build/win/
version.bat 26 cat %SolutionDir%app\theme\%Distribution%\BRANDING | sed "s/\(.*\)/set \1/" >> %VarsBat%
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.h 80 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
217 // Updates any colors that have not been explicitly set from the theme.
218 void UpdateColorsFromTheme(const ui::NativeTheme* theme);
  /frameworks/base/core/java/android/app/
ProgressDialog.java 81 public ProgressDialog(Context context, int theme) {
82 super(context, theme);
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 96 void setAppStartingWindow(IBinder token, String pkg, int theme,
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 21 import android.content.res.Resources.Theme;
85 final Theme theme = context.getTheme(); local
86 final TypedArray a = theme.obtainStyledAttributes(
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
UIUtils.js 315 * @param {string} theme
319 setMultilineOptions: function(initialValue, mode, theme, lineWrapping, smartIndent)
324 this.theme = theme;
559 theme: config.theme,
    [all...]

Completed in 980 milliseconds

1 2 3 4 56 7 8 91011>>