Home
last modified time | relevance | path

Searched refs:inheritance (Results 1 – 25 of 37) sorted by relevance

12

/external/astl/
DREADME10 To keep things simple, some inheritance hierarchies are just not there (e.g
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-inherit4 # This file shows the basic inheritance usage in 'remote' statements.
/external/webkit/WebCore/svg/
DSVGSVGElement.idl26 // TODO: Fix SVGSVGElement inheritance (css::DocumentCSS)!
/external/libvpx/
Dlibs.doxy_template206 # func(std::string) {}). This also make the inheritance and collaboration
218 # instead of private inheritance when no explicit protection keyword is present.
1136 # generate a inheritance diagram (in HTML, RTF and la_te_x) for classes with base
1152 # If set to YES, the inheritance and collaboration graphs will hide
1153 # inheritance and usage relations if the target is undocumented
1167 # indirect inheritance relations. Setting this tag to YES will force the
1174 # indirect implementation dependencies (inheritance, containment, and
1184 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1190 # If set to YES, the inheritance and collaboration graphs will show the
/external/dropbear/libtomcrypt/
DDoxyfile1020 # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base or
1027 # If set to YES, the inheritance and collaboration graphs will hide
1028 # inheritance and usage relations if the target is undocumented
1042 # indirect inheritance relations. Setting this tag to YES will force the
1049 # indirect implementation dependencies (inheritance, containment, and
1054 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1060 # If set to YES, the inheritance and collaboration graphs will show the
/external/srec/doc/
Dsrec.doxygen218 # func(std::string) {}). This also make the inheritance and collaboration
1162 # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
1178 # If set to YES, the inheritance and collaboration graphs will hide
1179 # inheritance and usage relations if the target is undocumented
1193 # indirect inheritance relations. Setting this tag to YES will force the
1200 # indirect implementation dependencies (inheritance, containment, and
1210 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1216 # If set to YES, the inheritance and collaboration graphs will show the
/external/libvpx/nestegg/docs/
DDoxyfile.in225 # func(std::string) {}). This also make the inheritance and collaboration
237 # instead of private inheritance when no explicit protection keyword is present.
1364 # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
1381 # If set to YES, the inheritance and collaboration graphs will hide
1382 # inheritance and usage relations if the target is undocumented
1419 # indirect inheritance relations. Setting this tag to YES will force the
1426 # indirect implementation dependencies (inheritance, containment, and
1436 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1442 # If set to YES, the inheritance and collaboration graphs will show the
/external/chromium/net/third_party/nss/ssl/
Dsslsnce.c290 typedef struct inheritanceStr inheritance; typedef
1247 inheritance inherit; in SSL_ConfigMPServerSIDCache()
1300 inheritance inherit; in SSL_InheritMPServerSIDCacheInstance()
/external/bluetooth/glib/
DREADME.in86 inheritance hierarchy of a type can cause problems for language
DChangeLog.pre-2-4948 Tests of interface inheritance and overriding.
DChangeLog.pre-1-21026 * glib.h giounix.c giochannel.c: Use an "inheritance"
/external/dbus/
DNEWS199 - multiple inheritance of classes now supported
288 parameters to make it easier to do inheritance over the bus
DChangeLog2738 * python/service.py: Major changes to allow multiple inheritance
2753 The same caveats apply as to normal multiple inheritance -
2760 with dictionaries that cope correctly with multiple inheritance
3620 and object_path parameters to better support inheritance.
3623 in parameter ordering and fix the inheritance section.
/external/e2fsprogs/
DABOUT-NLS37 many features (such as locale alias, message inheritance, automatic
/external/bison/
DABOUT-NLS37 many features (such as locale alias, message inheritance, automatic
/external/stlport/etc/
DChangeLog2202 * stlport/stl/_string.h: Made inheritance relation between basic_string
2255 mode do not use inheritance anymore, use private rather than
2310 class thanks to the __stlport_class inheritance.
2925 declaration in basic_string class and use of inheritance in _STLP_DEBUG
2929 friend declaration and inheritance (see above). This also avoids to restore
2931 inheritance in all the debug containers.
DChangeLog-4.0301 exception specification due to inheritance (thanks to Joe for the report)
/external/dbus/doc/
Ddcop-howto.txt381 implement the interface described in MyInterface.h. Alter the inheritance
/external/webkit/WebCore/
DChangeLog-2003-10-25741 Fix an obvious little typo with smallCaps inheritance. Richard reviewed.
756 inheritance behavior for inheritable attributes like designMode.
781 (HTMLElementImpl::isContentEditable): Added. Implements inheritance feature
788 (KHTMLPart::editMode): Added. Implements inheritance behavior for
7133 Fixes bug 3224791, color inheritance not being properly cut off
8877 *. Multiple inheritance means the pointer values need not be the
10664 changes WebController's inheritance. It now inherits from NSView.
16285 private by using private inheritance. Changed the name of arenaDeref to deref, but it still
DChangeLog-2005-12-191792 * khtml/rendering/render_replaced.h: Removed private inheritance from
4754 Fixed (hacked?) gradient stop style inheritance since style is not
20851 * layout-tests/css1/basic/inheritance-expected.checksum:
20852 * layout-tests/css1/basic/inheritance-expected.png:
22339 * layout-tests/css1/basic/inheritance-expected.checksum: Added.
22340 * layout-tests/css1/basic/inheritance-expected.png: Added.
DChangeLog-2005-08-23884 * layout-tests/css1/basic/inheritance-expected.txt:
35073 Added initial and inheritance support for -apple-dashboard-region.
45828 …(-[DOMHTMLDocument _HTMLDocumentImpl]): Fix cast to account for multiple inheritance used by the i…
49508 Fix for first-line inheritance problem caused by incorrectly inheriting first-line into floating
49581 inheritance.
55819 * layout-tests/css1/basic/inheritance-expected.txt:
56550 inheritance is used.
56755 * layout-tests/css1/basic/inheritance-expected.txt:
DChangeLog-2006-05-1015842 chain in cases of multiple levels of inheritance. (Previously, our
16057 (KJS::): Don't use classInfo to express prototype inheritance.
16263 (KJS::): Make DOMNode's classinfo reflect inheritance from
16265 inheritance chain.
/external/webkit/WebKit/win/
DChangeLog-2009-06-163337 …multiple inheritance. For now I solved this by adding a Scrollbar* to the ScrollbarClient version…
6369 - Made inheritance from KJS::Debugger private
6429 * WebScriptDebugServer.h: Removed inheritance from
6974 member will be needed once we remove the inheritance, so we might as
15537 * Interfaces/IWebView.idl: Added inheritance from IDropTarget.
/external/webkit/JavaScriptCore/
DChangeLog12009 - CacheableEvalExecutable (also RefCounted by multiple-inheritance)
12010 …- FunctionExecutable (also RefCounted by multiple-inheritance, 'special' FunctionExecutable also u…
18099 Remove unnecessary WTF:: namespace from CodeBlock inheritance.
18385 ParserArenaDeletable customizes operator new, to avoid double inheritance
18401 and to avoid double inheritance this class has been added.
DChangeLog-2009-06-161093 inheritance was removed. HashTable struct has been instantiated by operator new in
1095 HashTable couldn't inherited from FastAllocBase since struct with inheritance is
3509 to replace ParserRefCounted. Fixed inheritance so only the classes that
11665 are held together with the cocktail stick of inheritance.
19169 Fix the inheritance chain for JSFunction.
19698 accesses (since in JS style inheritance hierarchies you may commonly see a mix of properties
27634 * kjs/JSCell.h: Re-sort friend classes. Eliminate inheritance from

12