Home
last modified time | relevance | path

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

12

/external/webkit/WebCore/bindings/js/
DJSDOMGlobalObject.h52 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()
DJSDOMBinding.cpp539 …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()
DJSDOMGlobalObject.cpp86 JSDOMConstructorMap::iterator end2 = constructors().end(); in mark()
87 for (JSDOMConstructorMap::iterator it2 = constructors().begin(); it2 != end2; ++it2) { in mark()
/external/webkit/WebKit/win/Interfaces/
DDOMWindow.idl63 // Global constructors
/external/elfutils/src/
Delf32-i386.script103 the constructors, so we make sure it is
/external/webkit/WebCore/page/
DDOMWindow.idl223 // Global constructors
250 …// FIXME: Implement the commented-out global constructors for interfaces listed in DOM Level 3 Cor…
/external/qemu/
Dm68k.ld102 the constructors, so we make sure it is
Dx86_64.ld95 the constructors, so we make sure it is
Dppc.ld117 the constructors, so we make sure it is
Dia64.ld110 the constructors, so we make sure it is
/external/astl/include/
Dvector50 // . This class it is not fully STL compliant. Some constructors/methods maybe
Dstring41 // . This class it is not fully STL compliant. Some constructors/methods maybe
/external/tinyxml/
Dchanges.txt166 - Copy constructors and assignment have been a long time coming. Thanks to
/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
DChangeLog-2002-12-031674 Also get rid of many unneeded constructors, destructors, copy constructors, and
1728 (Reference::Reference): Added constructors for the numeric property name case.
DChangeLog-2008-08-101538 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/
DCarbonWindowAdapter.mm150 …common admonition about not calling virtual functions from within C++ constructors makes sense in …
/external/webkit/WebCore/
DChangeLog1822 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/
Dltmain.sh4346 # Don't allow lazy linking, it breaks C++ global constructors
/external/bluez/utils/
Dltmain.sh4395 # Don't allow lazy linking, it breaks C++ global constructors
/external/bluez/libs/
Dltmain.sh4395 # Don't allow lazy linking, it breaks C++ global constructors
/external/libffi/
Dltmain.sh4395 # Don't allow lazy linking, it breaks C++ global constructors
/external/dbus/
Dltmain.sh4377 # Don't allow lazy linking, it breaks C++ global constructors

12