OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inheritedvalue
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/test/java/libcore/java/lang/
OldInheritableThreadLocalTest.java
27
final Object
inheritedValue
= new Object();
33
return
inheritedValue
;
46
assertSame(
inheritedValue
, holder[0]);
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphElement.cpp
98
if (identifier.horizontalAdvanceX == SVGGlyph::
inheritedValue
())
101
if (identifier.verticalOriginX == SVGGlyph::
inheritedValue
())
104
if (identifier.verticalOriginY == SVGGlyph::
inheritedValue
())
107
if (identifier.verticalAdvanceY == SVGGlyph::
inheritedValue
())
115
return SVGGlyph::
inheritedValue
();
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.h
69
static float
inheritedValue
()
Completed in 45 milliseconds