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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseMultipleFieldsDateAndTimeInputType.cpp 358 if (RenderTheme::theme().supportsCalendarPicker(formControlType()))
431 && ((event->keyIdentifier() == "Down" && event->getModifierState("Alt")) || (RenderTheme::theme().shouldOpenPickerWithF4Key() && event->keyIdentifier() == "F4"))) {
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 100 void setAppStartingWindow(IBinder token, String pkg, int theme,
WindowManagerPolicy.java 655 * @param theme Resource defining the application's overall visual theme.
668 int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel,
    [all...]
  /cts/hostsidetests/theme/src/android/theme/cts/
ComparisonTask.java 17 package android.theme.cts;
ThemeHostTest.java 17 package android.theme.cts;
49 * Test to check the Holo theme has not been changed.
60 private static final String PACKAGE = "android.theme.app";
291 "Skipping theme test due to missing reference for reference image " + name);
305 assertTrue(failures + " failures in theme test", failures == 0);
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc 313 // loads a theme that provides a background image.
329 ThemeSource* theme = new ThemeSource(profile()); local
330 content::URLDataSource::Add(profile(), theme); local
335 const extensions::Extension* theme = local
338 // If there is already a theme installed, the current theme should be
340 int expected_change = theme ? 0 : 1;
490 ASSERT_NO_FATAL_FAILURE(InstallThemeAndVerify("theme", "camo theme"));
505 const std::string chrome_url("chrome://theme/IDR_THEME_NTP_BACKGROUND")
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.h 86 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
  /external/chromium_org/native_client_sdk/src/doc/_sphinxext/
chromesite_builder.py 187 self.theme = None # no theme necessary
  /external/chromium_org/sync/internal_api/
base_node.cc 251 return GetEntitySpecifics().theme();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderEmbeddedObject.cpp 168 RenderTheme::theme().systemFont(CSSValueWebkitSmallControl, fontDescription);
RenderFileUploadControl.cpp 225 return RenderTheme::theme().fileListNameForWidth(input->locale(), input->files(), style()->font(), maxFilenameWidth());
RenderTextControl.cpp 126 return ScrollbarTheme::theme()->scrollbarThickness();
RenderTheme.h 2 * This file is part of the theme implementation for form controls in WebCore.
27 #include "platform/Theme.h"
54 // This function is to be implemented in your platform-specific theme implementation to hand back the
55 // appropriate platform theme.
56 static RenderTheme& theme();
61 // property has been set to a value other than "none". The theme should map in all of the appropriate
64 // "border" are set, or if the appearance is not supported by the theme.
74 // The remaining methods should be implemented by the platform-specific portion of the theme, e.g.,
77 // These methods return the theme's extra style sheets rules, to let each platform
103 // the theme needs to communicate this inflated rect to the engine so that it can invalidate the whole control
    [all...]
  /external/chromium_org/third_party/skia/experimental/webtry/res/js/
webtry.js 144 theme: "default",
  /external/chromium_org/ui/views/controls/button/
text_button.h 76 // platform's native theme look. This handles normal/disabled/hot/pressed
86 // the minimum size required by the various theme components.
171 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
276 // True if the specified color should be used from the theme.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 138 $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
  /external/skia/experimental/webtry/res/js/
webtry.js 144 theme: "default",
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 26 ALTERNATE_LOGO: 'alternate-logo', // Shows white logo if required by theme
119 * The container for the theme attribution.
315 * Updates the NTP based on the current theme.
337 * Updates the NTP style according to theme.
338 * @param {Object=} opt_themeInfo The information about the theme. If it is
408 * Sets the visibility of the theme attribution.
918 * theme, the most visited pages section, and Google-specific elements for a
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 319 theme = idleConf.GetOption('main','Theme','name')
322 "stdout": idleConf.GetHighlight(theme, "stdout"),
323 "stderr": idleConf.GetHighlight(theme, "stderr"),
324 "console": idleConf.GetHighlight(theme, "console"),
605 theme = idleConf.GetOption('main','Theme','name')
606 background = idleConf.GetHighlight(theme, 'normal')['background']
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 319 theme = idleConf.GetOption('main','Theme','name')
322 "stdout": idleConf.GetHighlight(theme, "stdout"),
323 "stderr": idleConf.GetHighlight(theme, "stderr"),
324 "console": idleConf.GetHighlight(theme, "console"),
605 theme = idleConf.GetOption('main','Theme','name')
606 background = idleConf.GetHighlight(theme, 'normal')['background']
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 29 import android.content.res.Resources.Theme;
379 Theme theme = view.getContext().getTheme(); local
380 boolean resolved = theme.resolveAttribute(R.attr.themeType, outValue, true);
  /external/chromium_org/chrome/browser/ui/webui/
inspect_ui.cc 207 // Set up the chrome://theme/ source.
208 ThemeSource* theme = new ThemeSource(profile); local
209 content::URLDataSource::Add(profile, theme);
  /external/chromium_org/ui/views/controls/
scroll_view.cc 20 // Subclass of ScrollView that resets the border when the theme changes.
26 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE {
29 theme->GetSystemColor(ui::NativeTheme::kColorId_UnfocusedBorderColor)));
  /external/chromium_org/ui/views/
view.h 519 // Get the theme provider from the parent widget.
    [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 525 * You can call this to customize the theme used by your IME's window.
528 * of your custom theme.
531 public void setTheme(int theme) {
535 mTheme = theme;

Completed in 888 milliseconds

1 2 3 4 5 6 7 891011>>