/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
PreferenceScreenTest.java | 21 private ShadowPreferenceScreen shadow; field in class:PreferenceScreenTest 26 shadow = Robolectric.shadowOf(screen); 31 assertThat(shadow, instanceOf(ShadowPreferenceGroup.class)); 39 shadow.setDialog(dialog);
|
SeekBarTest.java | 22 private ShadowSeekBar shadow; field in class:SeekBarTest 29 shadow = Robolectric.shadowOf(seekBar); 37 assertThat(shadow.getOnSeekBarChangeListener(), sameInstance(listener)); 39 assertThat(shadow.getOnSeekBarChangeListener(), nullValue());
|
StateListDrawableTest.java | 27 ShadowStateListDrawable shadow = shadowOf(stateListDrawable); local 28 Drawable drawableForState = shadow.getDrawableForState(states); 40 ShadowStateListDrawable shadow = shadowOf(stateListDrawable); local 41 Drawable drawableForState = shadow.getDrawableForState(StateSet.WILD_CARD);
|
AbsSeekBarTest.java | 20 ShadowAbsSeekBar shadow = Robolectric.shadowOf(seekBar); local 21 assertThat(shadow, instanceOf(ShadowProgressBar.class));
|
AnimationTest.java | 21 private ShadowAnimation shadow; field in class:AnimationTest 27 shadow = shadowOf(animation); 53 shadow.invokeRepeat(); 62 shadow.invokeEnd(); 71 shadow.invokeEnd(); 122 shadow.getLoadedFromResourceId(); 127 shadow.setLoadedFromResourceId(R.anim.fade_in); 128 assertThat(shadow.getLoadedFromResourceId(), equalTo(R.anim.fade_in));
|
AnimationSetTest.java | 20 private ShadowAnimationSet shadow; field in class:AnimationSetTest 25 shadow = shadowOf(set); 38 List<Animation> list = shadow.getAnimations();
|
ListPreferenceTest.java | 23 private ShadowListPreference shadow; field in class:ListPreferenceTest 28 shadow = Robolectric.shadowOf(listPreference); 33 assertThat(shadow, instanceOf(ShadowDialogPreference.class));
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
touch-action-tests.js | 5 // Create any shadow DOM nodes requested by the test. 6 var shadowTrees = document.querySelectorAll('[make-shadow-dom]'); 8 document.body.innerHTML = 'ERROR: Shadow DOM not supported!'; 14 if (!host.hasAttribute('shadow-host')) { 15 document.body.innerHTML = 'ERROR: make-shadow-dom node must follow a shadow-host node';
|
/external/chromium_org/ui/webui/resources/css/ |
bubble.css | 60 .bubble-shadow { 62 box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); 72 box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15); 84 .bubble-shadow, 89 .bubble-shadow,
|
butter_bar.css | 17 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
/external/chromium/base/ |
at_exit.cc | 16 // use the shadow version of the constructor. We don't protect this for 66 AtExitManager::AtExitManager(bool shadow) : next_manager_(g_top_manager) { 67 DCHECK(shadow || !g_top_manager);
|
at_exit.h | 53 // destruction. This allows you to shadow another AtExitManager. 54 explicit AtExitManager(bool shadow);
|
/external/chromium_org/base/ |
at_exit.h | 56 // destruction. This allows you to shadow another AtExitManager. 57 explicit AtExitManager(bool shadow);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_platform.h | 18 03c0 0000 0000 - 1000 0000 0000: shadow 27 0400 0000 0000 - 1000 0000 0000: shadow 42 1000 0000 0000 - 1380 0000 0000: shadow 52 0100 0000 0000 - 0560 0000 0000: shadow 115 static inline uptr ShadowToMem(uptr shadow) { 116 CHECK(IsShadowMem(shadow)); 118 return (shadow & ~kLinuxShadowMsk) / kShadowCnt; 120 return (shadow / kShadowCnt) | kLinuxAppMemMsk; 125 // that mapped to the same shadow address.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/ |
ElementShadow.h | 30 #include "core/dom/shadow/InsertionPoint.h" 31 #include "core/dom/shadow/SelectRuleFeatureSet.h" 32 #include "core/dom/shadow/ShadowRoot.h" 116 if (ElementShadow* shadow = this->shadow()) 117 return shadow->youngestShadowRoot();
|
InsertionPoint.cpp | 32 #include "core/dom/shadow/InsertionPoint.h" 38 #include "core/dom/shadow/ElementShadow.h" 39 #include "core/html/shadow/HTMLContentElement.h" 40 #include "core/html/shadow/HTMLShadowElement.h" 162 // Slow path only when there are more than one shadow elements in a shadow tree. That should be a rare case. 241 // Since this insertion point is no longer visible from the shadow subtree, it need to clean itself up. 285 ElementShadow* shadow = shadowWhereNodeCanBeDistributed(*current); local 286 if (!shadow || shadow == lastElementShadow 304 ElementShadow* shadow = shadowWhereNodeCanBeDistributed(*current); local [all...] |
ElementShadow.cpp | 28 #include "core/dom/shadow/ElementShadow.h" 33 #include "core/dom/shadow/ContentDistribution.h" 34 #include "core/html/shadow/HTMLContentElement.h" 35 #include "core/html/shadow/HTMLShadowElement.h" 153 // addShadowRoot() affects apply-author-styles. However, we know that the youngest shadow root has not had any children yet. 154 // The youngest shadow root's apply-author-styles is default (false). So we can just set m_applyAuthorStyles false. 283 if (ElementShadow* shadow = shadowWhereNodeCanBeDistributed(*point)) 284 shadow->setNeedsDistributionRecalc(); 303 // Only allow reprojecting older shadow roots between the same type to 309 if (ElementShadow* shadow = shadowWhereNodeCanBeDistributed(*shadowInsertionPoint) [all...] |
InsertionPoint.h | 35 #include "core/dom/shadow/ContentDistribution.h" 36 #include "core/dom/shadow/ShadowRoot.h" 108 return node.shadowHost()->shadow(); 110 return node.shadowHost()->shadow(); 112 return toElement(parent)->shadow();
|
/external/chromium_org/ui/views/corewm/ |
shadow_controller_unittest.cc | 17 #include "ui/views/corewm/shadow.h" 55 // Tests that various methods in Window update the Shadow object as expected. 56 TEST_F(ShadowControllerTest, Shadow) { 62 // We should create the shadow before the window is visible (the shadow's 65 const Shadow* shadow = api.GetShadowForWindow(window.get()); local 66 ASSERT_TRUE(shadow != NULL); 67 EXPECT_TRUE(shadow->layer()->visible()); 69 // The shadow should remain visible after window visibility changes 106 const Shadow* shadow = api.GetShadowForWindow(window.get()); local [all...] |
/external/chromium_org/chrome/browser/resources/ |
managed_mode_block_interstitial.css | 23 box-shadow: 0 2px 2px rgb(170, 170, 170); 66 box-shadow: inset 0 1px 0 rgb(255, 255, 255); 71 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); 80 box-shadow: inset 0 1px 0 rgb(95, 168, 247); 82 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/ |
manual.css | 21 text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px; 103 text-shadow: rgba(0, 0, 0, 1) 1px 1px 1px; 108 text-shadow: none; 113 text-shadow: rgba(0, 0, 0, 1) 1px 1px 1px; 118 text-shadow: none;
|
/frameworks/base/libs/hwui/ |
TextDropShadowCache.cpp | 102 INIT_LOGD(" Setting drop shadow cache size to %sMB", property); 105 INIT_LOGD(" Using default drop shadow cache size of %.2fMB", 155 ALOGD("Shadow texture deleted, size = %d", texture->bitmapSize); 179 FontRenderer::DropShadow shadow = mRenderer->renderDropShadow(&paintCopy, text, 0, local 182 if (!shadow.image) { 189 texture->left = shadow.penX; 190 texture->top = shadow.penY; 191 texture->width = shadow.width; 192 texture->height = shadow.height; 196 const uint32_t size = shadow.width * shadow.height [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
slow.css | 19 box-shadow: 0 2px 2px #AAA; 40 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), 46 text-shadow: 0 1px 0 rgb(240, 240, 240);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/ |
select.css | 11 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 40 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); 47 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
network_dropdown.css | 23 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), 36 text-shadow: 0 1px 0 rgb(240, 240, 240); 52 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), 63 box-shadow: none; 64 text-shadow: none; 74 box-shadow: 0 0 23px rgb(77, 144, 254);
|