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

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.mm 84 - (id)initWithTheme:(WebCore::RenderTheme *)theme;
91 - (id)initWithTheme:(WebCore::RenderTheme *)theme
96 _theme = theme;
409 // Use theme independent default
    [all...]
InlineTextBox.cpp     [all...]
RenderObject.h 148 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/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.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/chromium_org/sync/protocol/
proto_value_conversions.cc 613 SET_FIELD(theme, ThemeSpecificsToValue);
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 881 scrollbarWidth = ScrollbarTheme::theme()->scrollbarThickness();
WebViewImpl.cpp 488 RenderTheme* WebViewImpl::theme() const function in class:WebKit::WebViewImpl
490 return m_page ? m_page->theme() : RenderTheme::defaultTheme().get();
    [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
TimePickerDialog.java 132 public TimePickerDialog(Context context, int theme, OnTimeSetListener callback,
156 * Set a dark or light theme. NOTE: this will only take effect for the next onCreateView.
315 // Set the theme at the end so that the initialize()s above don't counteract the theme.
331 // Set the colors for each view based on the theme.
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorBaseActivity.java 161 public void onVideoEditorThemeApplied(String projectPath, String theme,
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service_unittest.cc 2398 const Extension* theme = service_->extensions()->begin()->get(); local
2493 const Extension* theme = PackAndInstallCRX(theme_path, INSTALL_NEW); local
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 772 a.style.backgroundImage = url('chrome://theme/IDR_PRODUCT_LOGO_16');
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 360 /* Hook construction of chrome://theme URLs */
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 404 return unencrypted.GetExtension(sync_pb::theme);
647 entity_specifics.MutableExtension(sync_pb::theme)->CopyFrom(new_value);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollAnimatorMac.mm 70 ScrollbarTheme* scrollbarTheme = ScrollbarTheme::theme();
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc     [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java     [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 

Completed in 3278 milliseconds

1 2 3 4 5 6 7 8 91011>>