Searched refs:Constructor (Results 1 - 25 of 187) sorted by relevance

12345678

/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
H A DTestInterfaceConstructor3.idl33 Constructor(DOMString stringArg),
H A DTestInterfaceConstructor2.idl41 Constructor(DOMString stringArg),
42 Constructor(Dictionary dictionaryArg),
43 Constructor(sequence<sequence<DOMString>> stringSequenceSequenceArg),
44 Constructor(
H A DTestInterfaceConstructor.idl33 Constructor,
34 Constructor(
43 Constructor(DOMString arg, optional DOMString optArg),
44 Constructor(DOMString arg, DOMString arg2, DOMString arg3),
48 RaisesException=Constructor,
H A DTestInterfaceWillBeGarbageCollected.idl32 Constructor(DOMString str),
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimation.idl35 Constructor(Element? target, sequence<Dictionary> keyframes),
36 Constructor(Element? target, sequence<Dictionary> keyframes, double timingInput),
37 Constructor(Element? target, sequence<Dictionary> keyframes, Dictionary timingInput),
38 RaisesException=Constructor,
/external/chromium_org/ui/ozone/
H A Dplatform_constructor_list.h15 typedef T* (*Constructor)(); typedef in struct:ui::PlatformConstructorList
16 static const Constructor kConstructors[kPlatformCount];
H A Dplatform_object_internal.h17 typedef typename PlatformConstructorList<T>::Constructor Constructor; typedef
23 Constructor constructor = PlatformConstructorList<T>::kConstructors[platform];
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCSessionDescription.idl33 Constructor(optional Dictionary descriptionInitDict),
34 RaisesException=Constructor
H A DRTCIceCandidate.idl33 Constructor(Dictionary dictionary),
34 RaisesException=Constructor
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DOfflineAudioContext.idl27 Constructor(unsigned long numberOfChannels, unsigned long numberOfFrames, float sampleRate),
29 RaisesException=Constructor,
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DImageData.idl32 Constructor(unsigned long width, unsigned long height),
33 Constructor(Uint8ClampedArray data, unsigned long width, [Default=Undefined] optional unsigned long height),
35 RaisesException=Constructor,
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DPath2D.idl32 Constructor,
33 Constructor(Path2D path),
34 Constructor(DOMString text),
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
H A DFastConstructor.java18 import java.lang.reflect.Constructor;
23 FastConstructor(FastClass fc, Constructor constructor) {
28 return ((Constructor)member).getParameterTypes();
32 return ((Constructor)member).getExceptionTypes();
43 public Constructor getJavaConstructor() {
44 return (Constructor)member;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DComment.idl21 Constructor(optional DOMString data = ""),
H A DURL.idl30 Constructor(ScalarValueString url),
31 Constructor(ScalarValueString url, ScalarValueString base),
32 Constructor(ScalarValueString url, URL base),
35 RaisesException=Constructor,
H A DDocumentFragment.idl21 Constructor,
/external/mockito/src/org/mockito/internal/util/reflection/
H A DConstructors.java3 import java.lang.reflect.Constructor;
13 public static Constructor<?> noArgConstructorOf(Class<?> classToMock) {
/external/chromium_org/v8/test/webkit/
H A Dinstance-of-immediates.js26 // A Constructor to use check for instances of, and an instance called obj.
27 function Constructor() {} function
28 var obj = new Constructor();
30 // Run a batch of tests; call'testInstanceOf' three times, passing 1, {}, and the object 'obj', which is an instance of Constructor.
46 // Test set 3, test passing Constructor as the constructor to be tested for.
47 // Nothing should except, the third test should pass, since obj is an instance of Constructor.
48 testSet("Constructor", { "1":shouldBeFalse, "{}":shouldBeFalse, "obj":shouldBeTrue }); class
50 // Test set 4, test passing Constructor as the constructor to be tested for - with Constructor.prototype set to the integer 1.
51 // Constructor
[all...]
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DSharedWorker.idl36 Constructor(DOMString scriptURL, optional DOMString name = null),
38 RaisesException=Constructor,
H A DWorker.idl32 Constructor(DOMString scriptUrl),
34 RaisesException=Constructor,
/external/chromium_org/third_party/WebKit/Source/modules/encoding/
H A DTextEncoder.idl34 Constructor(optional DOMString utfLabel = "utf-8"),
35 RaisesException=Constructor,
/external/objenesis/main/src/org/objenesis/instantiator/sun/
H A DSunReflectionFactoryInstantiator.java18 import java.lang.reflect.Constructor;
34 private final Constructor mungedConstructor;
37 Constructor javaLangObjectConstructor = getJavaLangObjectConstructor();
52 private static Constructor getJavaLangObjectConstructor() {
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DDOMParser.idl22 Constructor
H A DXMLSerializer.idl23 Constructor
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechGrammar.idl29 Constructor

Completed in 2309 milliseconds

12345678