OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inherit
(Results
51 - 75
of
577
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/WebCore/css/
CSSInheritedValue.cpp
35
return "
inherit
";
wml.css
72
vertical-align:
inherit
;
73
border-color:
inherit
78
vertical-align:
inherit
CSSParser.cpp
639
case CSSPropertySize: // <length>{1,2} | auto | portrait | landscape |
inherit
640
case CSSPropertyQuotes: // [<string> <string>]+ | none |
inherit
644
case CSSPropertyUnicodeBidi: // normal | embed | bidi-override |
inherit
651
case CSSPropertyPosition: // static | relative | absolute | fixed |
inherit
659
case CSSPropertyPageBreakAfter: // auto | always | avoid | left | right |
inherit
671
case CSSPropertyPageBreakInside: // avoid | auto |
inherit
677
case CSSPropertyEmptyCells: // show | hide |
inherit
684
// close-quote | no-open-quote | no-close-quote ]+ |
inherit
687
case CSSPropertyWhiteSpace: // normal | pre | nowrap |
inherit
696
case CSSPropertyClip: // <shape> | auto |
inherit
[
all
...]
html.css
179
border-color:
inherit
185
border-color:
inherit
191
border-color:
inherit
209
vertical-align:
inherit
;
210
border-color:
inherit
215
vertical-align:
inherit
649
border-color:
inherit
/external/webkit/WebCore/xml/
XMLHttpRequestProgressEvent.idl
30
// We should also
inherit
from LSProgressEvent when the idl is added.
/external/iproute2/ip/
ip6tunnel.c
54
fprintf(stderr, " [ dscp
inherit
]\n");
62
fprintf(stderr, " TOS := { 0x0..0xff |
inherit
}\n");
63
fprintf(stderr, " FLOWLABEL := { 0x0..0xfffff |
inherit
}\n");
91
printf(" tclass
inherit
");
98
printf(" flowlabel
inherit
");
105
printf(" dscp
inherit
");
173
if (strcmp(*argv, "
inherit
") == 0)
185
if (strcmp(*argv, "
inherit
") == 0)
197
if (strcmp(*argv, "
inherit
") != 0)
198
invarg("not
inherit
", *argv)
[
all
...]
/development/samples/ApiDemos/res/values/
styles.xml
41
that this theme is to
inherit
from the system's wallpaper theme,
48
that this theme is to
inherit
from the system's translucent theme,
/external/webkit/WebCore/rendering/
SVGRenderSupport.h
35
// SVGRendererBase is an abstract base class which all SVG renderers
inherit
38
// all SVG renderers
inherit
from RenderSVGModelObject.
RenderSVGModelObject.h
41
// Most renderers in the SVG rendering tree will
inherit
from this class
RenderSVGViewportContainer.h
32
// thus we
inherit
from RenderSVGContainer instead of RenderSVGTransformableContainer
/build/target/product/
sdk.mk
62
$(call
inherit
-product, $(SRC_TARGET_DIR)/product/core.mk)
/device/sample/products/
sample_addon.mk
37
$(call
inherit
-product, $(SRC_TARGET_DIR)/product/sdk.mk)
/external/icu4c/test/intltest/
fldset.cpp
205
if(substr.length()==0) { //
inherit
requested
206
//
inherit
208
// couldn't
inherit
from field
209
it_errln(UnicodeString("Parse Failed: Couldn't
inherit
field ") + field + UnicodeString(" [") + UnicodeString(udbg_enumName(fEnum, field)) + UnicodeString("]"));
/external/webkit/WebKit/chromium/public/
WebTextDirection.h
38
WebTextDirectionDefault, // Natural writing direction ("
inherit
")
/build/core/
node_fns.mk
111
INHERIT_TAG := @
inherit
:
141
# for each
inherit
:
143
# clear the source var so we can't
inherit
the value twice
160
$(eval ### "Make sure that this
inherit
appears only once") \
163
$(eval ### "Expand the
inherit
tag") \
/development/pdk/docs/porting/
build_new_device.jd
33
$(call
inherit
-product, $(SRC_TARGET_DIR)/product/generic.mk)
107
$(call
inherit
-product, $(SRC_TARGET_DIR)/product/generic.mk)
146
<p>Product-specific variables are defined in product definition files. A product definition file can
inherit
from other product definition files, thus reducing the need to copy and simplifying maintenance.</p>
230
$(call
inherit
-product, build/target/product/generic.mk)
/device/htc/dream/
setup-makefiles.sh
38
\$(call
inherit
-product, vendor/htc/__DEVICE__/device___DEVICE__-vendor-blobs.mk)
/device/htc/dream-sapphire/
device_dream_sapphire.mk
56
$(call
inherit
-product-if-exists, vendor/htc/dream-sapphire/device_dream_sapphire-vendor.mk)
/device/htc/sapphire/
setup-makefiles.sh
38
\$(call
inherit
-product, vendor/htc/__DEVICE__/device___DEVICE__-vendor-blobs.mk)
/external/skia/include/core/
SkColorShader.h
29
/** Create a ColorShader that will
inherit
its color from the Paint
/external/webkit/WebCore/loader/
CachedResourceClient.h
51
*
inherit
from this class and overload one of the 3 functions
/external/webkit/WebKitTools/WebKitAPITest/
Test.h
32
// Abstract base class that all tests
inherit
from.
/frameworks/base/docs/html/guide/topics/ui/
themes.jd
108
specifies the resource ID of another style from which this style should
inherit
120
from which your style should
inherit
properties.
121
You can use this to
inherit
properties from an existing style and
123
inherit
from styles that you've created yourself or from styles that are built into the
126
inherit
the Android platform's default text appearance and then modify it:</p>
134
<p>If you want to
inherit
from styles that you've defined yourself, you <em>do not</em> have to use
136
inherit
to the name of your new style, separated by a period. For example, to create a new style
164
names only works for styles defined by your own resources. You can't
inherit
Android built-in styles
247
<strong>not</strong>
inherit
the style properties—only the element to which you directly apply
/external/gtest/include/gtest/
gtest-test-part.h
53
// Don't
inherit
from TestPartResult as its destructor is not virtual.
123
// Don't
inherit
from TestPartResultArray as its destructor is not
/external/icu4c/config/
mh-os400
14
COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*
INHERIT
-qPFROPT=*STRDONLY
15
COMPILE.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*
INHERIT
-qPFROPT=*STRDONLY
Completed in 221 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>