/external/chromium_org/ui/views/corewm/ |
shadow_controller.h | 29 class Shadow; 43 Shadow* GetShadowForWindow(aura::Window* window);
|
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/ |
BasicShadowRenderer.java | 32 package com.jme3.shadow;
51 * BasicShadowRenderer uses standard shadow mapping with one map
73 * @param size the size of the shadow map (the map is square)
81 preshadowMat = new Material(manager, "Common/MatDefs/Shadow/PreShadow.j3md");
82 postshadowMat = new Material(manager, "Common/MatDefs/Shadow/PostShadow.j3md");
129 * returns the shadow camera
172 // render shadow casters to shadow map
|
/external/skia/include/effects/ |
SkBlurDrawLooper.h | 19 This class draws a shadow of the object (possibly offset), and then draws 21 should there be an option to just draw the shadow/blur layer? webkit?
|
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/ |
ShadowLayout.java | 34 * This custom layout paints a drop shadow behind all children. The size and opacity 35 * of the drop shadow is determined by a "depth" factor that can be set and animated. 63 * Called by the constructors - sets up the drawing parameters for the drop shadow. 79 * The "depth" factor determines the offset distance and opacity of the shadow (shadows that 87 invalidate(); // We need to redraw when the shadow attributes change
|
/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/third_party/WebKit/Source/core/dom/ |
ShadowTreeStyleSheetCollection.cpp | 35 #include "core/dom/shadow/ShadowRoot.h" 68 // FIXME: clarify how PREFERRED or ALTERNATE works in shadow trees. 69 // Should we set preferred/selected stylesheets name in shadow trees and 106 // We should not destroy StyleResolver when we find any stylesheet update in a shadow tree. 107 // In this case, we will reset rulesets created from style elements in the shadow tree.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/ |
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();
|
ShadowRoot.cpp | 28 #include "core/dom/shadow/ShadowRoot.h" 36 #include "core/dom/shadow/ElementShadow.h" 37 #include "core/dom/shadow/InsertionPoint.h" 38 #include "core/dom/shadow/ShadowRootRareData.h" 218 ASSERT(host()->shadow()); 219 if (host()->shadow()->didAffectApplyAuthorStyles()) 222 // Since styles in shadow trees can select shadow hosts, set shadow host's needs-recalc flag true. 223 // FIXME: host->setNeedsStyleRecalc() should take care of all elements in its shadow tree [all...] |
ShadowRootRareData.h | 34 #include "core/dom/shadow/InsertionPoint.h" 35 #include "core/html/shadow/HTMLContentElement.h" 36 #include "core/html/shadow/HTMLShadowElement.h"
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
ProgressDialogTest.java | 30 private ShadowProgressDialog shadow; field in class:ProgressDialogTest 35 shadow = Robolectric.shadowOf(dialog); 40 assertThat(shadow, instanceOf(ShadowAlertDialog.class)); 47 assertThat(shadow.getMessage(), nullValue()); 49 assertThat((CharSequence) shadow.getMessage(), equalTo(message));
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
neterror.css | 34 box-shadow: 0 2px 2px #AAA; 99 text-shadow: 0 1px 0 rgba(255,255,255,0.3); 111 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), 118 text-shadow: 0 1px 0 rgb(240, 240, 240); 124 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), 132 box-shadow: none; 141 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), 144 text-shadow: 0 1px 0 rgba(0,0,0,0.5); 152 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), 161 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1) [all...] |
/external/valgrind/main/docs/internals/ |
tracking-fn-entry-exit.txt | 30 I have a shadow call stack for every thread. For signal handlers of a thread, 31 I first PUSH a separation marker on the shadow stack, and use the stack as 45 - do unwinding if needed (i.e, POPs of the shadow call stack) 55 BB on shadow call stack. 59 as we need separate shadow call stacks. 114 > - have a shadow call stack for every thread 123 changes with %esp > stored esp on shadow stack. 142 > - Unwind the shadow call stack if necessary. 143 > [when is "necessary"? If the real %esp > the shadow stack %esp?] 149 > - If this is a function return and there was no shadow stack unwinding [all...] |
/external/chromium_org/chrome/test/chromedriver/js/ |
call_function_test.html | 166 // Set up something in the shadow DOM. 188 // Set up something in the shadow DOM. 216 // Set up something in the shadow DOM. 221 // Test with attached element in shadow DOM. 230 // It should be in the shadow root cache. 242 // Set up something in the shadow DOM. 247 // Test with detached element in shadow DOM.
|
/external/chromium_org/ui/base/cocoa/ |
underlay_opengl_hosting_window.mm | 16 // transparent color causes the shadow for that area to also not be present. 17 // That feature is "content has shadow", which means that shadows are effective 18 // even in the content area of the window. If, however, "content has shadow" is 19 // turned off, then the transparent area of the content casts a shadow. The one 20 // tricky part is that even if "content has shadow" is turned off, "the content" 23 // shadow, make sure that for the entire content region, there is an opaque area 25 - (void)_setContentHasShadow:(BOOL)shadow;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
shadow.h | 19 /* Declaration of types and functions for shadow password suite. */ 34 #define SHADOW _PATH_SHADOW 81 /* Get shadow entry matching NAME. 89 /* Read shadow entry from STRING. 97 /* Read next shadow entry from STREAM. 105 /* Write line containing shadow password entry to stream. 149 #endif /* shadow.h */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
shadow.h | 19 /* Declaration of types and functions for shadow password suite. */ 34 #define SHADOW _PATH_SHADOW 81 /* Get shadow entry matching NAME. 89 /* Read shadow entry from STRING. 97 /* Read next shadow entry from STREAM. 105 /* Write line containing shadow password entry to stream. 149 #endif /* shadow.h */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
shadow.h | 19 /* Declaration of types and functions for shadow password suite. */ 34 #define SHADOW _PATH_SHADOW 81 /* Get shadow entry matching NAME. 89 /* Read shadow entry from STRING. 97 /* Read next shadow entry from STREAM. 105 /* Write line containing shadow password entry to stream. 149 #endif /* shadow.h */
|
/external/compiler-rt/lib/asan/tests/ |
asan_mac_test.cc | 86 // For libdispatch tests below we check that ASan got to the shadow byte 92 EXPECT_DEATH(TestGCDDispatchAsync(), "Shadow byte legend"); 98 EXPECT_DEATH(TestGCDDispatchSync(), "Shadow byte legend"); 105 EXPECT_DEATH(TestGCDReuseWqthreadsAsync(), "Shadow byte legend"); 111 EXPECT_DEATH(TestGCDReuseWqthreadsSync(), "Shadow byte legend"); 117 EXPECT_DEATH(TestGCDDispatchAfter(), "Shadow byte legend"); 123 EXPECT_DEATH(TestGCDSourceEvent(), "Shadow byte legend"); 129 EXPECT_DEATH(TestGCDSourceCancel(), "Shadow byte legend"); 135 EXPECT_DEATH(TestGCDGroupAsync(), "Shadow byte legend");
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
HTMLShadowElement.cpp | 32 #include "core/html/shadow/HTMLShadowElement.h" 35 #include "core/dom/shadow/ShadowRoot.h" 78 String message = String::format("<shadow> doesn't work for %s element host.", root->host()->tagName().utf8().data());
|
/external/chromium_org/v8/test/mjsunit/ |
global-load-from-eval.js | 36 // Shadow with local variable. 40 // Shadow with parameter. 44 // Shadow with function name.
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl.h | 142 const u64 kShadowRodata = (u64)-1; // .rodata shadow marker 216 friend class Shadow; 224 // Shadow (from most significant bit): 232 class Shadow : public FastState { 234 explicit Shadow(u64 x) 238 explicit Shadow(const FastState &s) 274 static inline bool TidsAreEqual(const Shadow s1, const Shadow s2) { 280 static inline bool Addr0AndSizeAreEqual(const Shadow s1, const Shadow s2) [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/draw2d/ |
IColorConstants.java | 25 * System color used to paint highlight shadow areas. 33 * System color used to paint normal shadow areas. 37 // * System color used to paint dark shadow areas.
|
/external/v8/test/mjsunit/ |
global-load-from-eval.js | 36 // Shadow with local variable. 40 // Shadow with parameter. 44 // Shadow with function name.
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
builders_unittests.js | 93 "changes": ["Files:\n Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/main.js\n Tools/ChangeLog\nAt: Thu 04 Aug 2011 00:50:38\nChanged By: abarth@webkit.org\nComments: Fix types. Sadly, main.js has no test coverage. (I need to think\nabout how to test this part of the code.)\n\n* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/main.js:Properties: \n\n\n", "Files:\n LayoutTests/ChangeLog\n LayoutTests/platform/mac/fast/box-shadow/inset-box-shadows-expected.png\n LayoutTests/platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png\n LayoutTests/platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png\n LayoutTests/platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png\n LayoutTests/platform/mac/fast/repaint/shadow-multiple-vertical-expected.png\nAt: Thu 04 Aug 2011 00:50:38\nChanged By: abarth@webkit.org\nComments: Update baselines after <http://trac.webkit.org/changeset/92340>.\n\n* platform/mac/fast/box-shadow/inset-box-shadows-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:Properties: \n\n\n"] [all...] |
/external/chromium/base/ |
lazy_instance_unittest.cc | 64 base::ShadowingAtExitManager shadow; local 85 base::ShadowingAtExitManager shadow; local 124 base::ShadowingAtExitManager shadow; local 134 base::ShadowingAtExitManager shadow; local
|