/external/protobuf/src/google/protobuf/ |
D | repeated_field.h | 931 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/ |
D | reflection.py | 125 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/ |
D | README.python | 27 This is our "page rendering superclass". It's pretty simple and has
|
D | INSTALL | 118 contains the CSPage superclass, and this file gives some pointers on
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_message.cc | 846 string superclass = SuperClassName(descriptor_); in GenerateStructors() local 855 "superclass", superclass); in GenerateStructors() 892 "superclass", superclass); in GenerateStructors()
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebBasePluginPackage.mm | 249 // Pass the MIME dictionary to the superclass to parse it.
|
/external/webkit/SunSpider/tests/parse-only/ |
D | prototype-1.6.0.3.js | 55 klass.superclass = parent; 79 var ancestor = this.superclass && this.superclass.prototype;
|
D | concat-jquery-mootools-prototype.js | 8434 klass.superclass = parent; 8458 var ancestor = this.superclass && this.superclass.prototype;
|
/external/protobuf/ |
D | CHANGES.txt | 280 * Don't pass self as first argument to superclass constructor (no longer
|
/external/webkit/WebKit/mac/WebView/ |
D | WebPDFView.mm | 506 // Surprisingly enough, this isn't defined in any superclass, though it is defined in assorted AppK…
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-16 | 1673 superclass initializers don't run when an object is
|
/external/sqlite/dist/ |
D | sqlite3.h.orig | 4309 ** 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/ |
D | ChangeLog-2006-02-09 | 2106 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.
|
D | ChangeLog-2007-10-14 | 1217 (-[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)
|
D | ChangeLog-2002-12-03 | 11644 as a first step toward using a common superclass some day. 11646 as a first step toward using a common superclass some day.
|
D | ChangeLog-2010-01-29 | 16292 superclass implementation. On Tiger, it also updates the layout.
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-08-23 | 18911 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 …]
|
D | ChangeLog-2009-06-16 | 1748 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 …]
|
D | ChangeLog-2003-10-25 | 6638 (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.
|
D | ChangeLog-2006-05-10 | 16058 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.
|
D | ChangeLog-2008-08-10 | 16108 calling the superclass. 63046 * dom/NodeList.h: This is now an abstract superclass of DynamicNodeList and StaticNodeList
|
D | ChangeLog-2010-01-29 | 82942 Move m_context out of generator into a superclass 82946 and instead using a DOMObjectWithSVGContext superclass in JSDOMBinding.h.
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 11874 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.
|
D | ChangeLog | 18330 Change JSCell's superclass to NoncopyableCustomAllocated 18382 Change ParserArenaRefCounted's superclass to RefCountedCustomAllocated 18386 ParserArenaDeletable's superclass has been changed to RefCountedCustomAllocated.
|
D | ChangeLog-2008-08-10 | 17060 …* wtf/HashFunctions.h: Explicitly use the superclass implementation of hash to avoid infinite recu…
|