Searched defs:object (Results 151 - 175 of 626) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DNumberConstructor.cpp75 bool NumberConstructor::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
108 NumberObject* object = NumberObject::create(exec->vm(), asInternalFunction(exec->callee())->globalObject()->numberObjectStructure()); local
H A DRegExpPrototype.cpp68 bool RegExpPrototype::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot &slot) argument
H A DStringConstructor.cpp63 bool StringConstructor::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot &slot) argument
/macosx-10.10/WTF-7600.1.24/wtf/
H A DRefCounted.h131 inline void adopted(RefCountedBase* object) argument
/macosx-10.10/WTF-7600.1.24/wtf/win/
H A DGDIObject.h70 GDIObject(T object) : m_object(object) { } argument
79 T object = m_object; local
86 T object = m_object; local
98 auto object = WTF::move(other); local
103 template<typename T> inline GDIObject<T> adoptGDIObject(T object) argument
114 deleteObject(T object) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DMediaConstraintsImpl.cpp46 RefPtr<MediaConstraintsImpl> object = adoptRef(new MediaConstraintsImpl()); local
/macosx-10.10/WebCore-7600.1.25/bindings/gobject/
H A DDOMObjectCache.cpp30 GObject* object; member in struct:WebKit::__anon5588
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSDOMStringMapCustom.cpp49 void JSDOMStringMap::getOwnPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
H A DJSDeviceMotionEventCustom.cpp120 JSObject* object = constructEmptyObject(exec); local
129 JSObject* object = constructEmptyObject(exec); local
[all...]
H A DJSHistoryCustom.cpp103 void JSHistory::getOwnPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
H A DJSStorageCustom.cpp85 void JSStorage::getOwnPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/GObject/
H A DWebKitDOMTestCustomNamedGetter.cpp69 static void webkit_dom_test_custom_named_getter_finalize(GObject* object) argument
81 GObject* object = G_OBJECT_CLASS(webkit_dom_test_custom_named_getter_parent_class)->constructor(type, constructPropertiesCount, constructProperties); local
H A DWebKitDOMTestGenerateIsReachable.cpp69 static void webkit_dom_test_generate_is_reachable_finalize(GObject* object) argument
81 GObject* object = G_OBJECT_CLASS(webkit_dom_test_generate_is_reachable_parent_class)->constructor(type, constructPropertiesCount, constructProperties); local
H A DWebKitDOMTestMediaQueryListListener.cpp69 static void webkit_dom_test_media_query_list_listener_finalize(GObject* object) argument
81 GObject* object = G_OBJECT_CLASS(webkit_dom_test_media_query_list_listener_parent_class)->constructor(type, constructPropertiesCount, constructProperties); local
H A DWebKitDOMTestNamedConstructor.cpp69 static void webkit_dom_test_named_constructor_finalize(GObject* object) argument
81 GObject* object = G_OBJECT_CLASS(webkit_dom_test_named_constructor_parent_class)->constructor(type, constructPropertiesCount, constructProperties); local
H A DWebKitDOMTestOverloadedConstructors.cpp69 static void webkit_dom_test_overloaded_constructors_finalize(GObject* object) argument
81 GObject* object = G_OBJECT_CLASS(webkit_dom_test_overloaded_constructors_parent_class)->constructor(type, constructPropertiesCount, constructProperties); local
H A DWebKitDOMreadonly.cpp69 static void webkit_dom_readonly_finalize(GObject* object) argument
81 GObject* object = G_OBJECT_CLASS(webkit_dom_readonly_parent_class)->constructor(type, constructPropertiesCount, constructProperties); local
/macosx-10.10/WebCore-7600.1.25/bridge/c/
H A Dc_utility.cpp87 JSObject* object = asObject(value); local
/macosx-10.10/WebCore-7600.1.25/bridge/
H A Druntime_method.cpp65 bool RuntimeMethod::getOwnPropertySlot(JSObject* object, ExecState* exec, PropertyName propertyName, PropertySlot &slot) argument
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLVertexArrayObjectOES.cpp65 void WebGLVertexArrayObjectOES::deleteObjectImpl(GraphicsContext3D* context3d, Platform3DObject object) argument
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DCommandLineAPIHost.cpp95 void CommandLineAPIHost::inspectImpl(PassRefPtr<InspectorValue> object, PassRefPtr<InspectorValue> hints) argument
127 void CommandLineAPIHost::addInspectedObject(std::unique_ptr<CommandLineAPIHost::InspectableObject> object) argument
/macosx-10.10/WebCore-7600.1.25/platform/ios/wak/
H A DWKUtilities.c44 WKObjectRef object = (WKObjectRef)o; local
59 WKObjectRef object = (WKObjectRef)o; local
87 WKObjectRef object = (WKObjectRef)calloc (size, 1); local
124 WKGetClassInfo(WKObjectRef object) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DImageQualityController.cpp48 void ImageQualityController::removeLayer(RenderBoxModelObject* object, LayerSizeMap* innerMap, const void* layer) argument
57 void ImageQualityController::set(RenderBoxModelObject* object, LayerSizeMap* innerMap, const void* layer, const LayoutSize& size) argument
68 void ImageQualityController::removeObject(RenderBoxModelObject* object) argument
102 bool ImageQualityController::shouldPaintAtLowQuality(GraphicsContext* context, RenderBoxModelObject* object, Image* image, const void *layer, const LayoutSize& size) argument
[all...]
H A DLogicalSelectionOffsetCaches.h28 static inline bool isContainingBlockCandidateForAbsolutelyPositionedObject(RenderElement& object) argument
36 static inline bool isNonRenderBlockInline(RenderElement& object) argument
43 RenderElement* object = parent; local
52 RenderElement* object = parent; local
71 RenderElement* object = parent; local
[all...]
H A DRenderFullScreen.cpp107 RenderFullScreen* RenderFullScreen::wrapRenderer(RenderObject* object, RenderElement* parent, Document& document) argument
[all...]

Completed in 264 milliseconds

1234567891011>>