Home
last modified time | relevance | path

Searched refs:superclass (Results 1 – 25 of 27) sorted by relevance

12

/external/protobuf/src/google/protobuf/
Drepeated_field.h931 std::random_access_iterator_tag, Element> superclass; typedef
935 typedef typename superclass::reference reference;
936 typedef typename superclass::pointer pointer;
937 typedef typename superclass::difference_type difference_type;
1019 std::random_access_iterator_tag, Element*> superclass; typedef
1023 typedef typename superclass::reference reference;
1024 typedef typename superclass::pointer pointer;
1025 typedef typename superclass::difference_type difference_type;
/external/protobuf/python/google/protobuf/
Dreflection.py125 superclass = super(GeneratedProtocolMessageType, cls)
126 return superclass.__new__(cls, name, bases, dictionary)
173 superclass = super(GeneratedProtocolMessageType, cls)
174 superclass.__init__(name, bases, dictionary)
/external/clearsilver/
DREADME.python27 This is our "page rendering superclass". It's pretty simple and has
DINSTALL118 contains the CSPage superclass, and this file gives some pointers on
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc846 string superclass = SuperClassName(descriptor_); in GenerateStructors() local
855 "superclass", superclass); in GenerateStructors()
892 "superclass", superclass); in GenerateStructors()
/external/webkit/WebKit/mac/Plugins/
DWebBasePluginPackage.mm249 // Pass the MIME dictionary to the superclass to parse it.
/external/webkit/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js55 klass.superclass = parent;
79 var ancestor = this.superclass && this.superclass.prototype;
Dconcat-jquery-mootools-prototype.js8434 klass.superclass = parent;
8458 var ancestor = this.superclass && this.superclass.prototype;
/external/protobuf/
DCHANGES.txt280 * Don't pass self as first argument to superclass constructor (no longer
/external/webkit/WebKit/mac/WebView/
DWebPDFView.mm506 // Surprisingly enough, this isn't defined in any superclass, though it is defined in assorted AppK…
/external/bluetooth/glib/
DChangeLog.pre-2-161673 superclass initializers don't run when an object is
/external/sqlite/dist/
Dsqlite3.h.orig4309 ** The purpose of this superclass is to define certain fields that are
4341 ** This superclass exists in order to define fields of the cursor that
/external/webkit/WebKit/mac/
DChangeLog-2006-02-092106 up into superclass WebSearchableTextView, which conformed to <WebDocumentSelection>.
4975 removed WebDocumentSelection from protocol list since it's in superclass now
4978 removed old WebDocumentSelection methods because they are in superclass now
19753 superclass's init method, which caused it to create an extra copy of its internal structure,
27990 …-[WebNetscapePluginDocumentView layout]): no need to call setWindow, this is done in the superclass
28695 …(-[WebNetscapePluginPackage initWithPath:]): have the superclass do some initialization, call getP…
28702 …(-[WebPluginPackage initWithPath:]): have the superclass do some initialization, call getPluginInf…
30313 …the download, call interruptForPolicyChange and return so the response isn't set on the superclass.
DChangeLog-2007-10-141217 (-[WebDynamicScrollBarsView reflectScrolledClipView:]): Don't call the superclass method
2448 (-[WebDynamicScrollBarsView scrollWheel:]): Override the superclass
20846 by include NSObject as a superclass (oops!).
22333 flag in -unload. We need to also do it here, because the superclass (WebBasePluginPackage)
DChangeLog-2002-12-0311644 as a first step toward using a common superclass some day.
11646 as a first step toward using a common superclass some day.
DChangeLog-2010-01-2916292 superclass implementation. On Tiger, it also updates the layout.
/external/webkit/WebCore/
DChangeLog-2005-08-2318911 superclass constructors - there may be an allocated but
19526 superclass. This isn't necessary to fix the bug, but is better for clarity.
19530 switch parameter order to match superclass. Then pass the parameters to superclass's
19533 Pass parameters to superclass's constructor in the right order.
38741 (RenderSlider::slotClicked): Pass to superclass.
41696 the superclass.
46293 (RenderBR::setStyle): Don't call superclass setStyle, since
56528 feedback for button elements, and calls through to the superclass
56630 given that its superclass has a performClick: method.
57234 superclass if it appeared to succeed.
[all …]
DChangeLog-2009-06-161748 been removed (set but never used) and some places now rely on superclass
1763 …(WebCore::GIFImageDecoder::isSizeAvailable): Rely on superclass isSizeAvailable() for better failu…
1764 …eNowAvailable): Add return values for better failure handling, rely on superclass setSize() for ov…
1765 … store can be refcounted internally (Cairo won't be, Skia is), rely on superclass size() for bette…
1774 …(WebCore::JPEGImageDecoder::isSizeAvailable): Rely on superclass isSizeAvailable() for better fail…
1775 …location failures (won't happen with Cairo port, can in Skia), rely on superclass size() for bette…
1776 …* platform/image-decoders/jpeg/JPEGImageDecoder.h: Rely on superclass setSize() for overflow prote…
1779 …(WebCore::PNGImageDecoder::isSizeAvailable): Rely on superclass isSizeAvailable() for better failu…
1783 …(WebCore::PNGImageDecoder::headerAvailable): Rely on superclass isSizeAvailable() and setSize() fo…
16048 RenderBlock (superclass of RenderSVGBlock) would check intersection with the damageRect
[all …]
DChangeLog-2003-10-256638 (RenderPart::setWidget): If the view is a KHTMLView, tell the superclass not to
8569 of the superclass.
16599 * khtml/html/html_formimpl.h: Add new methods to common superclass.
DChangeLog-2006-05-1016058 classInfo is only for representing a c++ superclass relationship.
23060 (WebCore::RenderTableSection::lowestPosition): Override the superclass implementation
25384 (WebCore::MacFrame::createEmptyDocument): factored out part into the superclass
29250 call superclass.
36582 (RenderSVGText::RenderSVGText): just call superclass constructor.
DChangeLog-2008-08-1016108 calling the superclass.
63046 * dom/NodeList.h: This is now an abstract superclass of DynamicNodeList and StaticNodeList
DChangeLog-2010-01-2982942 Move m_context out of generator into a superclass
82946 and instead using a DOMObjectWithSVGContext superclass in JSDOMBinding.h.
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-1411874 Moved bogus invokeDefaultMethod() to superclass.
12197 (KJS::DeclaredFunctionImp::DeclaredFunctionImp): Pass body to superclass
14515 as inlining needed superclass stuff.
23702 Value, none of the superclass functionality is used.
DChangeLog18330 Change JSCell's superclass to NoncopyableCustomAllocated
18382 Change ParserArenaRefCounted's superclass to RefCountedCustomAllocated
18386 ParserArenaDeletable's superclass has been changed to RefCountedCustomAllocated.
DChangeLog-2008-08-1017060 …* wtf/HashFunctions.h: Explicitly use the superclass implementation of hash to avoid infinite recu…

12