Searched refs:constructors (Results 1 – 25 of 64) sorted by relevance
123
/external/webkit/WebCore/bindings/js/ |
D | JSDOMGlobalObject.h | 53 JSDOMConstructorMap& constructors() const { return d()->constructors; } in constructors() function 84 JSDOMConstructorMap constructors; member 100 … if (JSC::JSObject* constructor = globalObject->constructors().get(&ConstructorClass::s_info)) in getDOMConstructor() 103 ASSERT(!globalObject->constructors().contains(&ConstructorClass::s_info)); in getDOMConstructor() 104 globalObject->constructors().set(&ConstructorClass::s_info, constructor); in getDOMConstructor()
|
D | JSDOMGlobalObject.cpp | 58 JSDOMConstructorMap::iterator end2 = constructors().end(); in markChildren() 59 for (JSDOMConstructorMap::iterator it2 = constructors().begin(); it2 != end2; ++it2) in markChildren()
|
D | JSDOMBinding.cpp | 823 …JSDOMConstructorMap& constructors = static_cast<JSDOMGlobalObject*>(exec->lexicalGlobalObject())->… in getCachedDOMConstructor() local 824 return constructors.get(classInfo); in getCachedDOMConstructor() 829 …JSDOMConstructorMap& constructors = static_cast<JSDOMGlobalObject*>(exec->lexicalGlobalObject())->… in cacheDOMConstructor() local 830 ASSERT(!constructors.contains(classInfo)); in cacheDOMConstructor() 831 constructors.set(classInfo, constructor); in cacheDOMConstructor()
|
/external/webkit/JavaScriptCore/qt/tests/qscriptvalue/ |
D | tst_qscriptvalue.h | 47 void constructors();
|
D | tst_qscriptvalue.cpp | 393 void tst_QScriptValue::constructors() in constructors() function in tst_QScriptValue
|
/external/webkit/WebKit/win/Interfaces/ |
D | DOMWindow.idl | 63 // Global constructors
|
/external/protobuf/ |
D | CONTRIBUTORS.txt | 65 * Fixed warnings about generated constructors not explicitly initializing
|
/external/elfutils/src/ |
D | elf32-i386.script | 103 the constructors, so we make sure it is
|
/external/astl/include/ |
D | streambuf | 148 // No copy constructors.
|
D | vector | 51 // . This class it is not fully STL compliant. Some constructors/methods maybe
|
D | string | 46 // . This class it is not fully STL compliant. Some constructors/methods maybe
|
/external/qemu/ |
D | m68k.ld | 100 the constructors, so we make sure it is
|
D | x86_64.ld | 106 the constructors, so we make sure it is
|
D | ppc.ld | 116 the constructors, so we make sure it is
|
D | ia64.ld | 108 the constructors, so we make sure it is
|
/external/stlport/etc/ |
D | ReleaseNote.txt | 109 pass to container constructors.
|
D | ChangeLog-4.0 | 84 * _rope.h : added default constructors to please gcc-2.7.2 182 * _complex.h : fixed complex<>::operator= and constructors signature to take const T& 289 …* debug/_iterator.h, debug/_vector.h - fixed relaxed iterator constructors (thanks to Dave Abraham…
|
/external/webkit/WebCore/page/ |
D | DOMWindow.idl | 317 // Global constructors 345 …// FIXME: Implement the commented-out global constructors for interfaces listed in DOM Level 3 Cor…
|
/external/bluetooth/glib/ |
D | README.in | 34 constructors. The intent of this change is to better integrate
|
/external/tinyxml/ |
D | changes.txt | 166 - Copy constructors and assignment have been a long time coming. Thanks to
|
/external/v8/ |
D | ChangeLog | 681 constructors. 1181 Changed the toString behavior on the built-in object constructors 1183 applications do not like constructors with complex toString
|
/external/bison/tests/ |
D | calc.at | 99 are stored in a union, from which objects with constructors are
|
/external/jdiff/src/jdiff/ |
D | RootDocToXML.java | 334 processConstructors(cd[i].constructors()); in processClasses()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2003-10-25 | 30 … first parameter is a variable declaration list. Call reverseList as we do in other constructors 189 (CString::CString): Set up the length properly in all the constructors. Also add a new 1138 to those functions in the constructors, and friend declarations as needed so the class
|
/external/proguard/src/proguard/gui/ |
D | boilerplate.pro | 76 # two-argument constructors.
|
123