Home
last modified time | relevance | path

Searched defs:imp (Results 1 – 25 of 67) sorted by relevance

123

/external/webkit/Source/WebCore/bindings/scripts/test/V8/
DV8TestObj.cpp58 TestObj* imp = V8TestObj::toNative(info.Holder()); in readOnlyIntAttrAttrGetter() local
65 TestObj* imp = V8TestObj::toNative(info.Holder()); in readOnlyStringAttrAttrGetter() local
72 TestObj* imp = V8TestObj::toNative(info.Holder()); in readOnlyTestObjAttrAttrGetter() local
86 TestObj* imp = V8TestObj::toNative(info.Holder()); in shortAttrAttrGetter() local
93 TestObj* imp = V8TestObj::toNative(info.Holder()); in shortAttrAttrSetter() local
102 TestObj* imp = V8TestObj::toNative(info.Holder()); in unsignedShortAttrAttrGetter() local
109 TestObj* imp = V8TestObj::toNative(info.Holder()); in unsignedShortAttrAttrSetter() local
118 TestObj* imp = V8TestObj::toNative(info.Holder()); in intAttrAttrGetter() local
125 TestObj* imp = V8TestObj::toNative(info.Holder()); in intAttrAttrSetter() local
134 TestObj* imp = V8TestObj::toNative(info.Holder()); in longLongAttrAttrGetter() local
[all …]
/external/webkit/Source/WebCore/bindings/js/
DJSCoordinatesCustom.cpp37 Coordinates* imp = impl(); in altitude() local
45 Coordinates* imp = impl(); in altitudeAccuracy() local
53 Coordinates* imp = impl(); in heading() local
61 Coordinates* imp = impl(); in speed() local
DJSHTMLOptionsCollectionCustom.cpp40 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl()); in length() local
46 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl()); in setLength() local
65 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl()); in indexSetter() local
72 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl()); in add() local
93 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl()); in remove() local
DJSDeviceOrientationEventCustom.cpp40 DeviceOrientationEvent* imp = static_cast<DeviceOrientationEvent*>(impl()); in alpha() local
48 DeviceOrientationEvent* imp = static_cast<DeviceOrientationEvent*>(impl()); in beta() local
56 DeviceOrientationEvent* imp = static_cast<DeviceOrientationEvent*>(impl()); in gamma() local
76 DeviceOrientationEvent* imp = static_cast<DeviceOrientationEvent*>(impl()); in initDeviceOrientationEvent() local
DJSHTMLFrameElementCustom.cpp44 static inline bool allowSettingJavascriptURL(ExecState* exec, HTMLFrameElement* imp, const String& … in allowSettingJavascriptURL()
56 HTMLFrameElement* imp = static_cast<HTMLFrameElement*>(impl()); in setLocation() local
DJSDeviceMotionEventCustom.cpp134 DeviceMotionEvent* imp = static_cast<DeviceMotionEvent*>(impl()); in acceleration() local
142 DeviceMotionEvent* imp = static_cast<DeviceMotionEvent*>(impl()); in accelerationIncludingGravity() local
150 DeviceMotionEvent* imp = static_cast<DeviceMotionEvent*>(impl()); in rotationRate() local
158 DeviceMotionEvent* imp = static_cast<DeviceMotionEvent*>(impl()); in interval() local
187 DeviceMotionEvent* imp = static_cast<DeviceMotionEvent*>(impl()); in initDeviceMotionEvent() local
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
DJSTestObj.cpp285 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); in jsTestObjReadOnlyIntAttr() local
294 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); in jsTestObjReadOnlyStringAttr() local
303 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); in jsTestObjReadOnlyTestObjAttr() local
312 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); in jsTestObjShortAttr() local
321 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); in jsTestObjUnsignedShortAttr() local
330 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); in jsTestObjIntAttr() local
339 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); in jsTestObjLongLongAttr() local
348 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); in jsTestObjUnsignedLongLongAttr() local
357 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); in jsTestObjStringAttr() local
366 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); in jsTestObjTestObjAttr() local
[all …]
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8ConsoleCustom.cpp54 Console* imp = V8Console::toNative(info.Holder()); in profilesAccessorGetter() local
68 Console* imp = V8Console::toNative(args.Holder()); in traceCallback() local
78 Console* imp = V8Console::toNative(args.Holder()); in assertCallback() local
90 Console* imp = V8Console::toNative(args.Holder()); in profileCallback() local
102 Console* imp = V8Console::toNative(args.Holder()); in profileEndCallback() local
115 Console* imp = V8Console::toNative(info.Holder()); in memoryAccessorGetter() local
DV8XSLTProcessorCustom.cpp62 XSLTProcessor* imp = V8XSLTProcessor::toNative(args.Holder()); in importStylesheetCallback() local
76 XSLTProcessor* imp = V8XSLTProcessor::toNative(args.Holder()); in transformToFragmentCallback() local
92 XSLTProcessor* imp = V8XSLTProcessor::toNative(args.Holder()); in transformToDocumentCallback() local
112 XSLTProcessor* imp = V8XSLTProcessor::toNative(args.Holder()); in setParameterCallback() local
129 XSLTProcessor* imp = V8XSLTProcessor::toNative(args.Holder()); in getParameterCallback() local
146 XSLTProcessor* imp = V8XSLTProcessor::toNative(args.Holder()); in removeParameterCallback() local
DV8CoordinatesCustom.cpp39 Coordinates* imp = V8Coordinates::toNative(holder); in altitudeAccessorGetter() local
49 Coordinates* imp = V8Coordinates::toNative(holder); in altitudeAccuracyAccessorGetter() local
59 Coordinates* imp = V8Coordinates::toNative(holder); in headingAccessorGetter() local
69 Coordinates* imp = V8Coordinates::toNative(holder); in speedAccessorGetter() local
DV8HTMLInputElementCustom.cpp45 HTMLInputElement* imp = V8HTMLInputElement::toNative(holder); in selectionStartAccessorGetter() local
58 HTMLInputElement* imp = V8HTMLInputElement::toNative(holder); in selectionStartAccessorSetter() local
71 HTMLInputElement* imp = V8HTMLInputElement::toNative(holder); in selectionEndAccessorGetter() local
84 HTMLInputElement* imp = V8HTMLInputElement::toNative(holder); in selectionEndAccessorSetter() local
98 HTMLInputElement* imp = V8HTMLInputElement::toNative(holder); in setSelectionRangeCallback() local
DV8DataViewCustom.cpp62 DataView* imp = V8DataView::toNative(args.Holder()); in getInt8Callback() local
79 DataView* imp = V8DataView::toNative(args.Holder()); in getUint8Callback() local
96 DataView* imp = V8DataView::toNative(args.Holder()); in setInt8Callback() local
112 DataView* imp = V8DataView::toNative(args.Holder()); in setUint8Callback() local
DV8DeviceOrientationEventCustom.cpp44 DeviceOrientationEvent* imp = V8DeviceOrientationEvent::toNative(holder); in alphaAccessorGetter() local
54 DeviceOrientationEvent* imp = V8DeviceOrientationEvent::toNative(holder); in betaAccessorGetter() local
64 DeviceOrientationEvent* imp = V8DeviceOrientationEvent::toNative(holder); in gammaAccessorGetter() local
72 DeviceOrientationEvent* imp = V8DeviceOrientationEvent::toNative(args.Holder()); in initDeviceOrientationEventCallback() local
DV8HTMLAllCollectionCustom.cpp89 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(info.Holder()); in namedPropertyGetter() local
96 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(args.Holder()); in itemCallback() local
103 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(args.Holder()); in namedItemCallback() local
118 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(args.Holder()); in callAsFunctionCallback() local
DV8SVGLengthCustom.cpp46 SVGLength& imp = wrapper->propertyReference(); in valueAccessorGetter() local
70 SVGLength& imp = wrapper->propertyReference(); in valueAccessorSetter() local
91 SVGLength& imp = wrapper->propertyReference(); in convertToSpecifiedUnitsCallback() local
DV8HTMLCollectionCustom.cpp92 HTMLCollection* imp = V8HTMLCollection::toNative(info.Holder()); in namedPropertyGetter() local
99 HTMLCollection* imp = V8HTMLCollection::toNative(args.Holder()); in itemCallback() local
106 HTMLCollection* imp = V8HTMLCollection::toNative(args.Holder()); in namedItemCallback() local
121 HTMLCollection* imp = V8HTMLCollection::toNative(args.Holder()); in callAsFunctionCallback() local
DV8NodeCustom.cpp65 Node* imp = V8Node::toNative(holder); in insertBeforeCallback() local
84 Node* imp = V8Node::toNative(holder); in replaceChildCallback() local
102 Node* imp = V8Node::toNative(holder); in removeChildCallback() local
120 Node* imp = V8Node::toNative(holder); in appendChildCallback() local
DV8HTMLOptionsCollectionCustom.cpp50 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(args.Holder()); in removeCallback() local
62 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(args.Holder()); in addCallback() local
91 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(info.Holder()); in lengthAccessorGetter() local
99 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(info.Holder()); in lengthAccessorSetter() local
DV8HTMLOutputElementCustom.cpp44 HTMLOutputElement* imp = V8HTMLOutputElement::toNative(info.Holder()); in htmlForAccessorGetter() local
51 HTMLOutputElement* imp = V8HTMLOutputElement::toNative(info.Holder()); in htmlForAccessorSetter() local
DV8HTMLDataGridElementCustom.cpp47 HTMLDataGridElement* imp = V8DOMWrapper::convertDOMWrapperToNode<HTMLDataGridElement>(holder); in ACCESSOR_GETTER() local
58 HTMLDataGridElement* imp = V8DOMWrapper::convertDOMWrapperToNode<HTMLDataGridElement>(holder); in ACCESSOR_SETTER() local
DV8DeviceMotionEventCustom.cpp130 DeviceMotionEvent* imp = V8DeviceMotionEvent::toNative(holder); in accelerationAccessorGetter() local
140 DeviceMotionEvent* imp = V8DeviceMotionEvent::toNative(holder); in accelerationIncludingGravityAccessorGetter() local
150 DeviceMotionEvent* imp = V8DeviceMotionEvent::toNative(holder); in rotationRateAccessorGetter() local
160 DeviceMotionEvent* imp = V8DeviceMotionEvent::toNative(holder); in intervalAccessorGetter() local
168 DeviceMotionEvent* imp = V8DeviceMotionEvent::toNative(args.Holder()); in initDeviceMotionEventCallback() local
DV8NamedNodeMapCustom.cpp49 NamedNodeMap* imp = V8NamedNodeMap::toNative(info.Holder()); in indexedPropertyGetter() local
70 NamedNodeMap* imp = V8NamedNodeMap::toNative(info.Holder()); in namedPropertyGetter() local
DV8HTMLSelectElementCustom.cpp69 HTMLSelectElement* imp = V8HTMLSelectElement::toNative(args.Holder()); in removeCallback() local
73 v8::Handle<v8::Value> removeElement(HTMLSelectElement* imp, const v8::Arguments& args) in removeElement()
DV8DirectoryEntryCustom.cpp52 DirectoryEntry* imp = V8DirectoryEntry::toNative(args.Holder()); in getDirectoryCallback() local
95 DirectoryEntry* imp = V8DirectoryEntry::toNative(args.Holder()); in getFileCallback() local
/external/icu4c/test/intltest/
Dsimplethread.cpp166 Win32ThreadImplementation *imp = new Win32ThreadImplementation; in SimpleThread() local
176 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; in ~SimpleThread() local
188 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; in start() local
230 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; in isRunning() local
332 PosixThreadImplementation *imp = (PosixThreadImplementation*)This->fImplementation; in SimpleThreadProc() local
341 PosixThreadImplementation *imp = new PosixThreadImplementation; in SimpleThread() local
349 PosixThreadImplementation *imp = (PosixThreadImplementation*)fImplementation; in ~SimpleThread() local
363 PosixThreadImplementation *imp = (PosixThreadImplementation*)fImplementation; in start() local
410 PosixThreadImplementation *imp = (PosixThreadImplementation*)fImplementation; in isRunning() local

123