Home
last modified time | relevance | path

Searched defs:object (Results 1 – 25 of 609) sorted by relevance

12345678910>>...25

/external/v8/src/
Daccessors.cc60 Object* Accessors::IllegalGetAccessor(Object* object, void*) { in IllegalGetAccessor()
78 Object* Accessors::ArrayGetLength(Object* object, void*) { in ArrayGetLength()
100 Object* Accessors::ArraySetLength(JSObject* object, Object* value, void*) { in ArraySetLength()
148 Object* Accessors::StringGetLength(Object* object, void*) { in StringGetLength()
170 Object* Accessors::ScriptGetSource(Object* object, void*) { in ScriptGetSource()
188 Object* Accessors::ScriptGetName(Object* object, void*) { in ScriptGetName()
206 Object* Accessors::ScriptGetId(Object* object, void*) { in ScriptGetId()
224 Object* Accessors::ScriptGetLineOffset(Object* object, void*) { in ScriptGetLineOffset()
242 Object* Accessors::ScriptGetColumnOffset(Object* object, void*) { in ScriptGetColumnOffset()
260 Object* Accessors::ScriptGetData(Object* object, void*) { in ScriptGetData()
[all …]
Dcontexts.cc38 GlobalObject* object = global(); in builtins() local
72 void Context::set_global_proxy(JSObject* object) { in set_global_proxy()
242 bool Context::IsBootstrappingOrContext(Object* object) { in IsBootstrappingOrContext()
249 bool Context::IsBootstrappingOrGlobalObject(Object* object) { in IsBootstrappingOrGlobalObject()
Dhandles.cc184 void NormalizeProperties(Handle<JSObject> object, in NormalizeProperties()
193 void NormalizeElements(Handle<JSObject> object) { in NormalizeElements()
198 void TransformToFastProperties(Handle<JSObject> object, in TransformToFastProperties()
220 Handle<Object> SetProperty(Handle<JSObject> object, in SetProperty()
228 Handle<Object> SetProperty(Handle<Object> object, in SetProperty()
237 Handle<Object> ForceSetProperty(Handle<JSObject> object, in ForceSetProperty()
246 Handle<Object> SetNormalizedProperty(Handle<JSObject> object, in SetNormalizedProperty()
255 Handle<Object> ForceDeleteProperty(Handle<JSObject> object, in ForceDeleteProperty()
262 Handle<JSObject> object, in IgnoreAttributesAndSetLocalProperty()
271 Handle<Object> SetPropertyWithInterceptor(Handle<JSObject> object, in SetPropertyWithInterceptor()
[all …]
/external/bluetooth/glib/gobject/
Dgobject.c112 #define OBJECT_HAS_TOGGLE_REF(object) \ argument
204 GObject *object = value; in debug_objects_foreach() local
308 g_object_notify_dispatcher (GObject *object, in g_object_notify_dispatcher()
685 g_object_init (GObject *object) in g_object_init()
709 g_object_do_set_property (GObject *object, in g_object_do_set_property()
723 g_object_do_get_property (GObject *object, in g_object_do_get_property()
737 g_object_real_dispose (GObject *object) in g_object_real_dispose()
745 g_object_finalize (GObject *object) in g_object_finalize()
763 g_object_dispatch_properties_changed (GObject *object, in g_object_dispatch_properties_changed()
783 g_object_run_dispose (GObject *object) in g_object_run_dispose()
[all …]
Dgobject.h52 #define G_OBJECT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), G_TYPE_OBJECT, GObject)) argument
66 #define G_IS_OBJECT(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), G_TYPE_OBJECT)) argument
83 #define G_OBJECT_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS ((object), G_TYPE_OBJECT, GObjectCla… argument
92 #define G_OBJECT_TYPE(object) (G_TYPE_FROM_INSTANCE (object)) argument
102 #define G_OBJECT_TYPE_NAME(object) (g_type_name (G_OBJECT_TYPE (object))) argument
147 #define G_INITIALLY_UNOWNED(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), G_TYPE_INITIAL… argument
162 #define G_IS_INITIALLY_UNOWNED(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), G_TYPE_INITIAL… argument
179 #define G_INITIALLY_UNOWNED_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS ((object), G_TYPE_INITIALL… argument
533 #define G_OBJECT_WARN_INVALID_PSPEC(object, pname, property_id, pspec) \ argument
555 #define G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec) \ argument
Dgobjectnotifyqueue.c68 g_object_notify_queue_freeze (GObject *object, in g_object_notify_queue_freeze()
90 g_object_notify_queue_thaw (GObject *object, in g_object_notify_queue_thaw()
130 g_object_notify_queue_clear (GObject *object, in g_object_notify_queue_clear()
141 g_object_notify_queue_add (GObject *object, in g_object_notify_queue_add()
162 g_object_notify_queue_from_object (GObject *object, in g_object_notify_queue_from_object()
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
Dforin-001.js40 function ForIn_1( object ) { argument
69 function ForIn_2( object ) { argument
100 function ForIn_3( object ) { argument
133 function ForIn_4( object ) { argument
180 function ForIn_5 (object) { argument
226 function ForIn_7( object ) { argument
265 function ForIn_8( object ) { argument
Dforin-002.js44 function ForIn_1( object) { argument
61 function ForIn_2(object) { argument
Ddowhile-006.js28 function looping( object ) { argument
44 function DoWhile( object ) { argument
/external/bluetooth/glib/tests/gobject/
Dreferences.c63 test_object_finalize (GObject *object) in test_object_finalize()
99 GObject *object) in weak_ref1()
109 GObject *object) in weak_ref2()
119 GObject *object, in toggle_ref1()
133 GObject *object, in toggle_ref2()
147 GObject *object, in toggle_ref3()
166 GObject *object; in main() local
/external/v8/src/mips/
Dstub-cache-mips.cc103 JSObject* object, in GenerateStoreField()
123 Register StubCompiler::CheckPrototypes(JSObject* object, in CheckPrototypes()
135 void StubCompiler::GenerateLoadField(JSObject* object, in GenerateLoadField()
147 void StubCompiler::GenerateLoadConstant(JSObject* object, in GenerateLoadConstant()
159 bool StubCompiler::GenerateLoadCallback(JSObject* object, in GenerateLoadCallback()
175 void StubCompiler::GenerateLoadInterceptor(JSObject* object, in GenerateLoadInterceptor()
195 Object* CallStubCompiler::CompileCallField(Object* object, in CompileCallField()
204 Object* CallStubCompiler::CompileCallConstant(Object* object, in CompileCallConstant()
214 Object* CallStubCompiler::CompileCallInterceptor(Object* object, in CompileCallInterceptor()
223 Object* CallStubCompiler::CompileCallGlobal(JSObject* object, in CompileCallGlobal()
[all …]
/external/webkit/WebCore/bindings/v8/
DV8Helpers.cpp41 void wrapNPObject(v8::Handle<v8::Object> object, NPObject* npObject) in wrapNPObject()
48 V8NPObject* object = reinterpret_cast<V8NPObject*>(npObject); in toV8Context() local
54 V8NPObject* object = reinterpret_cast<V8NPObject*>(npObject); in toV8Proxy() local
/external/webkit/WebCore/rendering/
DRenderMediaControlsChromium.cpp70 static bool paintMediaMuteButton(RenderObject* object, const RenderObject::PaintInfo& paintInfo, co… in paintMediaMuteButton()
86 static bool paintMediaPlayButton(RenderObject* object, const RenderObject::PaintInfo& paintInfo, co… in paintMediaPlayButton()
102 static bool paintMediaSlider(RenderObject* object, const RenderObject::PaintInfo& paintInfo, const … in paintMediaSlider()
150 static bool paintMediaSliderThumb(RenderObject* object, const RenderObject::PaintInfo& paintInfo, c… in paintMediaSliderThumb()
166 static bool paintMediaVolumeSlider(RenderObject* object, const RenderObject::PaintInfo& paintInfo, … in paintMediaVolumeSlider()
185 static bool paintMediaVolumeSliderThumb(RenderObject* object, const RenderObject::PaintInfo& paintI… in paintMediaVolumeSliderThumb()
194 static bool paintMediaTimelineContainer(RenderObject* object, const RenderObject::PaintInfo& paintI… in paintMediaTimelineContainer()
249 …olsChromium::paintMediaControlsPart(MediaControlElementType part, RenderObject* object, const Rend… in paintMediaControlsPart()
286 void RenderMediaControlsChromium::adjustMediaSliderThumbSize(RenderObject* object) in adjustMediaSliderThumbSize()
DRenderFileUploadControl.h70 inline RenderFileUploadControl* toRenderFileUploadControl(RenderObject* object) in toRenderFileUploadControl()
76 inline const RenderFileUploadControl* toRenderFileUploadControl(const RenderObject* object) in toRenderFileUploadControl()
DSVGRenderSupport.cpp49 IntRect SVGRenderBase::clippedOverflowRectForRepaint(RenderObject* object, RenderBoxModelObject* re… in clippedOverflowRectForRepaint()
62 void SVGRenderBase::computeRectForRepaint(RenderObject* object, RenderBoxModelObject* repaintContai… in computeRectForRepaint()
71 void SVGRenderBase::mapLocalToContainer(const RenderObject* object, RenderBoxModelObject* repaintCo… in mapLocalToContainer()
79 bool SVGRenderBase::prepareToRenderSVGContent(RenderObject* object, RenderObject::PaintInfo& paintI… in prepareToRenderSVGContent()
158 void SVGRenderBase::finishRenderSVGContent(RenderObject* object, RenderObject::PaintInfo& paintInfo… in finishRenderSVGContent()
263 bool SVGRenderBase::isOverflowHidden(const RenderObject* object) in isOverflowHidden()
/external/webkit/WebCore/bindings/js/
DJSSQLTransactionCustom.cpp59 JSObject* object = args.at(1).getObject(); in executeSql() local
92 JSObject* object = args.at(2).getObject(); in executeSql() local
103 JSObject* object = args.at(3).getObject(); in executeSql() local
/external/guava/src/com/google/common/collect/
DSingletonImmutableList.java49 @Override public int indexOf(@Nullable Object object) { in indexOf()
57 @Override public int lastIndexOf(@Nullable Object object) { in lastIndexOf()
79 @Override public boolean contains(@Nullable Object object) { in contains()
83 @Override public boolean equals(Object object) { in equals()
/external/webkit/WebKit/chromium/src/
DWebAccessibilityCacheImpl.cpp50 static PassRefPtr<AccessibilityObject> toAccessibilityObject(const WebAccessibilityObject& object) in toAccessibilityObject()
64 …tyCacheImpl::WeakHandle> WebAccessibilityCacheImpl::WeakHandle::create(AccessibilityObject* object) in create()
71 WebAccessibilityCacheImpl::WeakHandle::WeakHandle(AccessibilityObject* object) in WeakHandle()
149 int WebAccessibilityCacheImpl::addOrGetId(const WebAccessibilityObject& object) in addOrGetId()
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/regress/
Dregress-7703.js54 function inspect(object) { argument
70 function inspect_again(object) { argument
/external/webkit/WebCore/mathml/
DRenderMathMLBlock.h59 inline RenderMathMLBlock* toRenderMathMLBlock(RenderObject* object) in toRenderMathMLBlock()
65 inline const RenderMathMLBlock* toRenderMathMLBlock(const RenderObject* object) in toRenderMathMLBlock()
/external/webkit/JavaScriptCore/API/
DJSObjectRef.cpp84 …JSCallbackObject<JSObject>* object = new (exec) JSCallbackObject<JSObject>(exec, exec->lexicalGlob… in JSObjectMake() local
222 JSValueRef JSObjectGetPrototype(JSContextRef ctx, JSObjectRef object) in JSObjectGetPrototype()
231 void JSObjectSetPrototype(JSContextRef ctx, JSObjectRef object, JSValueRef value) in JSObjectSetPrototype()
242 bool JSObjectHasProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName) in JSObjectHasProperty()
252 JSValueRef JSObjectGetProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSVa… in JSObjectGetProperty()
268 void JSObjectSetProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef… in JSObjectSetProperty()
291 JSValueRef JSObjectGetPropertyAtIndex(JSContextRef ctx, JSObjectRef object, unsigned propertyIndex,… in JSObjectGetPropertyAtIndex()
308 void JSObjectSetPropertyAtIndex(JSContextRef ctx, JSObjectRef object, unsigned propertyIndex, JSVal… in JSObjectSetPropertyAtIndex()
324 bool JSObjectDeleteProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValue… in JSObjectDeleteProperty()
340 void* JSObjectGetPrivate(JSObjectRef object) in JSObjectGetPrivate()
[all …]
/external/bluetooth/glib/tests/refcount/
Dproperties2.c22 GObject object; member
102 my_test_dispose (GObject * object) in my_test_dispose()
114 my_test_get_property (GObject *object, in my_test_get_property()
135 my_test_set_property (GObject *object, in my_test_set_property()
158 dummy_notify (GObject *object, in dummy_notify()
/external/webkit/JavaScriptCore/API/tests/
Dtestapi.c136 static bool MyObject_hasProperty(JSContextRef context, JSObjectRef object, JSStringRef propertyName) in MyObject_hasProperty()
153 static JSValueRef MyObject_getProperty(JSContextRef context, JSObjectRef object, JSStringRef proper… in MyObject_getProperty()
186 static bool MyObject_setProperty(JSContextRef context, JSObjectRef object, JSStringRef propertyName… in MyObject_setProperty()
203 static bool MyObject_deleteProperty(JSContextRef context, JSObjectRef object, JSStringRef propertyN… in MyObject_deleteProperty()
219 static void MyObject_getPropertyNames(JSContextRef context, JSObjectRef object, JSPropertyNameAccum… in MyObject_getPropertyNames()
235 static JSValueRef MyObject_callAsFunction(JSContextRef context, JSObjectRef object, JSObjectRef thi… in MyObject_callAsFunction()
253 static JSObjectRef MyObject_callAsConstructor(JSContextRef context, JSObjectRef object, size_t argu… in MyObject_callAsConstructor()
286 static JSValueRef MyObject_convertToType(JSContextRef context, JSObjectRef object, JSType type, JSV… in MyObject_convertToType()
368 static JSValueRef EvilExceptionObject_convertToType(JSContextRef context, JSObjectRef object, JSTyp… in EvilExceptionObject_convertToType()
469 static JSValueRef Base_get(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueR… in Base_get()
[all …]
/external/chromium/base/
Dtask.h81 explicit ScopedRunnableMethodFactory(T* object) : weak_factory_(object) { in ScopedRunnableMethodFactory()
311 inline CancelableTask* NewRunnableMethod(T* object, Method method) { in NewRunnableMethod()
316 inline CancelableTask* NewRunnableMethod(T* object, Method method, const A& a) { in NewRunnableMethod()
323 inline CancelableTask* NewRunnableMethod(T* object, Method method, in NewRunnableMethod()
330 inline CancelableTask* NewRunnableMethod(T* object, Method method, in NewRunnableMethod()
337 inline CancelableTask* NewRunnableMethod(T* object, Method method, in NewRunnableMethod()
346 inline CancelableTask* NewRunnableMethod(T* object, Method method, in NewRunnableMethod()
358 inline CancelableTask* NewRunnableMethod(T* object, Method method, in NewRunnableMethod()
372 inline CancelableTask* NewRunnableMethod(T* object, Method method, in NewRunnableMethod()
573 typename Callback0::Type* NewCallback(T* object, void (T::*method)()) { in NewCallback()
[all …]
/external/webkit/WebCore/svg/graphics/
DSVGPaintServerGradient.cpp130 static inline AffineTransform absoluteTransformForRenderer(const RenderObject* object) in absoluteTransformForRenderer()
145 OwnPtr<ImageBuffer>& imageBuffer, const RenderObject* object) in createMaskAndSwapContextForTextGradient()
175 OwnPtr<ImageBuffer>& imageBuffer, const RenderObject* object, in clipToTextMask()
192 bool SVGPaintServerGradient::setup(GraphicsContext*& context, const RenderObject* object, const Ren… in setup() argument
252 void SVGPaintServerGradient::teardown(GraphicsContext*& context, const RenderObject* object, SVGPai… in setup() argument

12345678910>>...25