Home
last modified time | relevance | path

Searched refs:constructors (Results 1 – 25 of 64) sorted by relevance

123

/external/webkit/WebCore/bindings/js/
DJSDOMGlobalObject.h53 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()
DJSDOMGlobalObject.cpp58 JSDOMConstructorMap::iterator end2 = constructors().end(); in markChildren()
59 for (JSDOMConstructorMap::iterator it2 = constructors().begin(); it2 != end2; ++it2) in markChildren()
DJSDOMBinding.cpp823 …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/
Dtst_qscriptvalue.h47 void constructors();
Dtst_qscriptvalue.cpp393 void tst_QScriptValue::constructors() in constructors() function in tst_QScriptValue
/external/webkit/WebKit/win/Interfaces/
DDOMWindow.idl63 // Global constructors
/external/protobuf/
DCONTRIBUTORS.txt65 * Fixed warnings about generated constructors not explicitly initializing
/external/elfutils/src/
Delf32-i386.script103 the constructors, so we make sure it is
/external/astl/include/
Dstreambuf148 // No copy constructors.
Dvector51 // . This class it is not fully STL compliant. Some constructors/methods maybe
Dstring46 // . This class it is not fully STL compliant. Some constructors/methods maybe
/external/qemu/
Dm68k.ld100 the constructors, so we make sure it is
Dx86_64.ld106 the constructors, so we make sure it is
Dppc.ld116 the constructors, so we make sure it is
Dia64.ld108 the constructors, so we make sure it is
/external/stlport/etc/
DReleaseNote.txt109 pass to container constructors.
DChangeLog-4.084 * _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/
DDOMWindow.idl317 // Global constructors
345 …// FIXME: Implement the commented-out global constructors for interfaces listed in DOM Level 3 Cor…
/external/bluetooth/glib/
DREADME.in34 constructors. The intent of this change is to better integrate
/external/tinyxml/
Dchanges.txt166 - Copy constructors and assignment have been a long time coming. Thanks to
/external/v8/
DChangeLog681 constructors.
1181 Changed the toString behavior on the built-in object constructors
1183 applications do not like constructors with complex toString
/external/bison/tests/
Dcalc.at99 are stored in a union, from which objects with constructors are
/external/jdiff/src/jdiff/
DRootDocToXML.java334 processConstructors(cd[i].constructors()); in processClasses()
/external/webkit/JavaScriptCore/
DChangeLog-2003-10-2530 … 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/
Dboilerplate.pro76 # two-argument constructors.

123