HomeSort by relevance Sort by last modified time
    Searched full:themes (Results 176 - 200 of 644) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/sync/syncable/
model_type.h 60 // A themes folder or a themes object.
61 THEMES,
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar_unittest.cc 29 using syncer::THEMES;
170 const ModelTypeSet types2(PREFERENCES, THEMES);
175 expected_routing_info[THEMES] = syncer::GROUP_PASSIVE;
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_show_all_cell.mm 7 #import "chrome/browser/themes/theme_properties.h"
8 #import "chrome/browser/themes/theme_service.h"
111 // gradient. For some themes, this leads to unreadable text, so draw the item
  /external/chromium_org/chrome/browser/ui/webui/
theme_source.cc 13 #include "chrome/browser/themes/theme_properties.h"
14 #include "chrome/browser/themes/theme_service.h"
15 #include "chrome/browser/themes/theme_service_factory.h"
  /external/chromium_org/sync/syncable/
model_type.cc 50 case THEMES:
152 case THEMES:
271 return THEMES;
364 set.Put(THEMES);
459 case THEMES:
460 return "Themes";
534 case THEMES:
625 else if (model_type_string == "Themes")
626 return THEMES;
719 case THEMES
    [all...]
  /frameworks/base/docs/html/training/basics/actionbar/
setting-up.jd 61 of the {@link android.R.style#Theme_Holo Theme.Holo} themes as its parent. For details,
94 Theme.AppCompat} themes. For example:
97 of the {@link android.support.v7.appcompat.R.style#Theme_AppCompat Theme.AppCompat} themes as
  /external/chromium/chrome/browser/themes/
theme_service.cc 5 #include "chrome/browser/themes/theme_service.h"
13 #include "chrome/browser/themes/browser_theme_pack.h"
244 // For backward compat with older themes, some newer colors are generated from
574 UserMetrics::RecordAction(UserMetricsAction("Themes.Loaded"), profile_);
585 UserMetrics::RecordAction(UserMetricsAction("Themes.Migrated"),
590 UserMetrics::RecordAction(UserMetricsAction("Themes.Gone"), profile_);
theme_service_mac.mm 5 #include "chrome/browser/themes/theme_service.h"
10 #include "chrome/browser/themes/browser_theme_pack.h"
283 // Let all the browser views know that themes have changed in a platform way.
theme_service_gtk.cc 5 #include "chrome/browser/themes/theme_service.h"
  /frameworks/base/docs/html/guide/practices/app-design/
seamlessness.jd 14 <li><a href="#themes">Extend System Themes</a></li>
166 <h2 id="themes">Extend System Themes</h2>
174 the details, read <a href="{@docRoot}guide/topics/ui/themes.html">Styles and Themes</a>.</p>
  /frameworks/base/docs/html/guide/practices/
seamlessness.jd 15 <li><a href="#themes">Extend System Themes</a></li>
167 <h2 id="themes">Extend System Themes</h2>
175 the details, read <a href="{@docRoot}guide/topics/ui/themes.html">Styles and Themes</a>.</p>
  /cts/hostsidetests/holo/src/android/holo/cts/
HoloHostTest.java 85 private static final String[] THEMES = {
112 private final int NUM_THEMES = THEMES.length;
197 final String themeName = THEMES[i];
  /external/chromium_org/chrome/browser/search_engines/
search_terms_data.cc 18 #include "chrome/browser/themes/theme_service.h"
19 #include "chrome/browser/themes/theme_service_factory.h"
206 // TODO(dhollowa): Determine fraction of custom themes that don't affect the
  /cts/tests/tests/holo/src/android/holo/cts/
HoloTest.java 27 * The tests take a long time, so the test is sharded into separate themes.
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/res/values-v14/
styles.xml 24 the Theme.AppCompat themes depending on your color scheme. This theme can be applied to
  /developers/build/prebuilts/gradle/DoneBar/DoneBarSample/src/main/res/values/
template-styles.xml 19 <!-- Activity themes -->
  /developers/build/templates/ActivityCards/_MODULE_/src/template/res/values/
template-styles.xml 19 <!-- Activity themes -->
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/res/values-v14/
styles.xml 24 the Theme.AppCompat themes depending on your color scheme. This theme can be applied to
  /development/samples/browseable/DoneBar/res/values/
styles.xml 19 <!-- Activity themes -->
  /development/samples/browseable/Styled/res/values-v14/
styles.xml 24 the Theme.AppCompat themes depending on your color scheme. This theme can be applied to
  /external/chromium/chrome/browser/
ntp_background_util.cc 8 #include "chrome/browser/themes/theme_service.h"
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_gradient_view.mm 8 #import "chrome/browser/themes/theme_service.h"
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_instructions_gtk.cc 82 // bad for some dark themes.
  /external/chromium_org/chrome/browser/themes/
theme_syncable_service.h 30 static syncer::ModelType model_type() { return syncer::THEMES; }
  /external/chromium_org/chrome/browser/ui/
ntp_background_util.cc 10 #include "chrome/browser/themes/theme_properties.h"

Completed in 1270 milliseconds

1 2 3 4 5 6 78 91011>>