/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebScrollbarThemeClientImpl.cpp | 79 // Unused by Chromium scrollbar themes. 86 // Unused by Chromium scrollbar themes. 93 // Unused by Chromium scrollbar themes. 104 // Unused by Chromium scrollbar themes. 110 // Unused by Chromium scrollbar themes. 135 // Unused by Chromium scrollbar themes. 142 // Unused by Chromium scrollbar themes.
|
/external/chromium_org/chrome/browser/themes/ |
theme_service_browsertest.cc | 5 #include "chrome/browser/themes/theme_service.h" 11 #include "chrome/browser/themes/theme_properties.h" 12 #include "chrome/browser/themes/theme_service_factory.h"
|
custom_theme_supplier.cc | 5 #include "chrome/browser/themes/custom_theme_supplier.h"
|
theme_syncable_service_unittest.cc | 5 #include "chrome/browser/themes/theme_syncable_service.h" 15 #include "chrome/browser/themes/theme_service.h" 16 #include "chrome/browser/themes/theme_service_factory.h" 322 syncer::THEMES, MakeThemeDataList(sync_pb::ThemeSpecifics()), 337 syncer::THEMES, MakeThemeDataList(theme_specifics), 355 syncer::THEMES, MakeThemeDataList(theme_specifics), 368 syncer::THEMES, MakeThemeDataList(sync_pb::ThemeSpecifics()), 385 syncer::THEMES, syncer::SyncDataList(), fake_change_processor_.Pass(), 393 EXPECT_EQ(syncer::THEMES, change_list[0].sync_data().GetDataType()); 410 theme_sync_service_->GetAllSyncData(syncer::THEMES); [all...] |
theme_service_factory.cc | 5 #include "chrome/browser/themes/theme_service_factory.h" 12 #include "chrome/browser/themes/theme_service.h" 22 #include "chrome/browser/themes/theme_service_aurax11.h"
|
theme_service_unittest.cc | 5 #include "chrome/browser/themes/theme_service.h" 14 #include "chrome/browser/themes/custom_theme_supplier.h" 15 #include "chrome/browser/themes/theme_service_factory.h" 111 // Let the ThemeService uninstall unused themes. 132 // Let the ThemeService uninstall unused themes. 193 // Let the ThemeService uninstall unused themes.
|
/external/eclipse-basebuilder/src/ |
eclipse-sourceBuild-srcIncluded-3.6.2.zip | |
/external/chromium/chrome/browser/resources/ |
guest_session_tab.html | 7 // Until themes can clear the cache, force-reload the theme stylesheet.
|
/external/chromium/chrome/browser/resources/options/ |
personal_options.css | 25 #themes-gallery-div {
|
personal_options.js | 61 $('themes-reset').onclick = function(event) { 71 if ($('themes-GTK-button')) { 72 $('themes-GTK-button').onclick = function(event) { 177 $('themes-GTK-button').disabled = !enabled; 182 $('themes-reset').disabled = !enabled;
|
/external/chromium/chrome/browser/sync/glue/ |
theme_change_processor.cc | 12 #include "chrome/browser/themes/theme_service.h" 13 #include "chrome/browser/themes/theme_service_factory.h" 38 if (!node.InitByClientTagLookup(syncable::THEMES, 99 DCHECK_EQ(node.GetModelType(), syncable::THEMES);
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
toolbar_view.h | 13 // this time it only draws a gradient. Future changes (e.g. themes)
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_theme.h | 8 #include "chrome/browser/themes/custom_theme_supplier.h"
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
guest_tab.html | 8 // Until themes can clear the cache, force-reload the theme stylesheet.
|
/external/chromium_org/chrome/browser/ui/ |
chrome_style.cc | 7 #include "chrome/browser/themes/theme_properties.h"
|
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/ |
toolbar_view.h | 12 // this time it only draws a gradient. Future changes (e.g. themes)
|
/frameworks/base/core/res/res/values-large/ |
themes_device_defaults.xml | 21 This file contains the themes that are the Device Defaults. 22 If you want to edit themes to skin your device, do it here. 23 We recommend that you do not edit themes.xml and instead edit 26 Editing this file instead of themes.xml will greatly simplify
|
themes.xml | 25 The Holo themes must not be modified in order to pass CTS. 26 Many related themes and styles depend on other values defined in this file. 27 If you would like to provide custom themes and styles for your device,
|
/external/chromium/chrome/browser/sync/syncable/ |
model_type.cc | 42 case THEMES: 92 case THEMES: 167 return THEMES; 197 case THEMES: 198 return "Themes"; 252 else if (model_type_string == "Themes") 253 return THEMES; 323 case THEMES: 372 case THEMES: { 434 case THEMES [all...] |
/external/chromium/chrome/browser/ui/views/ |
theme_background.cc | 8 #include "chrome/browser/themes/theme_service.h" 9 #include "chrome/browser/themes/theme_service_factory.h"
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
themes_helper.cc | 11 #include "chrome/browser/themes/theme_service.h" 12 #include "chrome/browser/themes/theme_service_factory.h"
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
wrench_icon_painter_unittest.cc | 8 #include "chrome/browser/themes/theme_service.h" 9 #include "chrome/browser/themes/theme_service_factory.h"
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
top_container_view.cc | 33 // (themes, window title, window controls). The TopContainerView must still 46 // Top-views depend on parts of the frame (themes, window title,
|
/frameworks/base/docs/html/guide/topics/ui/ |
themes.jd | 1 page.title=Styles and Themes 16 <li><a href="#ApplyingStyles">Applying Styles and Themes to the UI</a> 23 <li><a href="#PlatformStyles">Using Platform Styles and Themes</a></li> 29 <li>{@link android.R.style} for Android styles and themes</li> 125 platform. (See <a href="#PlatformStyles">Using Platform Styles and Themes</a>, below, for 234 <h2 id="ApplyingStyles">Applying Styles and Themes to the UI</h2> 292 <p>Just as Android provides other built-in resources, there are many pre-defined themes that you can use, to avoid 332 <p>Newer versions of Android have additional themes available to applications, 335 that uses resource selection to switch between different parent themes, based on the platform 360 <p>A list of the standard attributes that you can use in themes can b [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
background_gradient_view.mm | 7 #import "chrome/browser/themes/theme_properties.h" 8 #import "chrome/browser/themes/theme_service.h" 105 // Themes don't have an inactive image so only look for one if there's no
|