Searched refs:constructors (Results 1 – 25 of 44) sorted by relevance
12
/external/webkit/WebCore/bindings/js/ |
D | JSDOMGlobalObject.h | 52 JSDOMConstructorMap& constructors() const { return d()->constructors; } in constructors() function 86 JSDOMConstructorMap constructors; member 113 … if (JSC::JSObject* constructor = globalObject->constructors().get(&ConstructorClass::s_info)) in getDOMConstructor() 116 ASSERT(!globalObject->constructors().contains(&ConstructorClass::s_info)); in getDOMConstructor() 117 globalObject->constructors().set(&ConstructorClass::s_info, constructor); in getDOMConstructor()
|
D | JSDOMBinding.cpp | 539 …JSDOMConstructorMap& constructors = static_cast<JSDOMGlobalObject*>(exec->lexicalGlobalObject())->… in getCachedDOMConstructor() local 540 return constructors.get(classInfo); in getCachedDOMConstructor() 545 …JSDOMConstructorMap& constructors = static_cast<JSDOMGlobalObject*>(exec->lexicalGlobalObject())->… in cacheDOMConstructor() local 546 ASSERT(!constructors.contains(classInfo)); in cacheDOMConstructor() 547 constructors.set(classInfo, constructor); in cacheDOMConstructor()
|
D | JSDOMGlobalObject.cpp | 86 JSDOMConstructorMap::iterator end2 = constructors().end(); in mark() 87 for (JSDOMConstructorMap::iterator it2 = constructors().begin(); it2 != end2; ++it2) { in mark()
|
/external/webkit/WebKit/win/Interfaces/ |
D | DOMWindow.idl | 63 // Global constructors
|
/external/elfutils/src/ |
D | elf32-i386.script | 103 the constructors, so we make sure it is
|
/external/webkit/WebCore/page/ |
D | DOMWindow.idl | 223 // Global constructors 250 …// FIXME: Implement the commented-out global constructors for interfaces listed in DOM Level 3 Cor…
|
/external/qemu/ |
D | m68k.ld | 102 the constructors, so we make sure it is
|
D | x86_64.ld | 95 the constructors, so we make sure it is
|
D | ppc.ld | 117 the constructors, so we make sure it is
|
D | ia64.ld | 110 the constructors, so we make sure it is
|
/external/astl/include/ |
D | vector | 50 // . This class it is not fully STL compliant. Some constructors/methods maybe
|
D | string | 41 // . This class it is not fully STL compliant. Some constructors/methods maybe
|
/external/tinyxml/ |
D | changes.txt | 166 - Copy constructors and assignment have been a long time coming. Thanks to
|
/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
|
D | ChangeLog-2002-12-03 | 1674 Also get rid of many unneeded constructors, destructors, copy constructors, and 1728 (Reference::Reference): Added constructors for the numeric property name case.
|
D | ChangeLog-2008-08-10 | 1538 implicit copy constructors to write data into registers. 2643 Made JSLock and JSLock::DropAllLocks constructors take a parameter to decide whether to 3570 constructors. 3576 * kjs/nodes.h: Remove obsolete PlacementNewAdopt constructors. 4050 function. Using manual locking and unlocking instead of constructors 4420 constructors can't be replaced by script, there's no reason to involve 7196 Made one of the constructors protected. 11312 Bug 18732: SQUIRRELFISH: exceptions thrown by native constructors are ignored 13442 execution of arbitrary code. (Not sure if any native constructors 13509 - Implement support for JS constructors [all …]
|
/external/webkit/WebKit/mac/Carbon/ |
D | CarbonWindowAdapter.mm | 150 …common admonition about not calling virtual functions from within C++ constructors makes sense in …
|
/external/webkit/WebCore/ |
D | ChangeLog | 1822 Changed single argument KURL constructors back to always expect an already encoded string, 6470 Bug 23237: Some HTML constructors in HTMLElementFactory needs 15311 This required generating constructors for the event 17736 Bug 22564: Make HTML elements' constructors take a QualifiedName 17739 Updated the remaining constructors. 18976 Bug 22564: Make HTML elements' constructors take a QualifiedName 18979 - Modified the remaining HTML elements' constructors to take a QualifiedName. 19556 Make more HTML elements' constructors take a QualifiedName. 19901 Element's other than HTML ones take a QualifiedName in their constructors. 20108 - Make the generated ElementFactory constructors return PassRefPtr instead of raw pointers. [all …]
|
/external/expat/conftools/ |
D | ltmain.sh | 4346 # Don't allow lazy linking, it breaks C++ global constructors
|
/external/bluez/utils/ |
D | ltmain.sh | 4395 # Don't allow lazy linking, it breaks C++ global constructors
|
/external/bluez/libs/ |
D | ltmain.sh | 4395 # Don't allow lazy linking, it breaks C++ global constructors
|
/external/libffi/ |
D | ltmain.sh | 4395 # Don't allow lazy linking, it breaks C++ global constructors
|
/external/dbus/ |
D | ltmain.sh | 4377 # Don't allow lazy linking, it breaks C++ global constructors
|
12