object 2 LayoutTests/http/tests/loading/nested_bad_objects.php if (isset($_GET['object'])) { object 685 Source/bindings/templates/interface.cpp void {{v8_class}}::visitDOMWrapper(void* object, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate) object 687 Source/bindings/templates/interface.cpp {{cpp_class}}* impl = fromInternalPointer(object); object 708 Source/bindings/templates/interface.cpp setObjectGroup(object, wrapper, isolate); object 926 Source/bindings/templates/interface.cpp what prototype is actually set on the object. #} object 1192 Source/bindings/templates/interface.cpp EventTarget* {{v8_class}}::toEventTarget(v8::Handle<v8::Object> object) object 1194 Source/bindings/templates/interface.cpp return toNative(object); object 1290 Source/bindings/templates/interface.cpp object in the V8 heap, not in the ArrayBuffer constructor itself. object 1292 Source/bindings/templates/interface.cpp until the object is exposed to JavaScript, V8 GC doesn't affect it. #} object 1309 Source/bindings/templates/interface.cpp void {{v8_class}}::derefObject(void* object) object 1314 Source/bindings/templates/interface.cpp fromInternalPointer(object)->deref(); object 33 Source/bindings/templates/interface.h static {{cpp_class}}* toNative(v8::Handle<v8::Object> object) object 35 Source/bindings/templates/interface.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 116 Source/bindings/templates/interface.h * a persistent handle (if the object is in oilpan) or object 117 Source/bindings/templates/interface.h * a C++ pointer to the DOM object (if the object is not in oilpan) #} object 133 Source/bindings/templates/interface.h static inline {{cpp_class}}* fromInternalPointer(void* object) object 136 Source/bindings/templates/interface.h return static_cast<{{cpp_class}}*>(V8{{parent_interface}}::fromInternalPointer(object)); object 138 Source/bindings/templates/interface.h return static_cast<{{cpp_class}}*>(object); object 17 Source/bindings/templates/interface_base.cpp static void initializeScriptWrappableForInterface({{cpp_class}}* object) object 19 Source/bindings/templates/interface_base.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 20 Source/bindings/templates/interface_base.cpp ScriptWrappable::setTypeInfoInObject(object, &{{v8_class}}::wrapperTypeInfo); object 35 Source/bindings/templates/interface_base.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::{{cpp_class}}* object) object 37 Source/bindings/templates/interface_base.cpp WebCore::initializeScriptWrappableForInterface(object); object 25 Source/bindings/tests/results/V8SVGTestInterface.cpp static void initializeScriptWrappableForInterface(SVGTestInterface* object) object 27 Source/bindings/tests/results/V8SVGTestInterface.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 28 Source/bindings/tests/results/V8SVGTestInterface.cpp ScriptWrappable::setTypeInfoInObject(object, &V8SVGTestInterface::wrapperTypeInfo); object 35 Source/bindings/tests/results/V8SVGTestInterface.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::SVGTestInterface* object) object 37 Source/bindings/tests/results/V8SVGTestInterface.cpp WebCore::initializeScriptWrappableForInterface(object); object 150 Source/bindings/tests/results/V8SVGTestInterface.cpp void V8SVGTestInterface::derefObject(void* object) object 152 Source/bindings/tests/results/V8SVGTestInterface.cpp fromInternalPointer(object)->deref(); object 23 Source/bindings/tests/results/V8SVGTestInterface.h static SVGTestInterface* toNative(v8::Handle<v8::Object> object) object 25 Source/bindings/tests/results/V8SVGTestInterface.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 36 Source/bindings/tests/results/V8SVGTestInterface.h static inline SVGTestInterface* fromInternalPointer(void* object) object 38 Source/bindings/tests/results/V8SVGTestInterface.h return static_cast<SVGTestInterface*>(object); object 23 Source/bindings/tests/results/V8TestException.cpp static void initializeScriptWrappableForInterface(TestException* object) object 25 Source/bindings/tests/results/V8TestException.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 26 Source/bindings/tests/results/V8TestException.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestException::wrapperTypeInfo); object 33 Source/bindings/tests/results/V8TestException.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestException* object) object 35 Source/bindings/tests/results/V8TestException.cpp WebCore::initializeScriptWrappableForInterface(object); object 164 Source/bindings/tests/results/V8TestException.cpp void V8TestException::derefObject(void* object) object 166 Source/bindings/tests/results/V8TestException.cpp fromInternalPointer(object)->deref(); object 23 Source/bindings/tests/results/V8TestException.h static TestException* toNative(v8::Handle<v8::Object> object) object 25 Source/bindings/tests/results/V8TestException.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 36 Source/bindings/tests/results/V8TestException.h static inline TestException* fromInternalPointer(void* object) object 38 Source/bindings/tests/results/V8TestException.h return static_cast<TestException*>(object); object 34 Source/bindings/tests/results/V8TestInterface.cpp static void initializeScriptWrappableForInterface(TestInterfaceImplementation* object) object 36 Source/bindings/tests/results/V8TestInterface.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 37 Source/bindings/tests/results/V8TestInterface.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestInterface::wrapperTypeInfo); object 44 Source/bindings/tests/results/V8TestInterface.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceImplementation* object) object 46 Source/bindings/tests/results/V8TestInterface.cpp WebCore::initializeScriptWrappableForInterface(object); object 1179 Source/bindings/tests/results/V8TestInterface.cpp void V8TestInterface::visitDOMWrapper(void* object, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate) object 1181 Source/bindings/tests/results/V8TestInterface.cpp TestInterfaceImplementation* impl = fromInternalPointer(object); object 1190 Source/bindings/tests/results/V8TestInterface.cpp setObjectGroup(object, wrapper, isolate); object 1378 Source/bindings/tests/results/V8TestInterface.cpp void V8TestInterface::derefObject(void* object) object 1380 Source/bindings/tests/results/V8TestInterface.cpp fromInternalPointer(object)->deref(); object 25 Source/bindings/tests/results/V8TestInterface.h static TestInterfaceImplementation* toNative(v8::Handle<v8::Object> object) object 27 Source/bindings/tests/results/V8TestInterface.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 42 Source/bindings/tests/results/V8TestInterface.h static inline TestInterfaceImplementation* fromInternalPointer(void* object) object 44 Source/bindings/tests/results/V8TestInterface.h return static_cast<TestInterfaceImplementation*>(V8TestInterfaceEmpty::fromInternalPointer(object)); object 29 Source/bindings/tests/results/V8TestInterface2.cpp static void initializeScriptWrappableForInterface(TestInterface2* object) object 31 Source/bindings/tests/results/V8TestInterface2.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 32 Source/bindings/tests/results/V8TestInterface2.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestInterface2::wrapperTypeInfo); object 39 Source/bindings/tests/results/V8TestInterface2.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterface2* object) object 41 Source/bindings/tests/results/V8TestInterface2.cpp WebCore::initializeScriptWrappableForInterface(object); object 369 Source/bindings/tests/results/V8TestInterface2.cpp void V8TestInterface2::visitDOMWrapper(void* object, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate) object 371 Source/bindings/tests/results/V8TestInterface2.cpp TestInterface2* impl = fromInternalPointer(object); object 378 Source/bindings/tests/results/V8TestInterface2.cpp setObjectGroup(object, wrapper, isolate); object 487 Source/bindings/tests/results/V8TestInterface2.cpp void V8TestInterface2::derefObject(void* object) object 489 Source/bindings/tests/results/V8TestInterface2.cpp fromInternalPointer(object)->deref(); object 23 Source/bindings/tests/results/V8TestInterface2.h static TestInterface2* toNative(v8::Handle<v8::Object> object) object 25 Source/bindings/tests/results/V8TestInterface2.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 38 Source/bindings/tests/results/V8TestInterface2.h static inline TestInterface2* fromInternalPointer(void* object) object 40 Source/bindings/tests/results/V8TestInterface2.h return static_cast<TestInterface2*>(object); object 24 Source/bindings/tests/results/V8TestInterface3.cpp static void initializeScriptWrappableForInterface(TestInterface3* object) object 26 Source/bindings/tests/results/V8TestInterface3.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 27 Source/bindings/tests/results/V8TestInterface3.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestInterface3::wrapperTypeInfo); object 34 Source/bindings/tests/results/V8TestInterface3.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterface3* object) object 36 Source/bindings/tests/results/V8TestInterface3.cpp WebCore::initializeScriptWrappableForInterface(object); object 172 Source/bindings/tests/results/V8TestInterface3.cpp void V8TestInterface3::derefObject(void* object) object 174 Source/bindings/tests/results/V8TestInterface3.cpp fromInternalPointer(object)->deref(); object 23 Source/bindings/tests/results/V8TestInterface3.h static TestInterface3* toNative(v8::Handle<v8::Object> object) object 25 Source/bindings/tests/results/V8TestInterface3.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 45 Source/bindings/tests/results/V8TestInterface3.h static inline TestInterface3* fromInternalPointer(void* object) object 47 Source/bindings/tests/results/V8TestInterface3.h return static_cast<TestInterface3*>(object); object 24 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp static void initializeScriptWrappableForInterface(TestInterfaceCheckSecurity* object) object 26 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 27 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestInterfaceCheckSecurity::wrapperTypeInfo); object 34 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceCheckSecurity* object) object 36 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp WebCore::initializeScriptWrappableForInterface(object); object 616 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp void V8TestInterfaceCheckSecurity::derefObject(void* object) object 618 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp fromInternalPointer(object)->deref(); object 23 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h static TestInterfaceCheckSecurity* toNative(v8::Handle<v8::Object> object) object 25 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 36 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h static inline TestInterfaceCheckSecurity* fromInternalPointer(void* object) object 38 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h return static_cast<TestInterfaceCheckSecurity*>(object); object 27 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp static void initializeScriptWrappableForInterface(TestInterfaceConstructor* object) object 29 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 30 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestInterfaceConstructor::wrapperTypeInfo); object 37 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceConstructor* object) object 39 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp WebCore::initializeScriptWrappableForInterface(object); object 197 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp void V8TestInterfaceConstructor::derefObject(void* object) object 199 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp fromInternalPointer(object)->deref(); object 23 Source/bindings/tests/results/V8TestInterfaceConstructor.h static TestInterfaceConstructor* toNative(v8::Handle<v8::Object> object) object 25 Source/bindings/tests/results/V8TestInterfaceConstructor.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 37 Source/bindings/tests/results/V8TestInterfaceConstructor.h static inline TestInterfaceConstructor* fromInternalPointer(void* object) object 39 Source/bindings/tests/results/V8TestInterfaceConstructor.h return static_cast<TestInterfaceConstructor*>(object); object 26 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp static void initializeScriptWrappableForInterface(TestInterfaceConstructor2* object) object 28 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 29 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestInterfaceConstructor2::wrapperTypeInfo); object 36 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceConstructor2* object) object 38 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp WebCore::initializeScriptWrappableForInterface(object); object 186 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp void V8TestInterfaceConstructor2::derefObject(void* object) object 188 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp fromInternalPointer(object)->deref(); object 23 Source/bindings/tests/results/V8TestInterfaceConstructor2.h static TestInterfaceConstructor2* toNative(v8::Handle<v8::Object> object) object 25 Source/bindings/tests/results/V8TestInterfaceConstructor2.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 37 Source/bindings/tests/results/V8TestInterfaceConstructor2.h static inline TestInterfaceConstructor2* fromInternalPointer(void* object) object 39 Source/bindings/tests/results/V8TestInterfaceConstructor2.h return static_cast<TestInterfaceConstructor2*>(object); object 24 Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp static void initializeScriptWrappableForInterface(TestInterfaceConstructor3* object) object 26 Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 27 Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestInterfaceConstructor3::wrapperTypeInfo); object 34 Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceConstructor3* object) object 36 Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp WebCore::initializeScriptWrappableForInterface(object); object 147 Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp void V8TestInterfaceConstructor3::derefObject(void* object) object 149 Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp fromInternalPointer(object)->deref(); object 23 Source/bindings/tests/results/V8TestInterfaceConstructor3.h static TestInterfaceConstructor3* toNative(v8::Handle<v8::Object> object) object 25 Source/bindings/tests/results/V8TestInterfaceConstructor3.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 37 Source/bindings/tests/results/V8TestInterfaceConstructor3.h static inline TestInterfaceConstructor3* fromInternalPointer(void* object) object 39 Source/bindings/tests/results/V8TestInterfaceConstructor3.h return static_cast<TestInterfaceConstructor3*>(object); object 24 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp static void initializeScriptWrappableForInterface(TestInterfaceCustomConstructor* object) object 26 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 27 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestInterfaceCustomConstructor::wrapperTypeInfo); object 34 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceCustomConstructor* object) object 36 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp WebCore::initializeScriptWrappableForInterface(object); object 132 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp void V8TestInterfaceCustomConstructor::derefObject(void* object) object 134 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp fromInternalPointer(object)->deref(); object 23 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h static TestInterfaceCustomConstructor* toNative(v8::Handle<v8::Object> object) object 25 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 38 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h static inline TestInterfaceCustomConstructor* fromInternalPointer(void* object) object 40 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h return static_cast<TestInterfaceCustomConstructor*>(object); object 26 Source/bindings/tests/results/V8TestInterfaceDocument.cpp static void initializeScriptWrappableForInterface(TestInterfaceDocument* object) object 28 Source/bindings/tests/results/V8TestInterfaceDocument.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 29 Source/bindings/tests/results/V8TestInterfaceDocument.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestInterfaceDocument::wrapperTypeInfo); object 36 Source/bindings/tests/results/V8TestInterfaceDocument.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceDocument* object) object 38 Source/bindings/tests/results/V8TestInterfaceDocument.cpp WebCore::initializeScriptWrappableForInterface(object); object 96 Source/bindings/tests/results/V8TestInterfaceDocument.cpp EventTarget* V8TestInterfaceDocument::toEventTarget(v8::Handle<v8::Object> object) object 98 Source/bindings/tests/results/V8TestInterfaceDocument.cpp return toNative(object); object 143 Source/bindings/tests/results/V8TestInterfaceDocument.cpp void V8TestInterfaceDocument::derefObject(void* object) object 145 Source/bindings/tests/results/V8TestInterfaceDocument.cpp fromInternalPointer(object)->deref(); object 24 Source/bindings/tests/results/V8TestInterfaceDocument.h static TestInterfaceDocument* toNative(v8::Handle<v8::Object> object) object 26 Source/bindings/tests/results/V8TestInterfaceDocument.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 38 Source/bindings/tests/results/V8TestInterfaceDocument.h static inline TestInterfaceDocument* fromInternalPointer(void* object) object 40 Source/bindings/tests/results/V8TestInterfaceDocument.h return static_cast<TestInterfaceDocument*>(V8Document::fromInternalPointer(object)); object 23 Source/bindings/tests/results/V8TestInterfaceEmpty.cpp static void initializeScriptWrappableForInterface(TestInterfaceEmpty* object) object 25 Source/bindings/tests/results/V8TestInterfaceEmpty.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 26 Source/bindings/tests/results/V8TestInterfaceEmpty.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestInterfaceEmpty::wrapperTypeInfo); object 33 Source/bindings/tests/results/V8TestInterfaceEmpty.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceEmpty* object) object 35 Source/bindings/tests/results/V8TestInterfaceEmpty.cpp WebCore::initializeScriptWrappableForInterface(object); object 113 Source/bindings/tests/results/V8TestInterfaceEmpty.cpp void V8TestInterfaceEmpty::derefObject(void* object) object 115 Source/bindings/tests/results/V8TestInterfaceEmpty.cpp fromInternalPointer(object)->deref(); object 23 Source/bindings/tests/results/V8TestInterfaceEmpty.h static TestInterfaceEmpty* toNative(v8::Handle<v8::Object> object) object 25 Source/bindings/tests/results/V8TestInterfaceEmpty.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 36 Source/bindings/tests/results/V8TestInterfaceEmpty.h static inline TestInterfaceEmpty* fromInternalPointer(void* object) object 38 Source/bindings/tests/results/V8TestInterfaceEmpty.h return static_cast<TestInterfaceEmpty*>(object); object 30 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp static void initializeScriptWrappableForInterface(TestInterfaceEventConstructor* object) object 32 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 33 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestInterfaceEventConstructor::wrapperTypeInfo); object 40 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceEventConstructor* object) object 42 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp WebCore::initializeScriptWrappableForInterface(object); object 423 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp void V8TestInterfaceEventConstructor::derefObject(void* object) object 426 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp fromInternalPointer(object)->deref(); object 25 Source/bindings/tests/results/V8TestInterfaceEventConstructor.h static TestInterfaceEventConstructor* toNative(v8::Handle<v8::Object> object) object 27 Source/bindings/tests/results/V8TestInterfaceEventConstructor.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 40 Source/bindings/tests/results/V8TestInterfaceEventConstructor.h static inline TestInterfaceEventConstructor* fromInternalPointer(void* object) object 42 Source/bindings/tests/results/V8TestInterfaceEventConstructor.h return static_cast<TestInterfaceEventConstructor*>(V8Event::fromInternalPointer(object)); object 24 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp static void initializeScriptWrappableForInterface(TestInterfaceEventTarget* object) object 26 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 27 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestInterfaceEventTarget::wrapperTypeInfo); object 34 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceEventTarget* object) object 36 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp WebCore::initializeScriptWrappableForInterface(object); object 140 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp EventTarget* V8TestInterfaceEventTarget::toEventTarget(v8::Handle<v8::Object> object) object 142 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp return toNative(object); object 165 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp void V8TestInterfaceEventTarget::derefObject(void* object) object 167 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp fromInternalPointer(object)->deref(); object 30 Source/bindings/tests/results/V8TestInterfaceEventTarget.h static TestInterfaceEventTarget* toNative(v8::Handle<v8::Object> object) object 32 Source/bindings/tests/results/V8TestInterfaceEventTarget.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 45 Source/bindings/tests/results/V8TestInterfaceEventTarget.h static inline TestInterfaceEventTarget* fromInternalPointer(void* object) object 47 Source/bindings/tests/results/V8TestInterfaceEventTarget.h return static_cast<TestInterfaceEventTarget*>(V8EventTarget::fromInternalPointer(object)); object 24 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp static void initializeScriptWrappableForInterface(TestInterfaceNamedConstructor* object) object 26 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 27 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestInterfaceNamedConstructor::wrapperTypeInfo); object 34 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceNamedConstructor* object) object 36 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp WebCore::initializeScriptWrappableForInterface(object); object 201 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp void V8TestInterfaceNamedConstructor::derefObject(void* object) object 203 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp fromInternalPointer(object)->deref(); object 29 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h static TestInterfaceNamedConstructor* toNative(v8::Handle<v8::Object> object) object 31 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 43 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h static inline TestInterfaceNamedConstructor* fromInternalPointer(void* object) object 45 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h return static_cast<TestInterfaceNamedConstructor*>(object); object 24 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp static void initializeScriptWrappableForInterface(TestInterfaceNamedConstructor2* object) object 26 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 27 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestInterfaceNamedConstructor2::wrapperTypeInfo); object 34 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceNamedConstructor2* object) object 36 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp WebCore::initializeScriptWrappableForInterface(object); object 165 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp void V8TestInterfaceNamedConstructor2::derefObject(void* object) object 167 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp fromInternalPointer(object)->deref(); object 29 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h static TestInterfaceNamedConstructor2* toNative(v8::Handle<v8::Object> object) object 31 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 42 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h static inline TestInterfaceNamedConstructor2* fromInternalPointer(void* object) object 44 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h return static_cast<TestInterfaceNamedConstructor2*>(object); object 28 Source/bindings/tests/results/V8TestInterfaceNode.cpp static void initializeScriptWrappableForInterface(TestInterfaceNode* object) object 30 Source/bindings/tests/results/V8TestInterfaceNode.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 31 Source/bindings/tests/results/V8TestInterfaceNode.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestInterfaceNode::wrapperTypeInfo); object 38 Source/bindings/tests/results/V8TestInterfaceNode.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceNode* object) object 40 Source/bindings/tests/results/V8TestInterfaceNode.cpp WebCore::initializeScriptWrappableForInterface(object); object 348 Source/bindings/tests/results/V8TestInterfaceNode.cpp EventTarget* V8TestInterfaceNode::toEventTarget(v8::Handle<v8::Object> object) object 350 Source/bindings/tests/results/V8TestInterfaceNode.cpp return toNative(object); object 373 Source/bindings/tests/results/V8TestInterfaceNode.cpp void V8TestInterfaceNode::derefObject(void* object) object 375 Source/bindings/tests/results/V8TestInterfaceNode.cpp fromInternalPointer(object)->deref(); object 24 Source/bindings/tests/results/V8TestInterfaceNode.h static TestInterfaceNode* toNative(v8::Handle<v8::Object> object) object 26 Source/bindings/tests/results/V8TestInterfaceNode.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 38 Source/bindings/tests/results/V8TestInterfaceNode.h static inline TestInterfaceNode* fromInternalPointer(void* object) object 40 Source/bindings/tests/results/V8TestInterfaceNode.h return static_cast<TestInterfaceNode*>(V8Node::fromInternalPointer(object)); object 24 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp static void initializeScriptWrappableForInterface(TestInterfaceWillBeGarbageCollected* object) object 26 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 27 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestInterfaceWillBeGarbageCollected::wrapperTypeInfo); object 34 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceWillBeGarbageCollected* object) object 36 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp WebCore::initializeScriptWrappableForInterface(object); object 182 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp EventTarget* V8TestInterfaceWillBeGarbageCollected::toEventTarget(v8::Handle<v8::Object> object) object 184 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp return toNative(object); object 207 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp void V8TestInterfaceWillBeGarbageCollected::derefObject(void* object) object 210 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp fromInternalPointer(object)->deref(); object 24 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h static TestInterfaceWillBeGarbageCollected* toNative(v8::Handle<v8::Object> object) object 26 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 41 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h static inline TestInterfaceWillBeGarbageCollected* fromInternalPointer(void* object) object 43 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h return static_cast<TestInterfaceWillBeGarbageCollected*>(V8EventTarget::fromInternalPointer(object)); object 24 Source/bindings/tests/results/V8TestNode.cpp static void initializeScriptWrappableForInterface(TestNode* object) object 26 Source/bindings/tests/results/V8TestNode.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 27 Source/bindings/tests/results/V8TestNode.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestNode::wrapperTypeInfo); object 34 Source/bindings/tests/results/V8TestNode.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestNode* object) object 36 Source/bindings/tests/results/V8TestNode.cpp WebCore::initializeScriptWrappableForInterface(object); object 217 Source/bindings/tests/results/V8TestNode.cpp EventTarget* V8TestNode::toEventTarget(v8::Handle<v8::Object> object) object 219 Source/bindings/tests/results/V8TestNode.cpp return toNative(object); object 242 Source/bindings/tests/results/V8TestNode.cpp void V8TestNode::derefObject(void* object) object 244 Source/bindings/tests/results/V8TestNode.cpp fromInternalPointer(object)->deref(); object 24 Source/bindings/tests/results/V8TestNode.h static TestNode* toNative(v8::Handle<v8::Object> object) object 26 Source/bindings/tests/results/V8TestNode.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 39 Source/bindings/tests/results/V8TestNode.h static inline TestNode* fromInternalPointer(void* object) object 41 Source/bindings/tests/results/V8TestNode.h return static_cast<TestNode*>(V8Node::fromInternalPointer(object)); object 63 Source/bindings/tests/results/V8TestObject.cpp static void initializeScriptWrappableForInterface(TestObject* object) object 65 Source/bindings/tests/results/V8TestObject.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 66 Source/bindings/tests/results/V8TestObject.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestObject::wrapperTypeInfo); object 73 Source/bindings/tests/results/V8TestObject.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestObject* object) object 75 Source/bindings/tests/results/V8TestObject.cpp WebCore::initializeScriptWrappableForInterface(object); object 8174 Source/bindings/tests/results/V8TestObject.cpp void V8TestObject::derefObject(void* object) object 8176 Source/bindings/tests/results/V8TestObject.cpp fromInternalPointer(object)->deref(); object 23 Source/bindings/tests/results/V8TestObject.h static TestObject* toNative(v8::Handle<v8::Object> object) object 25 Source/bindings/tests/results/V8TestObject.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 55 Source/bindings/tests/results/V8TestObject.h static inline TestObject* fromInternalPointer(void* object) object 57 Source/bindings/tests/results/V8TestObject.h return static_cast<TestObject*>(object); object 25 Source/bindings/tests/results/V8TestSpecialOperations.cpp static void initializeScriptWrappableForInterface(TestSpecialOperations* object) object 27 Source/bindings/tests/results/V8TestSpecialOperations.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 28 Source/bindings/tests/results/V8TestSpecialOperations.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestSpecialOperations::wrapperTypeInfo); object 35 Source/bindings/tests/results/V8TestSpecialOperations.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestSpecialOperations* object) object 37 Source/bindings/tests/results/V8TestSpecialOperations.cpp WebCore::initializeScriptWrappableForInterface(object); object 241 Source/bindings/tests/results/V8TestSpecialOperations.cpp void V8TestSpecialOperations::derefObject(void* object) object 243 Source/bindings/tests/results/V8TestSpecialOperations.cpp fromInternalPointer(object)->deref(); object 23 Source/bindings/tests/results/V8TestSpecialOperations.h static TestSpecialOperations* toNative(v8::Handle<v8::Object> object) object 25 Source/bindings/tests/results/V8TestSpecialOperations.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 36 Source/bindings/tests/results/V8TestSpecialOperations.h static inline TestSpecialOperations* fromInternalPointer(void* object) object 38 Source/bindings/tests/results/V8TestSpecialOperations.h return static_cast<TestSpecialOperations*>(object); object 23 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp static void initializeScriptWrappableForInterface(TestSpecialOperationsNotEnumerable* object) object 25 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 26 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestSpecialOperationsNotEnumerable::wrapperTypeInfo); object 33 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestSpecialOperationsNotEnumerable* object) object 35 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp WebCore::initializeScriptWrappableForInterface(object); object 153 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp void V8TestSpecialOperationsNotEnumerable::derefObject(void* object) object 155 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp fromInternalPointer(object)->deref(); object 23 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h static TestSpecialOperationsNotEnumerable* toNative(v8::Handle<v8::Object> object) object 25 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 36 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h static inline TestSpecialOperationsNotEnumerable* fromInternalPointer(void* object) object 38 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h return static_cast<TestSpecialOperationsNotEnumerable*>(object); object 29 Source/bindings/tests/results/V8TestTypedefs.cpp static void initializeScriptWrappableForInterface(TestTypedefs* object) object 31 Source/bindings/tests/results/V8TestTypedefs.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 32 Source/bindings/tests/results/V8TestTypedefs.cpp ScriptWrappable::setTypeInfoInObject(object, &V8TestTypedefs::wrapperTypeInfo); object 39 Source/bindings/tests/results/V8TestTypedefs.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::TestTypedefs* object) object 41 Source/bindings/tests/results/V8TestTypedefs.cpp WebCore::initializeScriptWrappableForInterface(object); object 356 Source/bindings/tests/results/V8TestTypedefs.cpp void V8TestTypedefs::derefObject(void* object) object 358 Source/bindings/tests/results/V8TestTypedefs.cpp fromInternalPointer(object)->deref(); object 23 Source/bindings/tests/results/V8TestTypedefs.h static TestTypedefs* toNative(v8::Handle<v8::Object> object) object 25 Source/bindings/tests/results/V8TestTypedefs.h return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 37 Source/bindings/tests/results/V8TestTypedefs.h static inline TestTypedefs* fromInternalPointer(void* object) object 39 Source/bindings/tests/results/V8TestTypedefs.h return static_cast<TestTypedefs*>(object); object 59 Source/bindings/v8/DOMDataStore.h static bool canUseScriptWrappable(T* object) object 62 Source/bindings/v8/DOMDataStore.h && !canExistInWorker(object) object 63 Source/bindings/v8/DOMDataStore.h && ScriptWrappable::wrapperCanBeStoredInObject(object); object 67 Source/bindings/v8/DOMDataStore.h static bool setReturnValueFromWrapperFast(v8::ReturnValue<v8::Value> returnValue, T* object, v8::Local<v8::Object> holder, Wrappable* wrappable) object 69 Source/bindings/v8/DOMDataStore.h if (canUseScriptWrappable(object)) object 70 Source/bindings/v8/DOMDataStore.h return ScriptWrappable::setReturnValueWithSecurityCheck<V8T>(returnValue, object); object 75 Source/bindings/v8/DOMDataStore.h if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 76 Source/bindings/v8/DOMDataStore.h return ScriptWrappable::setReturnValueWithSecurityCheck<V8T>(returnValue, object); object 77 Source/bindings/v8/DOMDataStore.h return DOMWrapperWorld::mainWorld().domDataStore().m_wrapperMap.setReturnValueFrom(returnValue, V8T::toInternalPointer(object)); object 79 Source/bindings/v8/DOMDataStore.h return current(returnValue.GetIsolate()).template setReturnValueFrom<V8T>(returnValue, object); object 83 Source/bindings/v8/DOMDataStore.h static bool setReturnValueFromWrapper(v8::ReturnValue<v8::Value> returnValue, T* object) object 85 Source/bindings/v8/DOMDataStore.h if (canUseScriptWrappable(object)) object 86 Source/bindings/v8/DOMDataStore.h return ScriptWrappable::setReturnValueWithSecurityCheck<V8T>(returnValue, object); object 87 Source/bindings/v8/DOMDataStore.h return current(returnValue.GetIsolate()).template setReturnValueFrom<V8T>(returnValue, object); object 91 Source/bindings/v8/DOMDataStore.h static bool setReturnValueFromWrapperForMainWorld(v8::ReturnValue<v8::Value> returnValue, T* object) object 93 Source/bindings/v8/DOMDataStore.h if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 94 Source/bindings/v8/DOMDataStore.h return ScriptWrappable::setReturnValue(returnValue, object); object 95 Source/bindings/v8/DOMDataStore.h return DOMWrapperWorld::mainWorld().domDataStore().m_wrapperMap.setReturnValueFrom(returnValue, V8T::toInternalPointer(object)); object 99 Source/bindings/v8/DOMDataStore.h static v8::Handle<v8::Object> getWrapper(T* object, v8::Isolate* isolate) object 101 Source/bindings/v8/DOMDataStore.h if (canUseScriptWrappable(object)) { object 102 Source/bindings/v8/DOMDataStore.h v8::Handle<v8::Object> result = ScriptWrappable::getUnsafeWrapperFromObject(object).newLocal(isolate); object 104 Source/bindings/v8/DOMDataStore.h RELEASE_ASSERT_WITH_SECURITY_IMPLICATION(result.IsEmpty() || result->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex) == V8T::toInternalPointer(object)); object 107 Source/bindings/v8/DOMDataStore.h return current(isolate).template get<V8T>(object, isolate); object 124 Source/bindings/v8/DOMDataStore.h static void setWrapper(T* object, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperConfiguration& configuration) object 126 Source/bindings/v8/DOMDataStore.h if (canUseScriptWrappable(object)) { object 127 Source/bindings/v8/DOMDataStore.h ScriptWrappable::setWrapperInObject(object, wrapper, isolate, configuration); object 130 Source/bindings/v8/DOMDataStore.h return current(isolate).template set<V8T>(object, wrapper, isolate, configuration); object 134 Source/bindings/v8/DOMDataStore.h static bool containsWrapper(T* object, v8::Isolate* isolate) object 136 Source/bindings/v8/DOMDataStore.h return current(isolate).template containsWrapper<V8T>(object); object 140 Source/bindings/v8/DOMDataStore.h inline v8::Handle<v8::Object> get(T* object, v8::Isolate* isolate) object 142 Source/bindings/v8/DOMDataStore.h if (ScriptWrappable::wrapperCanBeStoredInObject(object) && m_isMainWorld) object 143 Source/bindings/v8/DOMDataStore.h return ScriptWrappable::getUnsafeWrapperFromObject(object).newLocal(isolate); object 144 Source/bindings/v8/DOMDataStore.h return m_wrapperMap.newLocal(V8T::toInternalPointer(object), isolate); object 158 Source/bindings/v8/DOMDataStore.h inline bool setReturnValueFrom(v8::ReturnValue<v8::Value> returnValue, T* object) object 160 Source/bindings/v8/DOMDataStore.h if (ScriptWrappable::wrapperCanBeStoredInObject(object) && m_isMainWorld) object 161 Source/bindings/v8/DOMDataStore.h return ScriptWrappable::setReturnValue(returnValue, object); object 162 Source/bindings/v8/DOMDataStore.h return m_wrapperMap.setReturnValueFrom(returnValue, V8T::toInternalPointer(object)); object 166 Source/bindings/v8/DOMDataStore.h inline bool containsWrapper(T* object) object 168 Source/bindings/v8/DOMDataStore.h if (ScriptWrappable::wrapperCanBeStoredInObject(object) && m_isMainWorld) object 169 Source/bindings/v8/DOMDataStore.h return !ScriptWrappable::getUnsafeWrapperFromObject(object).isEmpty(); object 170 Source/bindings/v8/DOMDataStore.h return m_wrapperMap.containsKey(V8T::toInternalPointer(object)); object 175 Source/bindings/v8/DOMDataStore.h inline void set(T* object, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperConfiguration& configuration) object 177 Source/bindings/v8/DOMDataStore.h ASSERT(!!object); object 179 Source/bindings/v8/DOMDataStore.h if (ScriptWrappable::wrapperCanBeStoredInObject(object) && m_isMainWorld) { object 180 Source/bindings/v8/DOMDataStore.h ScriptWrappable::setWrapperInObject(object, wrapper, isolate, configuration); object 183 Source/bindings/v8/DOMDataStore.h m_wrapperMap.set(V8T::toInternalPointer(object), wrapper, configuration); object 225 Source/bindings/v8/IDBBindingUtilities.cpp v8::Local<v8::Object> object = v8Value->ToObject(); object 226 Source/bindings/v8/IDBBindingUtilities.cpp if (!object->Has(indexOrName)) object 228 Source/bindings/v8/IDBBindingUtilities.cpp v8Value = object->Get(indexOrName); object 235 Source/bindings/v8/IDBBindingUtilities.cpp v8::Local<v8::Object> object = v8Object->ToObject(); object 236 Source/bindings/v8/IDBBindingUtilities.cpp return object->Set(indexOrName, v8Value); object 239 Source/bindings/v8/IDBBindingUtilities.cpp static bool get(v8::Handle<v8::Value>& object, const String& keyPathElement, v8::Handle<v8::Value>& result, v8::Isolate* isolate) object 241 Source/bindings/v8/IDBBindingUtilities.cpp if (object->IsString() && keyPathElement == "length") { object 242 Source/bindings/v8/IDBBindingUtilities.cpp int32_t length = v8::Handle<v8::String>::Cast(object)->Length(); object 246 Source/bindings/v8/IDBBindingUtilities.cpp return object->IsObject() && getValueFrom(v8String(isolate, keyPathElement), result); object 249 Source/bindings/v8/IDBBindingUtilities.cpp static bool canSet(v8::Handle<v8::Value>& object, const String& keyPathElement) object 251 Source/bindings/v8/IDBBindingUtilities.cpp return object->IsObject(); object 254 Source/bindings/v8/IDBBindingUtilities.cpp static bool set(v8::Handle<v8::Value>& object, const String& keyPathElement, const v8::Handle<v8::Value>& v8Value, v8::Isolate* isolate) object 256 Source/bindings/v8/IDBBindingUtilities.cpp return canSet(object, keyPathElement) && setValue(object, v8String(isolate, keyPathElement), v8Value); object 299 Source/bindings/v8/IDBBindingUtilities.cpp v8::Handle<v8::Object> object = v8::Object::New(isolate); object 300 Source/bindings/v8/IDBBindingUtilities.cpp if (!set(parentValue, keyPathElement, object, isolate)) object 302 Source/bindings/v8/IDBBindingUtilities.cpp currentValue = object; object 105 Source/bindings/v8/IDBBindingUtilitiesTest.cpp v8::Local<v8::Object> object = v8::Object::New(isolate); object 106 Source/bindings/v8/IDBBindingUtilitiesTest.cpp object->Set(v8AtomicString(isolate, "foo"), v8AtomicString(isolate, "zoo")); object 108 Source/bindings/v8/IDBBindingUtilitiesTest.cpp ScriptValue scriptValue(object, isolate); object 117 Source/bindings/v8/IDBBindingUtilitiesTest.cpp v8::Local<v8::Object> object = v8::Object::New(isolate); object 118 Source/bindings/v8/IDBBindingUtilitiesTest.cpp object->Set(v8AtomicString(isolate, "foo"), v8::Number::New(isolate, 456)); object 120 Source/bindings/v8/IDBBindingUtilitiesTest.cpp ScriptValue scriptValue(object, isolate); object 129 Source/bindings/v8/IDBBindingUtilitiesTest.cpp v8::Local<v8::Object> object = v8::Object::New(isolate); object 132 Source/bindings/v8/IDBBindingUtilitiesTest.cpp object->Set(v8AtomicString(isolate, "foo"), subProperty); object 134 Source/bindings/v8/IDBBindingUtilitiesTest.cpp ScriptValue scriptValue(object, isolate); object 146 Source/bindings/v8/IDBBindingUtilitiesTest.cpp v8::Local<v8::Object> object = v8::Object::New(isolate); object 147 Source/bindings/v8/IDBBindingUtilitiesTest.cpp object->Set(v8AtomicString(isolate, "foo"), v8AtomicString(isolate, "zoo")); object 149 Source/bindings/v8/IDBBindingUtilitiesTest.cpp ScriptValue foozoo(object, isolate); object 159 Source/bindings/v8/IDBBindingUtilitiesTest.cpp v8::Local<v8::Object> object = v8::Object::New(isolate); object 162 Source/bindings/v8/IDBBindingUtilitiesTest.cpp object->Set(v8AtomicString(isolate, "foo"), subProperty); object 164 Source/bindings/v8/IDBBindingUtilitiesTest.cpp ScriptValue scriptObject(object, isolate); object 83 Source/bindings/v8/NPV8Object.cpp V8NPObject* object = reinterpret_cast<V8NPObject*>(npObject); object 84 Source/bindings/v8/NPV8Object.cpp DOMWindow* window = object->rootObject; object 87 Source/bindings/v8/NPV8Object.cpp return toV8Context(isolate, object->rootObject->frame(), DOMWrapperWorld::mainWorld()); object 112 Source/bindings/v8/NPV8Object.cpp NPObject* v8ObjectToNPObject(v8::Handle<v8::Object> object) object 114 Source/bindings/v8/NPV8Object.cpp return reinterpret_cast<NPObject*>(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); object 117 Source/bindings/v8/NPV8Object.cpp NPObject* npCreateV8ScriptObject(NPP npp, v8::Handle<v8::Object> object, DOMWindow* root, v8::Isolate* isolate) object 120 Source/bindings/v8/NPV8Object.cpp if (object->InternalFieldCount() == npObjectInternalFieldCount) { object 121 Source/bindings/v8/NPV8Object.cpp const WrapperTypeInfo* typeInfo = static_cast<const WrapperTypeInfo*>(object->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); object 123 Source/bindings/v8/NPV8Object.cpp NPObject* returnValue = v8ObjectToNPObject(object); object 130 Source/bindings/v8/NPV8Object.cpp if (V8PerContextData* perContextData = V8PerContextData::from(object->CreationContext())) { object 131 Source/bindings/v8/NPV8Object.cpp int v8ObjectHash = object->GetIdentityHash(); object 139 Source/bindings/v8/NPV8Object.cpp if (v8npObject->v8Object == object && v8npObject->rootObject == root) { object 140 Source/bindings/v8/NPV8Object.cpp _NPN_RetainObject(&v8npObject->object); object 154 Source/bindings/v8/NPV8Object.cpp v8npObject->v8Object.Reset(isolate, object); object 372 Source/bindings/v8/NPV8Object.cpp if (V8NPObject* object = npObjectToV8NPObject(npObject)) { object 382 Source/bindings/v8/NPV8Object.cpp v8::Handle<v8::Object> obj = v8::Local<v8::Object>::New(isolate, object->v8Object); object 406 Source/bindings/v8/NPV8Object.cpp if (V8NPObject* object = npObjectToV8NPObject(npObject)) { object 416 Source/bindings/v8/NPV8Object.cpp v8::Handle<v8::Object> obj = v8::Local<v8::Object>::New(isolate, object->v8Object); object 417 Source/bindings/v8/NPV8Object.cpp obj->Set(npIdentifierToV8Identifier(propertyName, context->GetIsolate()), convertNPVariantToV8Object(value, object->rootObject->frame()->script().windowScriptNPObject(), context->GetIsolate())); object 432 Source/bindings/v8/NPV8Object.cpp V8NPObject* object = npObjectToV8NPObject(npObject); object 433 Source/bindings/v8/NPV8Object.cpp if (!object) object 444 Source/bindings/v8/NPV8Object.cpp v8::Handle<v8::Object> obj = v8::Local<v8::Object>::New(isolate, object->v8Object); object 455 Source/bindings/v8/NPV8Object.cpp if (V8NPObject* object = npObjectToV8NPObject(npObject)) { object 464 Source/bindings/v8/NPV8Object.cpp v8::Handle<v8::Object> obj = v8::Local<v8::Object>::New(isolate, object->v8Object); object 478 Source/bindings/v8/NPV8Object.cpp if (V8NPObject* object = npObjectToV8NPObject(npObject)) { object 487 Source/bindings/v8/NPV8Object.cpp v8::Handle<v8::Object> obj = v8::Local<v8::Object>::New(isolate, object->v8Object); object 523 Source/bindings/v8/NPV8Object.cpp if (V8NPObject* object = npObjectToV8NPObject(npObject)) { object 532 Source/bindings/v8/NPV8Object.cpp v8::Handle<v8::Object> obj = v8::Local<v8::Object>::New(isolate, object->v8Object); object 580 Source/bindings/v8/NPV8Object.cpp if (V8NPObject* object = npObjectToV8NPObject(npObject)) { object 589 Source/bindings/v8/NPV8Object.cpp v8::Handle<v8::Object> ctorObj = v8::Local<v8::Object>::New(isolate, object->v8Object); object 597 Source/bindings/v8/NPV8Object.cpp LocalFrame* frame = object->rootObject->frame(); object 54 Source/bindings/v8/NPV8Object.h NPObject object; object 261 Source/bindings/v8/ScriptController.cpp void ScriptController::bindToWindowObject(LocalFrame* frame, const String& key, NPObject* object) object 271 Source/bindings/v8/ScriptController.cpp v8::Handle<v8::Object> value = createV8ObjectForNPObject(object, 0, m_isolate); object 596 Source/bindings/v8/ScriptController.cpp v8::Local<v8::Value> object = executeScriptAndReturnValue(v8Context, sourceCodeToCompile, corsStatus); object 599 Source/bindings/v8/ScriptController.cpp if (object.IsEmpty()) object 602 Source/bindings/v8/ScriptController.cpp return ScriptValue(object, m_isolate); object 469 Source/bindings/v8/ScriptDebugServer.cpp v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(value); object 470 Source/bindings/v8/ScriptDebugServer.cpp dispatchDidParseSource(listener, object); object 502 Source/bindings/v8/ScriptDebugServer.cpp void ScriptDebugServer::dispatchDidParseSource(ScriptDebugListener* listener, v8::Handle<v8::Object> object) object 504 Source/bindings/v8/ScriptDebugServer.cpp v8::Handle<v8::Value> id = object->Get(v8AtomicString(m_isolate, "id")); object 509 Source/bindings/v8/ScriptDebugServer.cpp script.url = toCoreStringWithUndefinedOrNullCheck(object->Get(v8AtomicString(m_isolate, "name"))); object 510 Source/bindings/v8/ScriptDebugServer.cpp script.source = toCoreStringWithUndefinedOrNullCheck(object->Get(v8AtomicString(m_isolate, "source"))); object 511 Source/bindings/v8/ScriptDebugServer.cpp script.sourceMappingURL = toCoreStringWithUndefinedOrNullCheck(object->Get(v8AtomicString(m_isolate, "sourceMappingURL"))); object 512 Source/bindings/v8/ScriptDebugServer.cpp script.startLine = object->Get(v8AtomicString(m_isolate, "startLine"))->ToInteger()->Value(); object 513 Source/bindings/v8/ScriptDebugServer.cpp script.startColumn = object->Get(v8AtomicString(m_isolate, "startColumn"))->ToInteger()->Value(); object 514 Source/bindings/v8/ScriptDebugServer.cpp script.endLine = object->Get(v8AtomicString(m_isolate, "endLine"))->ToInteger()->Value(); object 515 Source/bindings/v8/ScriptDebugServer.cpp script.endColumn = object->Get(v8AtomicString(m_isolate, "endColumn"))->ToInteger()->Value(); object 516 Source/bindings/v8/ScriptDebugServer.cpp script.isContentScript = object->Get(v8AtomicString(m_isolate, "isContentScript"))->ToBoolean()->Value(); object 543 Source/bindings/v8/ScriptDebugServer.cpp v8::Local<v8::Value> ScriptDebugServer::getInternalProperties(v8::Handle<v8::Object>& object) object 548 Source/bindings/v8/ScriptDebugServer.cpp v8::Handle<v8::Value> argv[] = { object }; object 124 Source/bindings/v8/ScriptEventListener.cpp v8::Handle<v8::Object> object = v8Listener->getListenerObject(document); object 125 Source/bindings/v8/ScriptEventListener.cpp if (object.IsEmpty()) object 127 Source/bindings/v8/ScriptEventListener.cpp v8::Handle<v8::Function> function = eventListenerEffectiveFunction(scope.GetIsolate(), object); object 170 Source/bindings/v8/ScriptEventListener.cpp v8::Local<v8::Object> object = v8Listener->getListenerObject(document); object 171 Source/bindings/v8/ScriptEventListener.cpp if (object.IsEmpty()) object 173 Source/bindings/v8/ScriptEventListener.cpp v8::Handle<v8::Function> function = eventListenerEffectiveFunction(scope.GetIsolate(), object); object 209 Source/bindings/v8/ScriptFunctionCall.cpp v8::Handle<v8::Object> object = isolate->GetCurrentContext()->Global(); object 216 Source/bindings/v8/ScriptFunctionCall.cpp v8::Handle<v8::Value> result = ScriptController::callFunction(m_scriptState->executionContext(), function, object, m_arguments.size(), info.get(), m_scriptState->isolate()); object 41 Source/bindings/v8/ScriptObjectTraits.h static unsigned hash(const ScriptObject& object) { return object.v8Object()->GetIdentityHash(); } object 112 Source/bindings/v8/ScriptProfiler.cpp v8::Handle<v8::Object> object = value.As<v8::Object>(); object 114 Source/bindings/v8/ScriptProfiler.cpp if (object->InternalFieldCount() >= v8DefaultWrapperInternalFieldCount) { object 115 Source/bindings/v8/ScriptProfiler.cpp v8::Handle<v8::Value> wrapper = object->GetInternalField(v8DOMWrapperObjectIndex); object 122 Source/bindings/v8/ScriptProfiler.cpp ScriptState* scriptState = ScriptState::forContext(object->CreationContext()); object 123 Source/bindings/v8/ScriptProfiler.cpp return ScriptObject(scriptState, object); object 166 Source/bindings/v8/ScriptProfiler.cpp virtual const char* GetName(v8::Handle<v8::Object> object) OVERRIDE object 168 Source/bindings/v8/ScriptProfiler.cpp DOMWindow* window = toDOMWindow(object, v8::Isolate::GetCurrent()); object 101 Source/bindings/v8/ScriptValue.cpp v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(value); object 102 Source/bindings/v8/ScriptValue.cpp v8::Local<v8::Array> propertyNames = object->GetPropertyNames(); object 107 Source/bindings/v8/ScriptValue.cpp if (name->IsString() && !object->HasRealNamedProperty(v8::Handle<v8::String>::Cast(name))) object 109 Source/bindings/v8/ScriptValue.cpp RefPtr<JSONValue> propertyValue = v8ToJSONValue(object->Get(name), maxDepth, isolate); object 40 Source/bindings/v8/ScriptWrappable.h template <class C> inline void initializeScriptWrappableHelper(C* object) object 43 Source/bindings/v8/ScriptWrappable.h webCoreInitializeScriptWrappableForInterface(object); object 59 Source/bindings/v8/ScriptWrappable.h template <class C> static void init(C* object) object 61 Source/bindings/v8/ScriptWrappable.h initializeScriptWrappableHelper(object); object 108 Source/bindings/v8/ScriptWrappable.h static void setWrapperInObject(ScriptWrappable* object, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperConfiguration& configuration) object 110 Source/bindings/v8/ScriptWrappable.h object->setWrapper(wrapper, isolate, configuration); object 113 Source/bindings/v8/ScriptWrappable.h static const WrapperTypeInfo* getTypeInfoFromObject(void* object) object 119 Source/bindings/v8/ScriptWrappable.h static const WrapperTypeInfo* getTypeInfoFromObject(ScriptWrappable* object) object 121 Source/bindings/v8/ScriptWrappable.h return object->typeInfo(); object 124 Source/bindings/v8/ScriptWrappable.h static void setTypeInfoInObject(void* object, const WrapperTypeInfo*) object 129 Source/bindings/v8/ScriptWrappable.h static void setTypeInfoInObject(ScriptWrappable* object, const WrapperTypeInfo* typeInfo) object 131 Source/bindings/v8/ScriptWrappable.h object->setTypeInfo(typeInfo); object 135 Source/bindings/v8/ScriptWrappable.h static bool setReturnValueWithSecurityCheck(v8::ReturnValue<v8::Value> returnValue, T* object) object 137 Source/bindings/v8/ScriptWrappable.h return ScriptWrappable::getUnsafeWrapperFromObject(object).template setReturnValueWithSecurityCheck<V8T>(returnValue, object); object 141 Source/bindings/v8/ScriptWrappable.h static bool setReturnValue(v8::ReturnValue<v8::Value> returnValue, T* object) object 143 Source/bindings/v8/ScriptWrappable.h return ScriptWrappable::getUnsafeWrapperFromObject(object).setReturnValue(returnValue); object 163 Source/bindings/v8/ScriptWrappable.h v8::Object* object = containsWrapper() ? reinterpret_cast<v8::Object*>(m_wrapperOrTypeInfo & ~1) : 0; object 164 Source/bindings/v8/ScriptWrappable.h return UnsafePersistent<v8::Object>(object); object 173 Source/bindings/v8/ScriptWrappable.h static UnsafePersistent<v8::Object> getUnsafeWrapperFromObject(ScriptWrappable* object) object 175 Source/bindings/v8/ScriptWrappable.h return object->unsafePersistent(); object 1039 Source/bindings/v8/SerializedScriptValue.cpp AbstractObjectState(v8::Handle<v8::Object> object, StateBase* next) object 1040 Source/bindings/v8/SerializedScriptValue.cpp : State<v8::Object>(object, next) object 1105 Source/bindings/v8/SerializedScriptValue.cpp ObjectState(v8::Handle<v8::Object> object, StateBase* next) object 1106 Source/bindings/v8/SerializedScriptValue.cpp : AbstractObjectState(object, next) object 1324 Source/bindings/v8/SerializedScriptValue.cpp StateBase* writeAndGreyArrayBufferView(v8::Handle<v8::Object> object, StateBase* next) object 1326 Source/bindings/v8/SerializedScriptValue.cpp ASSERT(!object.IsEmpty()); object 1327 Source/bindings/v8/SerializedScriptValue.cpp ArrayBufferView* arrayBufferView = V8ArrayBufferView::toNative(object); object 1349 Source/bindings/v8/SerializedScriptValue.cpp greyObject(object); object 1401 Source/bindings/v8/SerializedScriptValue.cpp StateBase* startObjectState(v8::Handle<v8::Object> object, StateBase* next) object 1405 Source/bindings/v8/SerializedScriptValue.cpp return push(new ObjectState(object, next)); object 1410 Source/bindings/v8/SerializedScriptValue.cpp void greyObject(const v8::Handle<v8::Object>& object) object 1412 Source/bindings/v8/SerializedScriptValue.cpp ASSERT(!m_objectPool.contains(object)); object 1414 Source/bindings/v8/SerializedScriptValue.cpp m_objectPool.set(object, objectReference); object 1433 Source/bindings/v8/SerializedScriptValue.cpp static bool isHostObject(v8::Handle<v8::Object> object) object 1439 Source/bindings/v8/SerializedScriptValue.cpp return object->InternalFieldCount() || object->HasIndexedPropertiesInExternalArrayData(); object 2482 Source/bindings/v8/SerializedScriptValue.cpp virtual bool consumeTopOfStack(v8::Handle<v8::Value>* object) OVERRIDE object 2486 Source/bindings/v8/SerializedScriptValue.cpp *object = element(stackDepth() - 1); object 2493 Source/bindings/v8/SerializedScriptValue.cpp v8::Local<v8::Object> object = v8::Object::New(m_reader.isolate()); object 2494 Source/bindings/v8/SerializedScriptValue.cpp if (object.IsEmpty()) object 2496 Source/bindings/v8/SerializedScriptValue.cpp openComposite(object); object 2502 Source/bindings/v8/SerializedScriptValue.cpp v8::Local<v8::Object> object; object 2507 Source/bindings/v8/SerializedScriptValue.cpp object = composite.As<v8::Object>(); object 2509 Source/bindings/v8/SerializedScriptValue.cpp object = v8::Object::New(m_reader.isolate()); object 2511 Source/bindings/v8/SerializedScriptValue.cpp if (object.IsEmpty()) object 2513 Source/bindings/v8/SerializedScriptValue.cpp return initializeObject(object, numProperties, value); object 2556 Source/bindings/v8/SerializedScriptValue.cpp virtual void pushObjectReference(const v8::Handle<v8::Value>& object) OVERRIDE object 2558 Source/bindings/v8/SerializedScriptValue.cpp m_objectPool.append(object); object 2561 Source/bindings/v8/SerializedScriptValue.cpp virtual bool tryGetTransferredMessagePort(uint32_t index, v8::Handle<v8::Value>* object) OVERRIDE object 2567 Source/bindings/v8/SerializedScriptValue.cpp *object = toV8(m_transferredMessagePorts->at(index).get(), v8::Handle<v8::Object>(), m_reader.getIsolate()); object 2571 Source/bindings/v8/SerializedScriptValue.cpp virtual bool tryGetTransferredArrayBuffer(uint32_t index, v8::Handle<v8::Value>* object) OVERRIDE object 2585 Source/bindings/v8/SerializedScriptValue.cpp *object = result; object 2589 Source/bindings/v8/SerializedScriptValue.cpp virtual bool tryGetObjectFromObjectReference(uint32_t reference, v8::Handle<v8::Value>* object) OVERRIDE object 2593 Source/bindings/v8/SerializedScriptValue.cpp *object = m_objectPool[reference]; object 2594 Source/bindings/v8/SerializedScriptValue.cpp return object; object 2603 Source/bindings/v8/SerializedScriptValue.cpp bool initializeObject(v8::Handle<v8::Object> object, uint32_t numProperties, v8::Handle<v8::Value>* value) object 2611 Source/bindings/v8/SerializedScriptValue.cpp object->Set(propertyName, propertyValue); object 2614 Source/bindings/v8/SerializedScriptValue.cpp *value = object; object 2644 Source/bindings/v8/SerializedScriptValue.cpp void openComposite(const v8::Local<v8::Value>& object) object 2648 Source/bindings/v8/SerializedScriptValue.cpp m_objectPool.append(object); object 2651 Source/bindings/v8/SerializedScriptValue.cpp bool closeComposite(v8::Handle<v8::Value>* object) object 2659 Source/bindings/v8/SerializedScriptValue.cpp *object = m_objectPool[objectReference]; object 2761 Source/bindings/v8/SerializedScriptValue.cpp static void neuterArrayBufferInAllWorlds(ArrayBuffer* object) object 2768 Source/bindings/v8/SerializedScriptValue.cpp v8::Handle<v8::Object> wrapper = worlds[i]->domDataStore().get<V8ArrayBuffer>(object, isolate); object 2775 Source/bindings/v8/SerializedScriptValue.cpp v8::Handle<v8::Object> wrapper = DOMDataStore::current(isolate).get<V8ArrayBuffer>(object, isolate); object 68 Source/bindings/v8/UnsafePersistent.h inline bool setReturnValueWithSecurityCheck(v8::ReturnValue<v8::Value> returnValue, U* object) object 71 Source/bindings/v8/UnsafePersistent.h RELEASE_ASSERT_WITH_SECURITY_IMPLICATION(isEmpty() || value()->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex) == V8T::toInternalPointer(object)); object 613 Source/bindings/v8/V8Binding.cpp void addHiddenValueToArray(v8::Handle<v8::Object> object, v8::Local<v8::Value> value, int arrayIndex, v8::Isolate* isolate) object 615 Source/bindings/v8/V8Binding.cpp v8::Local<v8::Value> arrayValue = object->GetInternalField(arrayIndex); object 618 Source/bindings/v8/V8Binding.cpp object->SetInternalField(arrayIndex, arrayValue); object 625 Source/bindings/v8/V8Binding.cpp void removeHiddenValueFromArray(v8::Handle<v8::Object> object, v8::Local<v8::Value> value, int arrayIndex, v8::Isolate* isolate) object 627 Source/bindings/v8/V8Binding.cpp v8::Local<v8::Value> arrayValue = object->GetInternalField(arrayIndex); object 640 Source/bindings/v8/V8Binding.cpp void moveEventListenerToNewWrapper(v8::Handle<v8::Object> object, EventListener* oldValue, v8::Local<v8::Value> newValue, int arrayIndex, v8::Isolate* isolate) object 647 Source/bindings/v8/V8Binding.cpp removeHiddenValueFromArray(object, oldListenerObject, arrayIndex, isolate); object 652 Source/bindings/v8/V8Binding.cpp addHiddenValueToArray(object, newValue, arrayIndex, isolate); object 427 Source/bindings/v8/V8Binding.h inline double toCoreDate(v8::Handle<v8::Value> object) object 429 Source/bindings/v8/V8Binding.h if (object->IsDate()) object 430 Source/bindings/v8/V8Binding.h return v8::Handle<v8::Date>::Cast(object)->ValueOf(); object 431 Source/bindings/v8/V8Binding.h if (object->IsNumber()) object 432 Source/bindings/v8/V8Binding.h return object->NumberValue(); object 498 Source/bindings/v8/V8Binding.h v8::Local<v8::Object> object = v8::Local<v8::Object>::Cast(v8Value); object 500 Source/bindings/v8/V8Binding.h v8::Handle<v8::Value> element = object->Get(i); object 565 Source/bindings/v8/V8Binding.h v8::Local<v8::Object> object = v8::Local<v8::Object>::Cast(v8Value); object 567 Source/bindings/v8/V8Binding.h v8::Handle<v8::Value> element = object->Get(i); object 598 Source/bindings/v8/V8Binding.h v8::Local<v8::Object> object = v8::Local<v8::Object>::Cast(v8Value); object 600 Source/bindings/v8/V8Binding.h result.uncheckedAppend(TraitsType::nativeValue(object->Get(i), isolate)); object 632 Source/bindings/v8/V8Binding.h v8::Local<v8::Object> object = v8::Local<v8::Object>::Cast(v8Value); object 638 Source/bindings/v8/V8Binding.h V8TRYCATCH(v8::Local<v8::Value>, lengthValue, object->Get(lengthSymbol)); object 51 Source/bindings/v8/V8DOMWrapper.h static inline v8::Handle<v8::Object> associateObjectWithWrapper(RawPtr<T> object, const WrapperTypeInfo* type, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, WrapperConfiguration::Lifetime lifetime) { return associateObjectWithWrapper<V8T, T>(object.get(), type, wrapper, isolate, lifetime); } object 62 Source/bindings/v8/V8DOMWrapper.h inline void V8DOMWrapper::setNativeInfo(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* type, void* object) object 65 Source/bindings/v8/V8DOMWrapper.h ASSERT(object); object 70 Source/bindings/v8/V8DOMWrapper.h wrapper->SetAlignedPointerInInternalField(v8DOMWrapperObjectIndex, object); object 74 Source/bindings/v8/V8DOMWrapper.h inline void V8DOMWrapper::setNativeInfoForHiddenWrapper(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* type, void* object) object 78 Source/bindings/v8/V8DOMWrapper.h ASSERT(object); object 83 Source/bindings/v8/V8DOMWrapper.h wrapper->SetAlignedPointerInInternalField(v8DOMWrapperObjectIndex, object); object 90 Source/bindings/v8/V8DOMWrapper.h inline void V8DOMWrapper::setNativeInfoWithPersistentHandle(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* type, void* object, PersistentNode* handle) object 93 Source/bindings/v8/V8DOMWrapper.h ASSERT(object); object 96 Source/bindings/v8/V8DOMWrapper.h wrapper->SetAlignedPointerInInternalField(v8DOMWrapperObjectIndex, object); object 113 Source/bindings/v8/V8DOMWrapper.h inline v8::Handle<v8::Object> V8DOMWrapper::associateObjectWithWrapper(PassRefPtr<T> object, const WrapperTypeInfo* type, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, WrapperConfiguration::Lifetime lifetime) object 115 Source/bindings/v8/V8DOMWrapper.h setNativeInfo(wrapper, type, V8T::toInternalPointer(object.get())); object 117 Source/bindings/v8/V8DOMWrapper.h WrapperConfiguration configuration = buildWrapperConfiguration(object.get(), lifetime); object 118 Source/bindings/v8/V8DOMWrapper.h DOMDataStore::setWrapper<V8T>(object.leakRef(), wrapper, isolate, configuration); object 123 Source/bindings/v8/V8DOMWrapper.h inline v8::Handle<v8::Object> V8DOMWrapper::associateObjectWithWrapper(T* object, const WrapperTypeInfo* type, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, WrapperConfiguration::Lifetime lifetime) object 125 Source/bindings/v8/V8DOMWrapper.h setNativeInfoWithPersistentHandle(wrapper, type, V8T::toInternalPointer(object), new Persistent<T>(object)); object 127 Source/bindings/v8/V8DOMWrapper.h WrapperConfiguration configuration = buildWrapperConfiguration(object, lifetime); object 128 Source/bindings/v8/V8DOMWrapper.h DOMDataStore::setWrapper<V8T>(object, wrapper, isolate, configuration); object 71 Source/bindings/v8/V8EventListenerList.h static V8EventListener* doFindWrapper(v8::Local<v8::Object> object, v8::Handle<v8::String> wrapperProperty, v8::Isolate* isolate) object 75 Source/bindings/v8/V8EventListenerList.h v8::Local<v8::Value> listener = object->GetHiddenValue(wrapperProperty); object 96 Source/bindings/v8/V8EventListenerList.h v8::Local<v8::Object> object = v8::Local<v8::Object>::Cast(value); object 99 Source/bindings/v8/V8EventListenerList.h V8EventListener* wrapper = doFindWrapper(object, wrapperProperty, isolate); object 103 Source/bindings/v8/V8EventListenerList.h RefPtr<V8EventListener> wrapperPtr = WrapperType::create(object, isAttribute, isolate); object 105 Source/bindings/v8/V8EventListenerList.h object->SetHiddenValue(wrapperProperty, v8::External::New(isolate, wrapperPtr.get())); object 258 Source/bindings/v8/V8GCController.cpp void* object = toNative(*wrapper); object 266 Source/bindings/v8/V8GCController.cpp Node* node = static_cast<Node*>(object); object 274 Source/bindings/v8/V8GCController.cpp type->visitDOMWrapper(object, v8::Persistent<v8::Object>::Cast(*value), m_isolate); object 25 Source/bindings/v8/V8HiddenValue.cpp v8::Local<v8::Value> V8HiddenValue::getHiddenValue(v8::Isolate* isolate, v8::Handle<v8::Object> object, v8::Handle<v8::String> key) object 27 Source/bindings/v8/V8HiddenValue.cpp return object->GetHiddenValue(key); object 30 Source/bindings/v8/V8HiddenValue.cpp bool V8HiddenValue::setHiddenValue(v8::Isolate* isolate, v8::Handle<v8::Object> object, v8::Handle<v8::String> key, v8::Handle<v8::Value> value) object 32 Source/bindings/v8/V8HiddenValue.cpp return object->SetHiddenValue(key, value); object 35 Source/bindings/v8/V8HiddenValue.cpp bool V8HiddenValue::deleteHiddenValue(v8::Isolate* isolate, v8::Handle<v8::Object> object, v8::Handle<v8::String> key) object 37 Source/bindings/v8/V8HiddenValue.cpp return object->DeleteHiddenValue(key); object 423 Source/bindings/v8/V8NPObject.cpp v8::Local<v8::Object> createV8ObjectForNPObject(NPObject* object, NPObject* root, v8::Isolate* isolate) object 430 Source/bindings/v8/V8NPObject.cpp V8NPObject* v8NPObject = npObjectToV8NPObject(object); object 435 Source/bindings/v8/V8NPObject.cpp v8::Handle<v8::Object> wrapper = staticNPObjectMap().newLocal(object, isolate); object 460 Source/bindings/v8/V8NPObject.cpp V8DOMWrapper::setNativeInfo(value, npObjectTypeInfo(), object); object 463 Source/bindings/v8/V8NPObject.cpp _NPN_RetainObject(object); object 464 Source/bindings/v8/V8NPObject.cpp _NPN_RegisterObject(object, root); object 466 Source/bindings/v8/V8NPObject.cpp WrapperConfiguration configuration = buildWrapperConfiguration(object, WrapperConfiguration::Dependent); object 467 Source/bindings/v8/V8NPObject.cpp staticNPObjectMap().set(object, value, configuration); object 472 Source/bindings/v8/V8NPObject.cpp void forgetV8ObjectForNPObject(NPObject* object) object 476 Source/bindings/v8/V8NPObject.cpp v8::Handle<v8::Object> wrapper = staticNPObjectMap().newLocal(object, isolate); object 479 Source/bindings/v8/V8NPObject.cpp staticNPObjectMap().removeAndDispose(object); object 480 Source/bindings/v8/V8NPObject.cpp _NPN_ReleaseObject(object); object 46 Source/bindings/v8/V8NPUtils.cpp void convertV8ObjectToNPVariant(v8::Local<v8::Value> object, NPObject* owner, NPVariant* result, v8::Isolate* isolate) object 52 Source/bindings/v8/V8NPUtils.cpp ASSERT(!object.IsEmpty()); object 54 Source/bindings/v8/V8NPUtils.cpp if (object.IsEmpty()) object 57 Source/bindings/v8/V8NPUtils.cpp if (object->IsNumber()) object 58 Source/bindings/v8/V8NPUtils.cpp DOUBLE_TO_NPVARIANT(object->NumberValue(), *result); object 59 Source/bindings/v8/V8NPUtils.cpp else if (object->IsBoolean()) object 60 Source/bindings/v8/V8NPUtils.cpp BOOLEAN_TO_NPVARIANT(object->BooleanValue(), *result); object 61 Source/bindings/v8/V8NPUtils.cpp else if (object->IsNull()) object 63 Source/bindings/v8/V8NPUtils.cpp else if (object->IsUndefined()) object 65 Source/bindings/v8/V8NPUtils.cpp else if (object->IsString()) { object 66 Source/bindings/v8/V8NPUtils.cpp v8::Handle<v8::String> str = object.As<v8::String>(); object 71 Source/bindings/v8/V8NPUtils.cpp } else if (object->IsObject()) { object 73 Source/bindings/v8/V8NPUtils.cpp NPObject* npobject = npCreateV8ScriptObject(0, v8::Handle<v8::Object>::Cast(object), window, isolate); object 100 Source/bindings/v8/V8NPUtils.cpp NPObject* object = NPVARIANT_TO_OBJECT(*variant); object 101 Source/bindings/v8/V8NPUtils.cpp if (V8NPObject* v8Object = npObjectToV8NPObject(object)) object 103 Source/bindings/v8/V8NPUtils.cpp return createV8ObjectForNPObject(object, owner, isolate); object 84 Source/bindings/v8/V8NodeFilterCondition.cpp v8::Handle<v8::Object> object = m_scriptState->context()->Global(); object 85 Source/bindings/v8/V8NodeFilterCondition.cpp v8::Handle<v8::Value> result = ScriptController::callFunction(m_scriptState->executionContext(), callback, object, 1, info.get(), isolate); object 63 Source/bindings/v8/V8PerContextData.cpp v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(context->Global()->Get(v8AtomicString(m_isolate, "Error"))); object 64 Source/bindings/v8/V8PerContextData.cpp ASSERT(!object.IsEmpty()); object 65 Source/bindings/v8/V8PerContextData.cpp v8::Handle<v8::Value> prototypeValue = object->Get(v8AtomicString(m_isolate, "prototype")); object 155 Source/bindings/v8/V8ScriptRunner.cpp v8::Local<v8::Value> V8ScriptRunner::callAsFunction(v8::Isolate* isolate, v8::Handle<v8::Object> object, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> args[]) object 161 Source/bindings/v8/V8ScriptRunner.cpp v8::Local<v8::Value> result = object->CallAsFunction(receiver, argc, args); object 176 Source/bindings/v8/V8StringResource.h V8StringResource(v8::Handle<v8::Value> object) object 177 Source/bindings/v8/V8StringResource.h : m_v8Object(object) object 66 Source/bindings/v8/WrapperTypeInfo.h inline void setObjectGroup(void* object, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate) object 68 Source/bindings/v8/WrapperTypeInfo.h isolate->SetObjectGroupId(wrapper, v8::UniqueId(reinterpret_cast<intptr_t>(object))); object 108 Source/bindings/v8/WrapperTypeInfo.h ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object> object) const object 112 Source/bindings/v8/WrapperTypeInfo.h return toActiveDOMObjectFunction(object); object 115 Source/bindings/v8/WrapperTypeInfo.h EventTarget* toEventTarget(v8::Handle<v8::Object> object) const object 119 Source/bindings/v8/WrapperTypeInfo.h return toEventTargetFunction(object); object 122 Source/bindings/v8/WrapperTypeInfo.h void visitDOMWrapper(void* object, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate) const object 125 Source/bindings/v8/WrapperTypeInfo.h setObjectGroup(object, wrapper, isolate); object 127 Source/bindings/v8/WrapperTypeInfo.h visitDOMWrapperFunction(object, wrapper, isolate); object 151 Source/bindings/v8/WrapperTypeInfo.h const v8::Handle<v8::Object>& object = reinterpret_cast<const v8::Handle<v8::Object>&>(persistent); object 152 Source/bindings/v8/WrapperTypeInfo.h ASSERT(offset < object->InternalFieldCount()); object 153 Source/bindings/v8/WrapperTypeInfo.h return static_cast<T*>(object->GetAlignedPointerFromInternalField(offset)); object 59 Source/bindings/v8/custom/V8ArrayBufferCustom.cpp void V8ArrayBuffer::derefObject(void* object) object 61 Source/bindings/v8/custom/V8ArrayBufferCustom.cpp static_cast<ArrayBuffer*>(object)->deref(); object 76 Source/bindings/v8/custom/V8ArrayBufferCustom.cpp ArrayBuffer* V8ArrayBuffer::toNative(v8::Handle<v8::Object> object) object 78 Source/bindings/v8/custom/V8ArrayBufferCustom.cpp ASSERT(object->IsArrayBuffer()); object 79 Source/bindings/v8/custom/V8ArrayBufferCustom.cpp v8::Local<v8::ArrayBuffer> v8buffer = object.As<v8::ArrayBuffer>(); object 81 Source/bindings/v8/custom/V8ArrayBufferCustom.cpp RELEASE_ASSERT(toWrapperTypeInfo(object)->ginEmbedder == gin::kEmbedderBlink); object 82 Source/bindings/v8/custom/V8ArrayBufferCustom.cpp return reinterpret_cast<ArrayBuffer*>(WebCore::toNative(object)); object 89 Source/bindings/v8/custom/V8ArrayBufferCustom.cpp V8DOMWrapper::associateObjectWithWrapper<V8ArrayBuffer>(buffer.release(), &wrapperTypeInfo, object, v8::Isolate::GetCurrent(), WrapperConfiguration::Dependent); object 91 Source/bindings/v8/custom/V8ArrayBufferCustom.cpp return reinterpret_cast<ArrayBuffer*>(WebCore::toNative(object)); object 44 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp ArrayBufferView* V8ArrayBufferView::toNative(v8::Handle<v8::Object> object) object 46 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp ASSERT(object->IsArrayBufferView()); object 47 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp void* viewPtr = object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex); object 51 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp if (object->IsUint8Array()) { object 52 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp return V8Uint8Array::toNative(object); object 54 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp if (object->IsInt8Array()) { object 55 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp return V8Int8Array::toNative(object); object 57 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp if (object->IsUint16Array()) { object 58 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp return V8Uint16Array::toNative(object); object 60 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp if (object->IsInt16Array()) { object 61 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp return V8Int16Array::toNative(object); object 63 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp if (object->IsUint32Array()) { object 64 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp return V8Uint32Array::toNative(object); object 66 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp if (object->IsInt32Array()) { object 67 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp return V8Int32Array::toNative(object); object 69 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp if (object->IsFloat32Array()) { object 70 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp return V8Float32Array::toNative(object); object 72 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp if (object->IsFloat64Array()) { object 73 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp return V8Float64Array::toNative(object); object 75 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp if (object->IsUint8ClampedArray()) { object 76 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp return V8Uint8ClampedArray::toNative(object); object 78 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp if (object->IsDataView()) { object 79 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp return V8DataView::toNative(object); object 35 Source/bindings/v8/custom/V8DataViewCustom.cpp static void initializeScriptWrappableForInterface(DataView* object) object 37 Source/bindings/v8/custom/V8DataViewCustom.cpp if (ScriptWrappable::wrapperCanBeStoredInObject(object)) object 38 Source/bindings/v8/custom/V8DataViewCustom.cpp ScriptWrappable::setTypeInfoInObject(object, &V8DataView::wrapperTypeInfo); object 49 Source/bindings/v8/custom/V8DataViewCustom.cpp void webCoreInitializeScriptWrappableForInterface(WebCore::DataView* object) object 51 Source/bindings/v8/custom/V8DataViewCustom.cpp WebCore::initializeScriptWrappableForInterface(object); object 43 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp v8::Local<v8::Object> object = value->ToObject(); object 45 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp v8::Local<v8::Value> xValue = object->Get(v8AtomicString(isolate, "x")); object 51 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp v8::Local<v8::Value> yValue = object->Get(v8AtomicString(isolate, "y")); object 57 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp v8::Local<v8::Value> zValue = object->Get(v8AtomicString(isolate, "z")); object 75 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp v8::Local<v8::Object> object = value->ToObject(); object 77 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp v8::Local<v8::Value> alphaValue = object->Get(v8AtomicString(isolate, "alpha")); object 83 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp v8::Local<v8::Value> betaValue = object->Get(v8AtomicString(isolate, "beta")); object 89 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp v8::Local<v8::Value> gammaValue = object->Get(v8AtomicString(isolate, "gamma")); object 54 Source/bindings/v8/custom/V8GeolocationCustom.cpp v8::Local<v8::Object> object = value->ToObject(); object 60 Source/bindings/v8/custom/V8GeolocationCustom.cpp v8::Local<v8::Value> enableHighAccuracyValue = object->Get(v8AtomicString(isolate, "enableHighAccuracy")); object 74 Source/bindings/v8/custom/V8GeolocationCustom.cpp v8::Local<v8::Value> timeoutValue = object->Get(v8AtomicString(isolate, "timeout")); object 98 Source/bindings/v8/custom/V8GeolocationCustom.cpp v8::Local<v8::Value> maximumAgeValue = object->Get(v8AtomicString(isolate, "maximumAge")); object 99 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp InjectedScriptHost::InspectableObject* object = host->inspectedObject(info[0]->ToInt32()->Value()); object 100 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp v8SetReturnValue(info, object->get(ScriptState::current()).v8Value()); object 238 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(info[0]); object 242 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp v8SetReturnValue(info, debugServer.getInternalProperties(object)); object 315 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp ScriptValue object(info[0], info.GetIsolate()); object 317 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp host->inspectImpl(object.toJSONValue(ScriptState::current()), hints.toJSONValue(ScriptState::current())); object 70 Source/bindings/v8/custom/V8MutationObserverCustom.cpp void V8MutationObserver::visitDOMWrapper(void* object, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate) object 72 Source/bindings/v8/custom/V8MutationObserverCustom.cpp MutationObserver* observer = static_cast<MutationObserver*>(object); object 155 Source/bindings/v8/custom/V8TypedArrayCustom.h TypedArray* V8TypedArray<TypedArray>::toNative(v8::Handle<v8::Object> object) object 157 Source/bindings/v8/custom/V8TypedArrayCustom.h ASSERT(Traits::IsInstance(object)); object 158 Source/bindings/v8/custom/V8TypedArrayCustom.h void* typedarrayPtr = object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex); object 162 Source/bindings/v8/custom/V8TypedArrayCustom.h v8::Handle<V8Type> view = object.As<V8Type>(); object 166 Source/bindings/v8/custom/V8TypedArrayCustom.h V8DOMWrapper::associateObjectWithWrapper<Binding>(typedArray.release(), &wrapperTypeInfo, object, v8::Isolate::GetCurrent(), WrapperConfiguration::Independent); object 168 Source/bindings/v8/custom/V8TypedArrayCustom.h typedarrayPtr = object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex); object 187 Source/bindings/v8/custom/V8TypedArrayCustom.h void V8TypedArray<TypedArray>::derefObject(void* object) object 189 Source/bindings/v8/custom/V8TypedArrayCustom.h static_cast<TypedArray*>(object)->deref(); object 221 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(arg); object 222 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp Document* document = V8Document::toNative(object); object 226 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(arg); object 227 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp Blob* blob = V8Blob::toNative(object); object 231 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(arg); object 232 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp DOMFormData* domFormData = V8FormData::toNative(object); object 236 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(arg); object 237 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp ArrayBuffer* arrayBuffer = V8ArrayBuffer::toNative(object); object 241 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(arg); object 242 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp ArrayBufferView* arrayBufferView = V8ArrayBufferView::toNative(object); object 73 Source/core/accessibility/AXMenuListPopup.cpp AXObject* object = document()->axObjectCache()->getOrCreate(MenuListOptionRole); object 74 Source/core/accessibility/AXMenuListPopup.cpp ASSERT_WITH_SECURITY_IMPLICATION(object->isMenuListOption()); object 76 Source/core/accessibility/AXMenuListPopup.cpp AXMenuListOption* option = toAXMenuListOption(object); object 294 Source/core/accessibility/AXNodeObject.cpp for (AXObject* object = parentObject(); object; object = object->parentObject()) { object 295 Source/core/accessibility/AXNodeObject.cpp if (!object->canHaveChildren()) object 311 Source/core/accessibility/AXObject.cpp for (const AXObject* object = this; object; object = object->parentObject()) { object 312 Source/core/accessibility/AXObject.cpp if (equalIgnoringCase(object->getAttribute(aria_hiddenAttr), "true")) object 314 Source/core/accessibility/AXObject.cpp if (mightBeInInertSubtree && object->node()) { object 315 Source/core/accessibility/AXObject.cpp if (object->node()->isInert()) object 594 Source/core/accessibility/AXObject.cpp const AXObject* object = this; object 595 Source/core/accessibility/AXObject.cpp while (object && !object->isAXRenderObject()) object 596 Source/core/accessibility/AXObject.cpp object = object->parentObject(); object 598 Source/core/accessibility/AXObject.cpp if (!object) object 601 Source/core/accessibility/AXObject.cpp return object->documentFrameView(); object 583 Source/core/accessibility/AXObject.h DEFINE_TYPE_CASTS(thisType, AXObject, object, object->predicate, object.predicate) object 602 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::removeAXID(AXObject* object) object 604 Source/core/accessibility/AXObjectCache.cpp if (!object) object 607 Source/core/accessibility/AXObjectCache.cpp AXID objID = object->axObjectID(); object 612 Source/core/accessibility/AXObjectCache.cpp object->setAXObjectID(0); object 721 Source/core/accessibility/AXObjectCache.cpp RefPtr<AXObject> object = get(renderer); object 722 Source/core/accessibility/AXObjectCache.cpp while (!object && renderer) { object 724 Source/core/accessibility/AXObjectCache.cpp object = get(renderer); object 730 Source/core/accessibility/AXObjectCache.cpp postNotification(object.get(), &renderer->document(), notification, postToElement, postType); object 742 Source/core/accessibility/AXObjectCache.cpp RefPtr<AXObject> object = get(node); object 743 Source/core/accessibility/AXObjectCache.cpp while (!object && node) { object 745 Source/core/accessibility/AXObjectCache.cpp object = get(node); object 751 Source/core/accessibility/AXObjectCache.cpp postNotification(object.get(), &node->document(), notification, postToElement, postType); object 754 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::postNotification(AXObject* object, Document* document, AXNotification notification, bool postToElement, PostType postType) object 758 Source/core/accessibility/AXObjectCache.cpp if (object && !postToElement) object 759 Source/core/accessibility/AXObjectCache.cpp object = object->observableObject(); object 761 Source/core/accessibility/AXObjectCache.cpp if (!object && document) object 762 Source/core/accessibility/AXObjectCache.cpp object = get(document->renderer()); object 764 Source/core/accessibility/AXObjectCache.cpp if (!object) object 768 Source/core/accessibility/AXObjectCache.cpp m_notificationsToPost.append(std::make_pair(object, notification)); object 772 Source/core/accessibility/AXObjectCache.cpp postPlatformNotification(object, notification); object 95 Source/core/accessibility/AXRenderObject.cpp static inline bool isInlineWithContinuation(RenderObject* object) object 97 Source/core/accessibility/AXRenderObject.cpp if (!object->isBoxModelObject()) object 100 Source/core/accessibility/AXRenderObject.cpp RenderBoxModelObject* renderer = toRenderBoxModelObject(object); object 459 Source/core/accessibility/AXRenderObject.cpp static bool isLinkable(const AXObject& object) object 461 Source/core/accessibility/AXRenderObject.cpp if (!object.renderer()) object 466 Source/core/accessibility/AXRenderObject.cpp return object.isLink() || object.isImage() || object.renderer()->isText(); object 22 Source/core/animation/AnimationTestHelper.cpp void setV8ObjectPropertyAsString(v8::Handle<v8::Object> object, String name, String value) object 24 Source/core/animation/AnimationTestHelper.cpp object->Set(stringToV8Value(name), stringToV8Value(value)); object 27 Source/core/animation/AnimationTestHelper.cpp void setV8ObjectPropertyAsNumber(v8::Handle<v8::Object> object, String name, double value) object 29 Source/core/animation/AnimationTestHelper.cpp object->Set(stringToV8Value(name), doubleToV8Value(value)); object 59 Source/core/dom/ContextLifecycleNotifier.h bool contains(ActiveDOMObject* object) const { return m_activeDOMObjects.contains(object); } object 118 Source/core/dom/ExecutionContext.cpp void ExecutionContext::suspendActiveDOMObjectIfNeeded(ActiveDOMObject* object) object 120 Source/core/dom/ExecutionContext.cpp ASSERT(lifecycleNotifier().contains(object)); object 123 Source/core/dom/ExecutionContext.cpp object->suspend(); object 1096 Source/core/dom/Position.cpp static bool isNonTextLeafChild(RenderObject* object) object 1098 Source/core/dom/Position.cpp if (object->firstChild()) object 1100 Source/core/dom/Position.cpp if (object->isText()) object 143 Source/core/dom/TreeShared.h template<typename NodeType> inline void adopted(TreeShared<NodeType>* object) object 145 Source/core/dom/TreeShared.h if (!object) object 148 Source/core/dom/TreeShared.h ASSERT_WITH_SECURITY_IMPLICATION(!object->m_deletionHasBegun); object 150 Source/core/dom/TreeShared.h ASSERT(!object->m_inRemovedLastRefFunction); object 151 Source/core/dom/TreeShared.h object->m_adoptionIsRequired = false; object 169 Source/core/frame/Frame.cpp RenderObject* object = ownerElement()->renderer(); object 170 Source/core/frame/Frame.cpp if (!object) object 176 Source/core/frame/Frame.cpp if (!object->isRenderPart()) object 178 Source/core/frame/Frame.cpp return toRenderPart(object); object 1167 Source/core/frame/FrameView.cpp void FrameView::addWidget(RenderWidget* object) object 1169 Source/core/frame/FrameView.cpp m_widgets.add(object); object 1172 Source/core/frame/FrameView.cpp void FrameView::removeWidget(RenderWidget* object) object 1174 Source/core/frame/FrameView.cpp m_widgets.remove(object); object 1191 Source/core/frame/FrameView.cpp void FrameView::addWidgetToUpdate(RenderEmbeddedObject& object) object 1195 Source/core/frame/FrameView.cpp Node* node = object.node(); object 1200 Source/core/frame/FrameView.cpp m_widgetUpdateSet.add(&object); object 1314 Source/core/frame/FrameView.cpp void FrameView::addViewportConstrainedObject(RenderObject* object) object 1319 Source/core/frame/FrameView.cpp if (!m_viewportConstrainedObjects->contains(object)) { object 1320 Source/core/frame/FrameView.cpp m_viewportConstrainedObjects->add(object); object 1329 Source/core/frame/FrameView.cpp void FrameView::removeViewportConstrainedObject(RenderObject* object) object 1331 Source/core/frame/FrameView.cpp if (m_viewportConstrainedObjects && m_viewportConstrainedObjects->contains(object)) { object 1332 Source/core/frame/FrameView.cpp m_viewportConstrainedObjects->remove(object); object 2031 Source/core/frame/FrameView.cpp RenderEmbeddedObject& object = **it; object 2032 Source/core/frame/FrameView.cpp HTMLPlugInElement* element = toHTMLPlugInElement(object.node()); object 2040 Source/core/frame/FrameView.cpp if (object.showsUnavailablePluginIndicator()) object 2045 Source/core/frame/FrameView.cpp object.updateWidgetPosition(); object 2049 Source/core/frame/FrameView.cpp m_widgetUpdateSet.remove(&object); object 201 Source/core/html/HTMLEmbedElement.cpp for (HTMLObjectElement* object = Traversal<HTMLObjectElement>::firstAncestor(*this); object; object = Traversal<HTMLObjectElement>::firstAncestor(*object)) { object 202 Source/core/html/HTMLEmbedElement.cpp if (object->isExposed()) object 56 Source/core/html/canvas/CanvasPathMethods.h static void closePath(CanvasPathMethods& object) object 57 Source/core/html/canvas/CanvasPathMethods.h { object.closePath(); } object 58 Source/core/html/canvas/CanvasPathMethods.h static void moveTo(CanvasPathMethods& object, float x, float y) object 59 Source/core/html/canvas/CanvasPathMethods.h { object.moveTo(x, y); } object 60 Source/core/html/canvas/CanvasPathMethods.h static void lineTo(CanvasPathMethods& object, float x, float y) object 61 Source/core/html/canvas/CanvasPathMethods.h { object.lineTo(x, y); } object 62 Source/core/html/canvas/CanvasPathMethods.h static void quadraticCurveTo(CanvasPathMethods& object, float cpx, float cpy, float x, float y) object 63 Source/core/html/canvas/CanvasPathMethods.h { object.quadraticCurveTo(cpx, cpy, x, y); } object 64 Source/core/html/canvas/CanvasPathMethods.h static void bezierCurveTo(CanvasPathMethods& object, float cp1x, float cp1y, float cp2x, float cp2y, float x, float y) object 65 Source/core/html/canvas/CanvasPathMethods.h { object.bezierCurveTo(cp1x, cp1y, cp2x, cp2y, x, y); } object 66 Source/core/html/canvas/CanvasPathMethods.h static void arcTo(CanvasPathMethods& object, float x0, float y0, float x1, float y1, float radius, ExceptionState& es) object 67 Source/core/html/canvas/CanvasPathMethods.h { object.arcTo(x0, y0, x1, y1, radius, es); } object 68 Source/core/html/canvas/CanvasPathMethods.h static void arc(CanvasPathMethods& object, float x, float y, float radius, float startAngle, float endAngle, bool anticlockwise, ExceptionState& es) object 69 Source/core/html/canvas/CanvasPathMethods.h { object.arc(x, y, radius, startAngle, endAngle, anticlockwise, es); } object 70 Source/core/html/canvas/CanvasPathMethods.h static void ellipse(CanvasPathMethods& object, float x, float y, float radiusX, float radiusY, float rotation, float startAngle, float endAngle, bool anticlockwise, ExceptionState& es) object 71 Source/core/html/canvas/CanvasPathMethods.h { object.ellipse(x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise, es); } object 72 Source/core/html/canvas/CanvasPathMethods.h static void rect(CanvasPathMethods& object, float x, float y, float width, float height) object 73 Source/core/html/canvas/CanvasPathMethods.h { object.rect(x, y, width, height); } object 86 Source/core/html/canvas/OESVertexArrayObject.cpp return m_context->webGraphicsContext3D()->isVertexArrayOES(arrayObject->object()); object 99 Source/core/html/canvas/OESVertexArrayObject.cpp if (arrayObject && !arrayObject->isDefaultObject() && arrayObject->object()) { object 100 Source/core/html/canvas/OESVertexArrayObject.cpp m_context->webGraphicsContext3D()->bindVertexArrayOES(arrayObject->object()); object 52 Source/core/html/canvas/WebGLBuffer.cpp void WebGLBuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) object 54 Source/core/html/canvas/WebGLBuffer.cpp context3d->deleteBuffer(object); object 45 Source/core/html/canvas/WebGLBuffer.h bool hasEverBeenBound() const { return object() && m_target; } object 70 Source/core/html/canvas/WebGLContextGroup.cpp void WebGLContextGroup::removeObject(WebGLSharedObject* object) object 72 Source/core/html/canvas/WebGLContextGroup.cpp m_groupObjects.remove(object); object 75 Source/core/html/canvas/WebGLContextGroup.cpp void WebGLContextGroup::addObject(WebGLSharedObject* object) object 77 Source/core/html/canvas/WebGLContextGroup.cpp m_groupObjects.add(object); object 61 Source/core/html/canvas/WebGLDebugShaders.cpp return m_context->ensureNotNull(m_context->webGraphicsContext3D()->getTranslatedShaderSourceANGLE(shader->object())); object 37 Source/core/html/canvas/WebGLFramebuffer.cpp Platform3DObject objectOrZero(WebGLObject* object) object 39 Source/core/html/canvas/WebGLFramebuffer.cpp return object ? object->object() : 0; object 52 Source/core/html/canvas/WebGLFramebuffer.cpp virtual WebGLSharedObject* object() const OVERRIDE; object 97 Source/core/html/canvas/WebGLFramebuffer.cpp return m_renderbuffer->object() ? m_renderbuffer.get() : 0; object 100 Source/core/html/canvas/WebGLFramebuffer.cpp bool WebGLRenderbufferAttachment::isSharedObject(WebGLSharedObject* object) const object 102 Source/core/html/canvas/WebGLFramebuffer.cpp return object == m_renderbuffer; object 107 Source/core/html/canvas/WebGLFramebuffer.cpp return m_renderbuffer->object(); object 117 Source/core/html/canvas/WebGLFramebuffer.cpp Platform3DObject object = objectOrZero(m_renderbuffer.get()); object 119 Source/core/html/canvas/WebGLFramebuffer.cpp context->framebufferRenderbuffer(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_RENDERBUFFER, object); object 122 Source/core/html/canvas/WebGLFramebuffer.cpp context->framebufferRenderbuffer(GL_FRAMEBUFFER, attachment, GL_RENDERBUFFER, object); object 152 Source/core/html/canvas/WebGLFramebuffer.cpp virtual WebGLSharedObject* object() const OVERRIDE; object 195 Source/core/html/canvas/WebGLFramebuffer.cpp return m_texture->object() ? m_texture.get() : 0; object 198 Source/core/html/canvas/WebGLFramebuffer.cpp bool WebGLTextureAttachment::isSharedObject(WebGLSharedObject* object) const object 200 Source/core/html/canvas/WebGLFramebuffer.cpp return object == m_texture; object 205 Source/core/html/canvas/WebGLFramebuffer.cpp return m_texture->object(); object 215 Source/core/html/canvas/WebGLFramebuffer.cpp Platform3DObject object = objectOrZero(m_texture.get()); object 216 Source/core/html/canvas/WebGLFramebuffer.cpp context->framebufferTexture2D(GL_FRAMEBUFFER, attachment, m_target, object, m_level); object 278 Source/core/html/canvas/WebGLFramebuffer.cpp if (!object()) object 280 Source/core/html/canvas/WebGLFramebuffer.cpp if (texture && texture->object()) { object 291 Source/core/html/canvas/WebGLFramebuffer.cpp if (!object()) object 293 Source/core/html/canvas/WebGLFramebuffer.cpp if (renderbuffer && renderbuffer->object()) { object 310 Source/core/html/canvas/WebGLFramebuffer.cpp if (!object()) object 313 Source/core/html/canvas/WebGLFramebuffer.cpp return attachmentObject ? attachmentObject->object() : 0; object 322 Source/core/html/canvas/WebGLFramebuffer.cpp WebGLSharedObject* object = attachedObject->object(); object 323 Source/core/html/canvas/WebGLFramebuffer.cpp ASSERT(object && (object->isTexture() || object->isRenderbuffer())); object 326 Source/core/html/canvas/WebGLFramebuffer.cpp if (object->isRenderbuffer()) { object 331 Source/core/html/canvas/WebGLFramebuffer.cpp } else if (object->isTexture()) { object 342 Source/core/html/canvas/WebGLFramebuffer.cpp if (object->isRenderbuffer()) { object 349 Source/core/html/canvas/WebGLFramebuffer.cpp if (object->isRenderbuffer()) { object 354 Source/core/html/canvas/WebGLFramebuffer.cpp } else if (object->isTexture()) { object 365 Source/core/html/canvas/WebGLFramebuffer.cpp if (object->isRenderbuffer()) { object 370 Source/core/html/canvas/WebGLFramebuffer.cpp } else if (object->isTexture()) { object 411 Source/core/html/canvas/WebGLFramebuffer.cpp if (!object()) object 437 Source/core/html/canvas/WebGLFramebuffer.cpp if (!object()) object 460 Source/core/html/canvas/WebGLFramebuffer.cpp if (!object()) object 471 Source/core/html/canvas/WebGLFramebuffer.cpp if (!object()) object 482 Source/core/html/canvas/WebGLFramebuffer.cpp if (!object()) object 562 Source/core/html/canvas/WebGLFramebuffer.cpp void WebGLFramebuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) object 567 Source/core/html/canvas/WebGLFramebuffer.cpp context3d->deleteFramebuffer(object); object 54 Source/core/html/canvas/WebGLFramebuffer.h virtual WebGLSharedObject* object() const = 0; object 93 Source/core/html/canvas/WebGLFramebuffer.h bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; } object 43 Source/core/html/canvas/WebGLObject.cpp void WebGLObject::setObject(Platform3DObject object) object 47 Source/core/html/canvas/WebGLObject.cpp m_object = object; object 45 Source/core/html/canvas/WebGLObject.h Platform3DObject object() const { return m_object; } object 123 Source/core/html/canvas/WebGLProgram.cpp if (!shader || !shader->object()) object 143 Source/core/html/canvas/WebGLProgram.cpp if (!shader || !shader->object()) object 166 Source/core/html/canvas/WebGLProgram.cpp context3d->getProgramiv(object(), GL_ACTIVE_ATTRIBUTES, &numAttribs); object 170 Source/core/html/canvas/WebGLProgram.cpp context3d->getActiveAttrib(object(), i, info); object 171 Source/core/html/canvas/WebGLProgram.cpp m_activeAttribLocations[i] = context3d->getAttribLocation(object(), info.name.utf8().data()); object 180 Source/core/html/canvas/WebGLProgram.cpp if (!object()) object 187 Source/core/html/canvas/WebGLProgram.cpp context->getProgramiv(object(), GL_LINK_STATUS, &linkStatus); object 55 Source/core/html/canvas/WebGLRenderbuffer.cpp void WebGLRenderbuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) object 57 Source/core/html/canvas/WebGLRenderbuffer.cpp context3d->deleteRenderbuffer(object); object 55 Source/core/html/canvas/WebGLRenderbuffer.h bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; } object 237 Source/core/html/canvas/WebGLRenderingContextBase.cpp Platform3DObject objectOrZero(WebGLObject* object) object 239 Source/core/html/canvas/WebGLRenderingContextBase.cpp return object ? object->object() : 0; object 996 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::checkObjectToBeBound(const char* functionName, WebGLObject* object, bool& deleted) object 1001 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (object) { object 1002 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!object->validate(contextGroup(), this)) { object 1006 Source/core/html/canvas/WebGLRenderingContextBase.cpp deleted = !object->object(); object 1252 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!m_framebufferBinding || !m_framebufferBinding->object()) object 1566 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::deleteObject(WebGLObject* object) object 1568 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !object) object 1570 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!object->validate(contextGroup(), this)) { object 1574 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (object->object()) { object 1577 Source/core/html/canvas/WebGLRenderingContextBase.cpp object->deleteObject(m_context.get()); object 1740 Source/core/html/canvas/WebGLRenderingContextBase.cpp && (!state.bufferBinding || !state.bufferBinding->object())) { object 1749 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateWebGLObject(const char* functionName, WebGLObject* object) object 1751 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!object || !object->object()) { object 1755 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!object->validate(contextGroup(), this)) { object 1882 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!m_framebufferBinding || !m_framebufferBinding->object()) { object 1924 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!m_framebufferBinding || !m_framebufferBinding->object()) { object 2159 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!m_framebufferBinding || !m_framebufferBinding->object()) { object 2164 Source/core/html/canvas/WebGLRenderingContextBase.cpp WebGLSharedObject* object = m_framebufferBinding->getAttachmentObject(attachment); object 2165 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!object) { object 2174 Source/core/html/canvas/WebGLRenderingContextBase.cpp ASSERT(object->isTexture() || object->isRenderbuffer()); object 2175 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (object->isTexture()) { object 2180 Source/core/html/canvas/WebGLRenderingContextBase.cpp return WebGLGetInfo(PassRefPtr<WebGLTexture>(static_cast<WebGLTexture*>(object))); object 2197 Source/core/html/canvas/WebGLRenderingContextBase.cpp return WebGLGetInfo(PassRefPtr<WebGLRenderbuffer>(static_cast<WebGLRenderbuffer*>(object))); object 2484 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!m_renderbufferBinding || !m_renderbufferBinding->object()) { object 2817 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!state.bufferBinding || !state.bufferBinding->object()) object 2879 Source/core/html/canvas/WebGLRenderingContextBase.cpp return m_context->isBuffer(buffer->object()); object 2904 Source/core/html/canvas/WebGLRenderingContextBase.cpp return m_context->isFramebuffer(framebuffer->object()); object 2912 Source/core/html/canvas/WebGLRenderingContextBase.cpp return m_context->isProgram(program->object()); object 2923 Source/core/html/canvas/WebGLRenderingContextBase.cpp return m_context->isRenderbuffer(renderbuffer->object()); object 2931 Source/core/html/canvas/WebGLRenderingContextBase.cpp return m_context->isShader(shader->object()); object 2942 Source/core/html/canvas/WebGLRenderingContextBase.cpp return m_context->isTexture(texture->object()); object 3098 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!m_renderbufferBinding || !m_renderbufferBinding->object()) { object 3445 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (buffer && buffer->copyToPlatformTexture(m_context.get(), texture->object(), internalformat, type, object 3453 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (gl && gl->m_drawingBuffer->copyToPlatformTexture(m_context.get(), texture->object(), internalformat, type, object 3493 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (video->copyVideoTextureToPlatformTexture(m_context.get(), texture->object(), level, type, internalformat, m_unpackPremultiplyAlpha, m_unpackFlipY)) { object 4214 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::removeSharedObject(WebGLSharedObject* object) object 4216 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_contextGroup->removeObject(object); object 4219 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::addSharedObject(WebGLSharedObject* object) object 4222 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_contextGroup->addObject(object); object 4225 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::removeContextObject(WebGLContextObject* object) object 4227 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_contextObjects.remove(object); object 4230 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::addContextObject(WebGLContextObject* object) object 4233 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_contextObjects.add(object); object 4390 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->bindTexture(GL_TEXTURE_2D, m_blackTexture2D->object()); object 4395 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->bindTexture(GL_TEXTURE_CUBE_MAP, m_blackTextureCubeMap->object()); object 4420 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (m_framebufferBinding && m_framebufferBinding->object()) object 53 Source/core/html/canvas/WebGLShader.cpp void WebGLShader::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) object 55 Source/core/html/canvas/WebGLShader.cpp context3d->deleteShader(object); object 64 Source/core/html/canvas/WebGLTexture.cpp if (!object()) object 86 Source/core/html/canvas/WebGLTexture.cpp if (!object() || !m_target) object 135 Source/core/html/canvas/WebGLTexture.cpp if (!object() || !m_target) object 143 Source/core/html/canvas/WebGLTexture.cpp if (!object() || !m_target) object 156 Source/core/html/canvas/WebGLTexture.cpp if (!object() || !m_target) object 230 Source/core/html/canvas/WebGLTexture.cpp if (!object()) object 237 Source/core/html/canvas/WebGLTexture.cpp if (!object()) object 248 Source/core/html/canvas/WebGLTexture.cpp void WebGLTexture::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) object 250 Source/core/html/canvas/WebGLTexture.cpp context3d->deleteTexture(object); object 374 Source/core/html/canvas/WebGLTexture.cpp if (!object() || !m_target) object 74 Source/core/html/canvas/WebGLTexture.h bool hasEverBeenBound() const { return object() && m_target; } object 62 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp void WebGLVertexArrayObjectOES::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) object 68 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp context()->webGraphicsContext3D()->deleteVertexArrayOES(object); object 76 Source/core/html/canvas/WebGLVertexArrayObjectOES.h bool hasEverBeenBound() const { return object() && m_hasEverBeenBound; } object 98 Source/core/html/shadow/MediaControlElementTypes.cpp if (RenderObject* object = m_element->renderer()) object 99 Source/core/html/shadow/MediaControlElementTypes.cpp object->repaint(); object 71 Source/core/inspector/InjectedScriptHost.cpp void InjectedScriptHost::inspectImpl(PassRefPtr<JSONValue> object, PassRefPtr<JSONValue> hints) object 74 Source/core/inspector/InjectedScriptHost.cpp RefPtr<TypeBuilder::Runtime::RemoteObject> remoteObject = TypeBuilder::Runtime::RemoteObject::runtimeCast(object); object 97 Source/core/inspector/InjectedScriptHost.cpp void InjectedScriptHost::addInspectedObject(PassOwnPtr<InjectedScriptHost::InspectableObject> object) object 99 Source/core/inspector/InjectedScriptHost.cpp m_inspectedObjects.prepend(object); object 1443 Source/core/inspector/InspectorDOMAgent.cpp RefPtr<TypeBuilder::Runtime::RemoteObject> object = resolveNode(node, objectGroupName); object 1444 Source/core/inspector/InspectorDOMAgent.cpp if (!object) { object 1448 Source/core/inspector/InspectorDOMAgent.cpp result = object; object 612 Source/core/inspector/InspectorDebuggerAgent.cpp RefPtr<JSONObject> object = scriptToInspectorObject(resultObject); object 613 Source/core/inspector/InspectorDebuggerAgent.cpp if (object) object 614 Source/core/inspector/InspectorDebuggerAgent.cpp result = object; object 453 Source/core/inspector/InspectorOverlay.cpp RefPtr<JSONObject> object = JSONObject::create(); object 454 Source/core/inspector/InspectorOverlay.cpp object->setNumber("x", point.x()); object 455 Source/core/inspector/InspectorOverlay.cpp object->setNumber("y", point.y()); object 456 Source/core/inspector/InspectorOverlay.cpp return object.release(); object 471 Source/core/inspector/InspectorOverlay.cpp RefPtr<JSONObject> object = JSONObject::create(); object 475 Source/core/inspector/InspectorOverlay.cpp object->setArray("quads", array.release()); object 476 Source/core/inspector/InspectorOverlay.cpp object->setBoolean("showRulers", highlight.showRulers); object 477 Source/core/inspector/InspectorOverlay.cpp object->setString("contentColor", highlight.contentColor.serialized()); object 478 Source/core/inspector/InspectorOverlay.cpp object->setString("contentOutlineColor", highlight.contentOutlineColor.serialized()); object 479 Source/core/inspector/InspectorOverlay.cpp object->setString("paddingColor", highlight.paddingColor.serialized()); object 480 Source/core/inspector/InspectorOverlay.cpp object->setString("borderColor", highlight.borderColor.serialized()); object 481 Source/core/inspector/InspectorOverlay.cpp object->setString("marginColor", highlight.marginColor.serialized()); object 482 Source/core/inspector/InspectorOverlay.cpp object->setString("eventTargetColor", highlight.eventTargetColor.serialized()); object 483 Source/core/inspector/InspectorOverlay.cpp return object.release(); object 618 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::getResourceTree(ErrorString*, RefPtr<TypeBuilder::Page::FrameResourceTree>& object) object 620 Source/core/inspector/InspectorPageAgent.cpp object = buildObjectForFrameTree(m_page->mainFrame()); object 407 Source/core/inspector/JSONParser.cpp RefPtr<JSONObject> object = JSONObject::create(); object 426 Source/core/inspector/JSONParser.cpp object->setValue(key, value); object 444 Source/core/inspector/JSONParser.cpp result = object.release(); object 144 Source/core/loader/HistoryItem.cpp void HistoryItem::setStateObject(PassRefPtr<SerializedScriptValue> object) object 146 Source/core/loader/HistoryItem.cpp m_stateObject = object; object 227 Source/core/page/PrintContext.cpp static RenderBoxModelObject* enclosingBoxModelObject(RenderObject* object) object 230 Source/core/page/PrintContext.cpp while (object && !object->isBoxModelObject()) object 231 Source/core/page/PrintContext.cpp object = object->parent(); object 232 Source/core/page/PrintContext.cpp if (!object) object 234 Source/core/page/PrintContext.cpp return toRenderBoxModelObject(object); object 37 Source/core/rendering/BidiRun.h BidiRun(int start, int stop, RenderObject* object, BidiContext* context, WTF::Unicode::Direction dir) object 39 Source/core/rendering/BidiRun.h , m_object(object) object 48 Source/core/rendering/BidiRun.h RenderObject* object() { return m_object; } object 81 Source/core/rendering/GraphicsContextAnnotator.cpp void GraphicsContextAnnotator::annotate(const PaintInfo& paintInfo, const RenderObject* object) object 86 Source/core/rendering/GraphicsContextAnnotator.cpp ASSERT(object); object 89 Source/core/rendering/GraphicsContextAnnotator.cpp Element* element = object->node() && object->node()->isElementNode() ? toElement(object->node()) : 0; object 96 Source/core/rendering/GraphicsContextAnnotator.cpp rendererName = object->renderName(); object 63 Source/core/rendering/ImageQualityController.cpp InterpolationQuality ImageQualityController::chooseInterpolationQuality(GraphicsContext* context, RenderObject* object, Image* image, const void* layer, const LayoutSize& layoutSize) object 68 Source/core/rendering/ImageQualityController.cpp if (shouldPaintAtLowQuality(context, object, image, layer, layoutSize)) object 91 Source/core/rendering/ImageQualityController.cpp void ImageQualityController::removeLayer(RenderObject* object, LayerSizeMap* innerMap, const void* layer) object 96 Source/core/rendering/ImageQualityController.cpp objectDestroyed(object); object 100 Source/core/rendering/ImageQualityController.cpp void ImageQualityController::set(RenderObject* object, LayerSizeMap* innerMap, const void* layer, const LayoutSize& size) object 107 Source/core/rendering/ImageQualityController.cpp m_objectLayerSizeMap.set(object, newInnerMap); object 111 Source/core/rendering/ImageQualityController.cpp void ImageQualityController::objectDestroyed(RenderObject* object) object 113 Source/core/rendering/ImageQualityController.cpp m_objectLayerSizeMap.remove(object); object 145 Source/core/rendering/ImageQualityController.cpp bool ImageQualityController::shouldPaintAtLowQuality(GraphicsContext* context, RenderObject* object, Image* image, const void *layer, const LayoutSize& layoutSize) object 152 Source/core/rendering/ImageQualityController.cpp if (object->style()->imageRendering() == ImageRenderingOptimizeContrast) object 156 Source/core/rendering/ImageQualityController.cpp ObjectLayerSizeMap::iterator i = m_objectLayerSizeMap.find(object); object 177 Source/core/rendering/ImageQualityController.cpp if (LocalFrame* frame = object->document().frame()) { object 180 Source/core/rendering/ImageQualityController.cpp set(object, innerMap, layer, scaledLayoutSize); object 187 Source/core/rendering/ImageQualityController.cpp removeLayer(object, innerMap, layer); object 194 Source/core/rendering/ImageQualityController.cpp removeLayer(object, innerMap, layer); object 200 Source/core/rendering/ImageQualityController.cpp set(object, innerMap, layer, scaledLayoutSize); object 209 Source/core/rendering/ImageQualityController.cpp set(object, innerMap, layer, scaledLayoutSize); object 215 Source/core/rendering/ImageQualityController.cpp removeLayer(object, innerMap, layer); object 221 Source/core/rendering/ImageQualityController.cpp set(object, innerMap, layer, scaledLayoutSize); object 295 Source/core/rendering/InlineFlowBox.cpp RenderObject* object = child; object 296 Source/core/rendering/InlineFlowBox.cpp while (object && (!object->isRenderBlock() || object->isInline())) { object 297 Source/core/rendering/InlineFlowBox.cpp if (object == ancestor) object 299 Source/core/rendering/InlineFlowBox.cpp object = object->parent(); object 61 Source/core/rendering/InlineIterator.h void moveToStartOf(RenderObject* object) object 63 Source/core/rendering/InlineIterator.h moveTo(object, 0); object 66 Source/core/rendering/InlineIterator.h void moveTo(RenderObject* object, unsigned offset, int nextBreak = -1) object 68 Source/core/rendering/InlineIterator.h m_obj = object; object 73 Source/core/rendering/InlineIterator.h RenderObject* object() const { return m_obj; } object 74 Source/core/rendering/InlineIterator.h void setObject(RenderObject* object) { m_obj = object; } object 113 Source/core/rendering/InlineIterator.h return it1.offset() == it2.offset() && it1.object() == it2.object(); object 118 Source/core/rendering/InlineIterator.h return it1.offset() != it2.offset() || it1.object() != it2.object(); object 130 Source/core/rendering/InlineIterator.h static inline void notifyObserverEnteredObject(Observer* observer, RenderObject* object) object 132 Source/core/rendering/InlineIterator.h if (!observer || !object || !object->isRenderInline()) object 135 Source/core/rendering/InlineIterator.h RenderStyle* style = object->style(); object 157 Source/core/rendering/InlineIterator.h static inline void notifyObserverWillExitObject(Observer* observer, RenderObject* object) object 159 Source/core/rendering/InlineIterator.h if (!observer || !object || !object->isRenderInline()) object 162 Source/core/rendering/InlineIterator.h EUnicodeBidi unicodeBidi = object->style()->unicodeBidi(); object 175 Source/core/rendering/InlineIterator.h static inline bool isIteratorTarget(RenderObject* object) object 177 Source/core/rendering/InlineIterator.h ASSERT(object); // The iterator will of course return 0, but its not an expected argument to this function. object 178 Source/core/rendering/InlineIterator.h return object->isText() || object->isFloating() || object->isOutOfFlowPositioned() || object->isReplaced(); object 187 Source/core/rendering/InlineIterator.h static bool isEmptyInline(RenderObject* object) object 189 Source/core/rendering/InlineIterator.h if (!object->isRenderInline()) object 192 Source/core/rendering/InlineIterator.h for (RenderObject* curr = object->firstChild(); curr; curr = curr->nextSibling()) { object 366 Source/core/rendering/InlineIterator.h if (!isolatedIterator.object() || !isIsolated(isolatedIterator.object()->style()->unicodeBidi())) object 369 Source/core/rendering/InlineIterator.h RenderObject* innerIsolatedObject = isolatedIterator.object(); object 371 Source/core/rendering/InlineIterator.h if (innerIsolatedObject == ancestorItertor.object()) object 445 Source/core/rendering/InlineIterator.h bool inEndOfLine = m_current == end || m_current.atEnd() || (inIsolate() && m_current.object() == end.object()); object 447 Source/core/rendering/InlineIterator.h m_current.moveTo(m_current.object(), end.offset(), m_current.nextBreakablePosition()); object 515 Source/core/rendering/InlineIterator.h static inline bool isIsolatedInline(RenderObject* object) object 517 Source/core/rendering/InlineIterator.h ASSERT(object); object 518 Source/core/rendering/InlineIterator.h return object->isRenderInline() && isIsolated(object->style()->unicodeBidi()); object 521 Source/core/rendering/InlineIterator.h static inline RenderObject* highestContainingIsolateWithinRoot(RenderObject* object, RenderObject* root) object 523 Source/core/rendering/InlineIterator.h ASSERT(object); object 525 Source/core/rendering/InlineIterator.h while (object && object != root) { object 526 Source/core/rendering/InlineIterator.h if (isIsolatedInline(object)) object 527 Source/core/rendering/InlineIterator.h containingIsolateObj = object; object 529 Source/core/rendering/InlineIterator.h object = object->parent(); object 536 Source/core/rendering/InlineIterator.h RenderObject* object = iter.object(); object 537 Source/core/rendering/InlineIterator.h if (!object) object 540 Source/core/rendering/InlineIterator.h while (object && object != iter.root()) { object 541 Source/core/rendering/InlineIterator.h if (isIsolatedInline(object)) object 543 Source/core/rendering/InlineIterator.h object = object->parent(); object 640 Source/core/rendering/InlineIterator.h if (!(haveNextMidpoint && nextMidpoint.object() == obj)) object 650 Source/core/rendering/InlineIterator.h if (!haveNextMidpoint || (obj != nextMidpoint.object())) { object 686 Source/core/rendering/InlineIterator.h RenderObject* obj = m_sor.object(); object 687 Source/core/rendering/InlineIterator.h while (obj && obj != m_eor.object() && obj != m_endOfRunAtEndOfLine.object()) { object 696 Source/core/rendering/InlineIterator.h bool isEndOfLine = obj == m_endOfLine.object() && !m_endOfLine.offset(); object 698 Source/core/rendering/InlineIterator.h unsigned pos = obj == m_eor.object() ? m_eor.offset() : INT_MAX; object 699 Source/core/rendering/InlineIterator.h if (obj == m_endOfRunAtEndOfLine.object() && m_endOfRunAtEndOfLine.offset() <= pos) { object 715 Source/core/rendering/InlineIterator.h m_eor.moveTo(bidiNextSkippingEmptyInlines(m_eor.root(), m_eor.object()), 0); object 45 Source/core/rendering/LayoutRectRecorder.cpp LayoutRectRecorder::LayoutRectRecorder(RenderObject& object, bool record) object 46 Source/core/rendering/LayoutRectRecorder.cpp : m_object(object) object 34 Source/core/rendering/LayoutRepainter.cpp LayoutRepainter::LayoutRepainter(RenderObject& object, bool checkForRepaint) object 35 Source/core/rendering/LayoutRepainter.cpp : m_object(object) object 2472 Source/core/rendering/RenderBlock.cpp const RenderObject* object = this; object 2475 Source/core/rendering/RenderBlock.cpp sibling = object->previousSibling(); object 2479 Source/core/rendering/RenderBlock.cpp offset -= LayoutSize(toRenderBlock(object)->logicalLeft(), toRenderBlock(object)->logicalTop()); object 2480 Source/core/rendering/RenderBlock.cpp object = object->parent(); object 2481 Source/core/rendering/RenderBlock.cpp } while (!sibling && object && object->isRenderBlock() && !toRenderBlock(object)->isSelectionRoot()); object 314 Source/core/rendering/RenderBlockFlow.h : object(f) object 320 Source/core/rendering/RenderBlockFlow.h RenderBox* object; object 778 Source/core/rendering/RenderBlockLineLayout.cpp RenderObject* startObj = isolatedRun->object(); object 837 Source/core/rendering/RenderBlockLineLayout.cpp lineInfo.setLastLine(!end.object()); object 1005 Source/core/rendering/RenderBlockLineLayout.cpp lastRootBox()->setLineBreakInfo(endOfLine.object(), endOfLine.offset(), resolver.status()); object 1009 Source/core/rendering/RenderBlockLineLayout.cpp TextDirection direction = determinePlaintextDirectionality(resolver.position().root(), resolver.position().object(), resolver.position().offset()); object 1036 Source/core/rendering/RenderBlockLineLayout.cpp lineBox->setLineBreakInfo(endOfLine.object(), endOfLine.offset(), resolver.status()); object 1083 Source/core/rendering/RenderBlockLineLayout.cpp ASSERT(f->renderer() == layoutState.floats()[layoutState.floatIndex()].object); object 1238 Source/core/rendering/RenderBlockLineLayout.cpp RenderBox* f = floats[i].object; object 1786 Source/core/rendering/RenderBlockLineLayout.cpp if (floats[floatIndex].object != floatingBox) { object 1900 Source/core/rendering/RenderBlockLineLayout.cpp ASSERT(layoutState.floats()[numCleanFloats].object == *f); object 2023 Source/core/rendering/RenderBlockLineLayout.cpp if (line->lineBreakObj() == resolver.position().object() && line->lineBreakPos() == resolver.position().offset()) { object 614 Source/core/rendering/RenderBox.h bool hasSameDirectionAs(const RenderBox* object) const { return style()->direction() == object->style()->direction(); } object 58 Source/core/rendering/RenderCounter.cpp static RenderObject* previousInPreOrder(const RenderObject& object) object 60 Source/core/rendering/RenderCounter.cpp Element* self = toElement(object.node()); object 70 Source/core/rendering/RenderCounter.cpp static RenderObject* previousSiblingOrParent(const RenderObject& object) object 72 Source/core/rendering/RenderCounter.cpp Element* self = toElement(object.node()); object 83 Source/core/rendering/RenderCounter.cpp static inline Element* parentElement(RenderObject& object) object 85 Source/core/rendering/RenderCounter.cpp return toElement(object.node())->parentElement(); object 95 Source/core/rendering/RenderCounter.cpp static RenderObject* nextInPreOrder(const RenderObject& object, const Element* stayWithin, bool skipDescendants = false) object 97 Source/core/rendering/RenderCounter.cpp Element* self = toElement(object.node()); object 105 Source/core/rendering/RenderCounter.cpp static bool planCounter(RenderObject& object, const AtomicString& identifier, bool& isReset, int& value) object 109 Source/core/rendering/RenderCounter.cpp if (object.isText() && !object.isBR()) object 111 Source/core/rendering/RenderCounter.cpp Node* generatingNode = object.generatingNode(); object 115 Source/core/rendering/RenderCounter.cpp RenderStyle* style = object.style(); object 122 Source/core/rendering/RenderCounter.cpp if (generatingNode->renderer() != &object) object 140 Source/core/rendering/RenderCounter.cpp if (object.isListItem()) { object 141 Source/core/rendering/RenderCounter.cpp if (toRenderListItem(object).hasExplicitValue()) { object 142 Source/core/rendering/RenderCounter.cpp value = toRenderListItem(object).explicitValue(); object 150 Source/core/rendering/RenderCounter.cpp if (Node* e = object.node()) { object 296 Source/core/rendering/RenderCounter.cpp static CounterNode* makeCounterNode(RenderObject& object, const AtomicString& identifier, bool alwaysCreateCounter) object 298 Source/core/rendering/RenderCounter.cpp if (object.hasCounterNodeMap()) { object 299 Source/core/rendering/RenderCounter.cpp if (CounterMap* nodeMap = counterMaps().get(&object)) { object 307 Source/core/rendering/RenderCounter.cpp if (!planCounter(object, identifier, isReset, value) && !alwaysCreateCounter) object 312 Source/core/rendering/RenderCounter.cpp RefPtr<CounterNode> newNode = CounterNode::create(object, isReset, value); object 313 Source/core/rendering/RenderCounter.cpp if (findPlaceForCounter(object, identifier, isReset, newParent, newPreviousSibling)) object 316 Source/core/rendering/RenderCounter.cpp if (object.hasCounterNodeMap()) object 317 Source/core/rendering/RenderCounter.cpp nodeMap = counterMaps().get(&object); object 320 Source/core/rendering/RenderCounter.cpp counterMaps().set(&object, adoptPtr(nodeMap)); object 321 Source/core/rendering/RenderCounter.cpp object.setHasCounterNodeMap(true); object 329 Source/core/rendering/RenderCounter.cpp Element* stayWithin = parentElement(object); object 331 Source/core/rendering/RenderCounter.cpp for (RenderObject* currentRenderer = nextInPreOrder(object, stayWithin); currentRenderer; currentRenderer = nextInPreOrder(*currentRenderer, stayWithin, skipDescendants)) { object 567 Source/core/rendering/RenderFlowThread.cpp void RenderFlowThread::pushFlowThreadLayoutState(const RenderObject& object) object 578 Source/core/rendering/RenderFlowThread.cpp m_statePusherObjectsStack.add(&object); object 111 Source/core/rendering/RenderFullScreen.cpp RenderObject* RenderFullScreen::wrapRenderer(RenderObject* object, RenderObject* parent, Document* document) object 119 Source/core/rendering/RenderFullScreen.cpp if (object) { object 122 Source/core/rendering/RenderFullScreen.cpp if (RenderObject* parent = object->parent()) { object 123 Source/core/rendering/RenderFullScreen.cpp RenderBlock* containingBlock = object->containingBlock(); object 129 Source/core/rendering/RenderFullScreen.cpp parent->addChild(fullscreenRenderer, object); object 130 Source/core/rendering/RenderFullScreen.cpp object->remove(); object 138 Source/core/rendering/RenderFullScreen.cpp fullscreenRenderer->addChild(object); object 56 Source/core/rendering/RenderInputSpeech.cpp bool RenderInputSpeech::paintInputFieldSpeechButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 58 Source/core/rendering/RenderInputSpeech.cpp Element* element = object->node()->isElementNode() ? toElement(object->node()) : 0; object 63 Source/core/rendering/RenderInputSpeech.cpp Node* input = object->node()->shadowHost(); object 74 Source/core/rendering/RenderInputSpeech.cpp LayoutRect buttonRect(object->offsetFromAncestorContainer(inputRenderBox).width(), object 79 Source/core/rendering/RenderInputSpeech.cpp LayoutSize offsetFromInputRenderer = -(object->offsetFromAncestorContainer(inputRenderBox)); object 109 Source/core/rendering/RenderListBox.cpp bool RenderListBox::isChildAllowed(RenderObject* object, RenderStyle*) const object 111 Source/core/rendering/RenderListBox.cpp return object->isAnonymous() && !object->isRenderFullScreen(); object 69 Source/core/rendering/RenderMediaControls.cpp static bool paintMediaMuteButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 71 Source/core/rendering/RenderMediaControls.cpp HTMLMediaElement* mediaElement = toParentMediaElement(object); object 96 Source/core/rendering/RenderMediaControls.cpp static bool paintMediaPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 98 Source/core/rendering/RenderMediaControls.cpp HTMLMediaElement* mediaElement = toParentMediaElement(object); object 112 Source/core/rendering/RenderMediaControls.cpp static bool paintMediaOverlayPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 114 Source/core/rendering/RenderMediaControls.cpp HTMLMediaElement* mediaElement = toParentMediaElement(object); object 195 Source/core/rendering/RenderMediaControls.cpp static bool paintMediaSlider(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 197 Source/core/rendering/RenderMediaControls.cpp HTMLMediaElement* mediaElement = toParentMediaElement(object); object 201 Source/core/rendering/RenderMediaControls.cpp RenderStyle* style = object->style(); object 247 Source/core/rendering/RenderMediaControls.cpp static bool paintMediaSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 249 Source/core/rendering/RenderMediaControls.cpp ASSERT(object->node()); object 250 Source/core/rendering/RenderMediaControls.cpp HTMLMediaElement* mediaElement = toParentMediaElement(object->node()->shadowHost()); object 263 Source/core/rendering/RenderMediaControls.cpp static bool paintMediaVolumeSlider(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 265 Source/core/rendering/RenderMediaControls.cpp HTMLMediaElement* mediaElement = toParentMediaElement(object); object 270 Source/core/rendering/RenderMediaControls.cpp RenderStyle* style = object->style(); object 300 Source/core/rendering/RenderMediaControls.cpp static bool paintMediaVolumeSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 302 Source/core/rendering/RenderMediaControls.cpp ASSERT(object->node()); object 303 Source/core/rendering/RenderMediaControls.cpp HTMLMediaElement* mediaElement = toParentMediaElement(object->node()->shadowHost()); object 314 Source/core/rendering/RenderMediaControls.cpp static bool paintMediaFullscreenButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 316 Source/core/rendering/RenderMediaControls.cpp HTMLMediaElement* mediaElement = toParentMediaElement(object); object 324 Source/core/rendering/RenderMediaControls.cpp static bool paintMediaToggleClosedCaptionsButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 326 Source/core/rendering/RenderMediaControls.cpp HTMLMediaElement* mediaElement = toParentMediaElement(object); object 340 Source/core/rendering/RenderMediaControls.cpp bool RenderMediaControls::paintMediaControlsPart(MediaControlElementType part, RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 345 Source/core/rendering/RenderMediaControls.cpp return paintMediaMuteButton(object, paintInfo, rect); object 348 Source/core/rendering/RenderMediaControls.cpp return paintMediaPlayButton(object, paintInfo, rect); object 350 Source/core/rendering/RenderMediaControls.cpp return paintMediaToggleClosedCaptionsButton(object, paintInfo, rect); object 352 Source/core/rendering/RenderMediaControls.cpp return paintMediaSlider(object, paintInfo, rect); object 354 Source/core/rendering/RenderMediaControls.cpp return paintMediaSliderThumb(object, paintInfo, rect); object 356 Source/core/rendering/RenderMediaControls.cpp return paintMediaVolumeSlider(object, paintInfo, rect); object 358 Source/core/rendering/RenderMediaControls.cpp return paintMediaVolumeSliderThumb(object, paintInfo, rect); object 361 Source/core/rendering/RenderMediaControls.cpp return paintMediaFullscreenButton(object, paintInfo, rect); object 363 Source/core/rendering/RenderMediaControls.cpp return paintMediaOverlayPlayButton(object, paintInfo, rect); object 76 Source/core/rendering/RenderMenuList.cpp bool RenderMenuList::isChildAllowed(RenderObject* object, RenderStyle*) const object 78 Source/core/rendering/RenderMenuList.cpp return object->isAnonymous() && !object->isRenderFullScreen(); object 263 Source/core/rendering/RenderObject.cpp for (RenderObject *object = this; object; object = object->nextInPreOrder(this)) { object 265 Source/core/rendering/RenderObject.cpp if (object->isRenderFlowThread()) object 267 Source/core/rendering/RenderObject.cpp ASSERT(state != object->flowThreadState()); object 268 Source/core/rendering/RenderObject.cpp object->setFlowThreadState(state); object 449 Source/core/rendering/RenderObject.cpp RenderObject* object = this; object 451 Source/core/rendering/RenderObject.cpp WebCore::addLayers(this, parentLayer, object, beforeChild); object 608 Source/core/rendering/RenderObject.cpp static inline bool objectIsRelayoutBoundary(const RenderObject* object) object 611 Source/core/rendering/RenderObject.cpp if (object->isTextControl()) object 614 Source/core/rendering/RenderObject.cpp if (object->isSVGRoot()) object 617 Source/core/rendering/RenderObject.cpp if (!object->hasOverflowClip()) object 620 Source/core/rendering/RenderObject.cpp if (object->style()->width().isIntrinsicOrAuto() || object->style()->height().isIntrinsicOrAuto() || object->style()->height().isPercent()) object 624 Source/core/rendering/RenderObject.cpp if (object->isTablePart()) object 636 Source/core/rendering/RenderObject.cpp RenderObject* object = container(); object 641 Source/core/rendering/RenderObject.cpp while (object) { object 642 Source/core/rendering/RenderObject.cpp if (object->selfNeedsLayout()) object 647 Source/core/rendering/RenderObject.cpp RenderObject* container = object->container(); object 648 Source/core/rendering/RenderObject.cpp if (!container && !object->isRenderView()) object 651 Source/core/rendering/RenderObject.cpp bool willSkipRelativelyPositionedInlines = !object->isRenderBlock() || object->isAnonymousBlock(); object 653 Source/core/rendering/RenderObject.cpp while (object && (!object->isRenderBlock() || object->isAnonymousBlock())) object 654 Source/core/rendering/RenderObject.cpp object = object->container(); object 655 Source/core/rendering/RenderObject.cpp if (!object || object->posChildNeedsLayout()) object 658 Source/core/rendering/RenderObject.cpp container = object->container(); object 659 Source/core/rendering/RenderObject.cpp object->setPosChildNeedsLayout(true); object 661 Source/core/rendering/RenderObject.cpp ASSERT(!object->isSetNeedsLayoutForbidden()); object 663 Source/core/rendering/RenderObject.cpp if (object->needsSimplifiedNormalFlowLayout()) object 665 Source/core/rendering/RenderObject.cpp object->setNeedsSimplifiedNormalFlowLayout(true); object 666 Source/core/rendering/RenderObject.cpp ASSERT(!object->isSetNeedsLayoutForbidden()); object 668 Source/core/rendering/RenderObject.cpp if (object->normalChildNeedsLayout()) object 670 Source/core/rendering/RenderObject.cpp object->setNormalChildNeedsLayout(true); object 671 Source/core/rendering/RenderObject.cpp ASSERT(!object->isSetNeedsLayoutForbidden()); object 675 Source/core/rendering/RenderObject.cpp layouter->addRendererToLayout(object); object 676 Source/core/rendering/RenderObject.cpp if (object == layouter->root()) object 680 Source/core/rendering/RenderObject.cpp if (object == newRoot) object 683 Source/core/rendering/RenderObject.cpp last = object; object 686 Source/core/rendering/RenderObject.cpp object = container; object 3001 Source/core/rendering/RenderObject.cpp static Color decorationColor(const RenderObject* object, RenderStyle* style) object 3010 Source/core/rendering/RenderObject.cpp Color textStrokeColor = object->resolveColor(style, CSSPropertyWebkitTextStrokeColor); object 3015 Source/core/rendering/RenderObject.cpp return object->resolveColor(style, CSSPropertyWebkitTextFillColor); object 3349 Source/core/rendering/RenderObject.cpp void showTree(const WebCore::RenderObject* object) object 3351 Source/core/rendering/RenderObject.cpp if (object) object 3352 Source/core/rendering/RenderObject.cpp object->showTreeForThis(); object 3355 Source/core/rendering/RenderObject.cpp void showLineTree(const WebCore::RenderObject* object) object 3357 Source/core/rendering/RenderObject.cpp if (object) object 3358 Source/core/rendering/RenderObject.cpp object->showLineTreeForThis(); object 1438 Source/core/rendering/RenderObject.h DEFINE_TYPE_CASTS(thisType, RenderObject, object, object->predicate, object.predicate) object 43 Source/core/rendering/RenderRuby.cpp static inline bool isAnonymousRubyInlineBlock(const RenderObject* object) object 45 Source/core/rendering/RenderRuby.cpp ASSERT(!object object 46 Source/core/rendering/RenderRuby.cpp || !object->parent()->isRuby() object 47 Source/core/rendering/RenderRuby.cpp || object->isRubyRun() object 48 Source/core/rendering/RenderRuby.cpp || (object->isInline() && (object->isBeforeContent() || object->isAfterContent())) object 49 Source/core/rendering/RenderRuby.cpp || (object->isAnonymous() && object->isRenderBlock() && object->style()->display() == INLINE_BLOCK)); object 51 Source/core/rendering/RenderRuby.cpp return object object 52 Source/core/rendering/RenderRuby.cpp && object->parent()->isRuby() object 53 Source/core/rendering/RenderRuby.cpp && object->isRenderBlock() object 54 Source/core/rendering/RenderRuby.cpp && !object->isRubyRun(); object 57 Source/core/rendering/RenderRuby.cpp static inline bool isRubyBeforeBlock(const RenderObject* object) object 59 Source/core/rendering/RenderRuby.cpp return isAnonymousRubyInlineBlock(object) object 60 Source/core/rendering/RenderRuby.cpp && !object->previousSibling() object 61 Source/core/rendering/RenderRuby.cpp && object->firstChild() object 62 Source/core/rendering/RenderRuby.cpp && object->firstChild()->style()->styleType() == BEFORE; object 65 Source/core/rendering/RenderRuby.cpp static inline bool isRubyAfterBlock(const RenderObject* object) object 67 Source/core/rendering/RenderRuby.cpp return isAnonymousRubyInlineBlock(object) object 68 Source/core/rendering/RenderRuby.cpp && !object->nextSibling() object 69 Source/core/rendering/RenderRuby.cpp && object->firstChild() object 70 Source/core/rendering/RenderRuby.cpp && object->firstChild()->style()->styleType() == AFTER; object 50 Source/core/rendering/RenderSelectionInfo.h RenderObject* object() const { return m_object; } object 122 Source/core/rendering/RenderTable.cpp static inline bool needsTableSection(RenderObject* object) object 126 Source/core/rendering/RenderTable.cpp EDisplay display = object->style()->display(); object 75 Source/core/rendering/RenderTextFragment.h DEFINE_TYPE_CASTS(RenderTextFragment, RenderObject, object, toRenderText(object)->isTextFragment(), toRenderText(object).isTextFragment()); object 841 Source/core/rendering/RenderTheme.cpp bool RenderTheme::paintInputFieldSpeechButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 843 Source/core/rendering/RenderTheme.cpp return RenderInputSpeech::paintInputFieldSpeechButton(object, paintInfo, rect); object 84 Source/core/rendering/RenderThemeChromiumAndroid.cpp bool RenderThemeChromiumAndroid::paintMediaOverlayPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 86 Source/core/rendering/RenderThemeChromiumAndroid.cpp return RenderMediaControls::paintMediaControlsPart(MediaOverlayPlayButton, object, paintInfo, rect); object 294 Source/core/rendering/RenderThemeChromiumSkia.cpp bool RenderThemeChromiumSkia::paintMediaSliderTrack(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 296 Source/core/rendering/RenderThemeChromiumSkia.cpp return RenderMediaControls::paintMediaControlsPart(MediaSlider, object, paintInfo, rect); object 299 Source/core/rendering/RenderThemeChromiumSkia.cpp bool RenderThemeChromiumSkia::paintMediaVolumeSliderTrack(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 301 Source/core/rendering/RenderThemeChromiumSkia.cpp return RenderMediaControls::paintMediaControlsPart(MediaVolumeSlider, object, paintInfo, rect); object 309 Source/core/rendering/RenderThemeChromiumSkia.cpp bool RenderThemeChromiumSkia::paintMediaSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 311 Source/core/rendering/RenderThemeChromiumSkia.cpp return RenderMediaControls::paintMediaControlsPart(MediaSliderThumb, object, paintInfo, rect); object 319 Source/core/rendering/RenderThemeChromiumSkia.cpp bool RenderThemeChromiumSkia::paintMediaVolumeSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 321 Source/core/rendering/RenderThemeChromiumSkia.cpp return RenderMediaControls::paintMediaControlsPart(MediaVolumeSliderThumb, object, paintInfo, rect); object 324 Source/core/rendering/RenderThemeChromiumSkia.cpp bool RenderThemeChromiumSkia::paintMediaPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 326 Source/core/rendering/RenderThemeChromiumSkia.cpp return RenderMediaControls::paintMediaControlsPart(MediaPlayButton, object, paintInfo, rect); object 329 Source/core/rendering/RenderThemeChromiumSkia.cpp bool RenderThemeChromiumSkia::paintMediaMuteButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 331 Source/core/rendering/RenderThemeChromiumSkia.cpp return RenderMediaControls::paintMediaControlsPart(MediaMuteButton, object, paintInfo, rect); object 344 Source/core/rendering/RenderThemeChromiumSkia.cpp bool RenderThemeChromiumSkia::paintMediaFullscreenButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) object 346 Source/core/rendering/RenderThemeChromiumSkia.cpp return RenderMediaControls::paintMediaControlsPart(MediaEnterFullscreenButton, object, paintInfo, rect); object 504 Source/core/rendering/RenderView.cpp static RenderObject* rendererAfterPosition(RenderObject* object, unsigned offset) object 506 Source/core/rendering/RenderView.cpp if (!object) object 509 Source/core/rendering/RenderView.cpp RenderObject* child = object->childAt(offset); object 510 Source/core/rendering/RenderView.cpp return child ? child : object->nextInPreOrderAfterChildren(); object 920 Source/core/rendering/RenderView.cpp void RenderView::pushLayoutStateForCurrentFlowThread(const RenderObject& object) object 929 Source/core/rendering/RenderView.cpp currentFlowThread->pushFlowThreadLayoutState(object); object 31 Source/core/rendering/line/BreakingContext.cpp if (m_lineBreak == m_resolver.position() && (!m_lineBreak.object() || !m_lineBreak.object()->isBR())) { object 35 Source/core/rendering/line/BreakingContext.cpp } else if (m_lineBreak.object()) { object 39 Source/core/rendering/line/BreakingContext.cpp m_lineBreak.moveTo(m_current.object(), m_current.offset()); object 63 Source/core/rendering/line/BreakingContext.cpp } while (!m_lineBreak.atEnd() && isEmptyInline(m_lineBreak.object())); object 70 Source/core/rendering/line/BreakingContextInlineHeaders.h , m_lastObject(m_current.object()) object 99 Source/core/rendering/line/BreakingContextInlineHeaders.h RenderObject* currentObject() { return m_current.object(); } object 200 Source/core/rendering/line/BreakingContextInlineHeaders.h if (it.object()->isFloatingOrOutOfFlowPositioned()) object 203 Source/core/rendering/line/BreakingContextInlineHeaders.h if (it.object()->isRenderInline() && !alwaysRequiresLineBox(it.object()) && !requiresLineBoxForContent(toRenderInline(it.object()), lineInfo)) object 206 Source/core/rendering/line/BreakingContextInlineHeaders.h if (!shouldCollapseWhiteSpace(it.object()->style(), lineInfo, whitespacePosition) || it.object()->isBR()) object 210 Source/core/rendering/line/BreakingContextInlineHeaders.h bool notJustWhitespace = current != ' ' && current != '\t' && current != softHyphen && (current != '\n' || it.object()->preservesNewline()); object 211 Source/core/rendering/line/BreakingContextInlineHeaders.h return notJustWhitespace || isEmptyInline(it.object()); object 240 Source/core/rendering/line/BreakingContextInlineHeaders.h RenderObject* object = iterator.object(); object 241 Source/core/rendering/line/BreakingContextInlineHeaders.h if (object->isOutOfFlowPositioned()) object 242 Source/core/rendering/line/BreakingContextInlineHeaders.h setStaticPositions(m_block, toRenderBox(object)); object 243 Source/core/rendering/line/BreakingContextInlineHeaders.h else if (object->isFloating()) object 244 Source/core/rendering/line/BreakingContextInlineHeaders.h m_block->insertFloatingObject(toRenderBox(object)); object 251 Source/core/rendering/line/BreakingContextInlineHeaders.h m_currentStyle = m_current.object()->style(); object 252 Source/core/rendering/line/BreakingContextInlineHeaders.h m_nextObject = bidiNextSkippingEmptyInlines(m_block, m_current.object()); object 253 Source/core/rendering/line/BreakingContextInlineHeaders.h if (m_nextObject && m_nextObject->parent() && !m_nextObject->parent()->isDescendantOf(m_current.object()->parent())) object 256 Source/core/rendering/line/BreakingContextInlineHeaders.h m_currWS = m_current.object()->isReplaced() ? m_current.object()->parent()->style()->whiteSpace() : m_currentStyle->whiteSpace(); object 262 Source/core/rendering/line/BreakingContextInlineHeaders.h m_preservesNewline = m_current.object()->isSVGInlineText() ? false : RenderStyle::preserveNewline(m_currWS); object 281 Source/core/rendering/line/BreakingContextInlineHeaders.h RenderObject* br = m_current.object(); object 350 Source/core/rendering/line/BreakingContextInlineHeaders.h RenderBox* box = toRenderBox(m_current.object()); object 376 Source/core/rendering/line/BreakingContextInlineHeaders.h RenderBox* floatBox = toRenderBox(m_current.object()); object 384 Source/core/rendering/line/BreakingContextInlineHeaders.h if (m_lineBreak.object() == m_current.object()) { object 418 Source/core/rendering/line/BreakingContextInlineHeaders.h ASSERT(isEmptyInline(m_current.object())); object 420 Source/core/rendering/line/BreakingContextInlineHeaders.h RenderInline* flowBox = toRenderInline(m_current.object()); object 426 Source/core/rendering/line/BreakingContextInlineHeaders.h bool requiresLineBox = alwaysRequiresLineBox(m_current.object()); object 434 Source/core/rendering/line/BreakingContextInlineHeaders.h m_lineMidpointState.ensureLineBoxInsideIgnoredSpaces(m_current.object()); object 435 Source/core/rendering/line/BreakingContextInlineHeaders.h } else if (m_blockStyle->collapseWhiteSpace() && m_resolver.position().object() == m_current.object() object 436 Source/core/rendering/line/BreakingContextInlineHeaders.h && shouldSkipWhitespaceAfterStartObject(m_block, m_current.object(), m_lineMidpointState)) { object 444 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.addUncommittedWidth((inlineLogicalWidth(m_current.object()) + borderPaddingMarginStart(flowBox) + borderPaddingMarginEnd(flowBox)).toFloat()); object 449 Source/core/rendering/line/BreakingContextInlineHeaders.h RenderBox* replacedBox = toRenderBox(m_current.object()); object 455 Source/core/rendering/line/BreakingContextInlineHeaders.h if ((m_autoWrap || RenderStyle::autoWrap(m_lastWS)) && (!m_current.object()->isImage() || m_allowImagesToBreak)) { object 457 Source/core/rendering/line/BreakingContextInlineHeaders.h m_lineBreak.moveToStartOf(m_current.object()); object 461 Source/core/rendering/line/BreakingContextInlineHeaders.h m_lineMidpointState.stopIgnoringSpaces(InlineIterator(0, m_current.object(), 0)); object 470 Source/core/rendering/line/BreakingContextInlineHeaders.h LayoutUnit replacedLogicalWidth = m_block->logicalWidthForChild(replacedBox) + m_block->marginStartForChild(replacedBox) + m_block->marginEndForChild(replacedBox) + inlineLogicalWidth(m_current.object()); object 471 Source/core/rendering/line/BreakingContextInlineHeaders.h if (m_current.object()->isListMarker()) { object 472 Source/core/rendering/line/BreakingContextInlineHeaders.h if (m_blockStyle->collapseWhiteSpace() && shouldSkipWhitespaceAfterStartObject(m_block, m_current.object(), m_lineMidpointState)) { object 478 Source/core/rendering/line/BreakingContextInlineHeaders.h if (toRenderListMarker(m_current.object())->isInside()) object 483 Source/core/rendering/line/BreakingContextInlineHeaders.h if (m_current.object()->isRubyRun()) object 484 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.applyOverhang(toRenderRubyRun(m_current.object()), m_lastObject, m_nextObject); object 491 Source/core/rendering/line/BreakingContextInlineHeaders.h return iter.object() == renderer && iter.offset() >= renderer->textLength(); object 540 Source/core/rendering/line/BreakingContextInlineHeaders.h RenderText* renderText = toRenderText(m_current.object()); object 548 Source/core/rendering/line/BreakingContextInlineHeaders.h m_lineBreak.moveToStartOf(m_current.object()); object 551 Source/core/rendering/line/BreakingContextInlineHeaders.h if (renderText->style()->hasTextCombine() && m_current.object()->isCombineText() && !toRenderCombineText(m_current.object())->isCombined()) { object 552 Source/core/rendering/line/BreakingContextInlineHeaders.h RenderCombineText* combineRenderer = toRenderCombineText(m_current.object()); object 571 Source/core/rendering/line/BreakingContextInlineHeaders.h float wrapW = m_width.uncommittedWidth() + inlineLogicalWidth(m_current.object(), !m_appliedStartWidth, true); object 587 Source/core/rendering/line/BreakingContextInlineHeaders.h m_lineBreak.moveToStartOf(m_current.object()); object 646 Source/core/rendering/line/BreakingContextInlineHeaders.h m_lineMidpointState.stopIgnoringSpaces(InlineIterator(0, m_current.object(), m_current.offset())); object 672 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.addUncommittedWidth(inlineLogicalWidth(m_current.object(), true, false).toFloat()); object 694 Source/core/rendering/line/BreakingContextInlineHeaders.h m_lineBreak.moveTo(m_current.object(), m_current.offset(), m_current.nextBreakablePosition()); object 706 Source/core/rendering/line/BreakingContextInlineHeaders.h if (m_lineBreak.object() && m_lineBreak.offset() && m_lineBreak.object()->isText() && toRenderText(m_lineBreak.object())->textLength() && toRenderText(m_lineBreak.object())->characterAt(m_lineBreak.offset() - 1) == softHyphen) object 733 Source/core/rendering/line/BreakingContextInlineHeaders.h m_lineBreak.moveTo(m_current.object(), m_current.offset(), m_current.nextBreakablePosition()); object 742 Source/core/rendering/line/BreakingContextInlineHeaders.h m_lineBreak.moveTo(m_current.object(), m_current.offset(), m_current.nextBreakablePosition()); object 751 Source/core/rendering/line/BreakingContextInlineHeaders.h m_lineBreak.moveTo(m_current.object(), m_current.offset(), m_current.nextBreakablePosition()); object 782 Source/core/rendering/line/BreakingContextInlineHeaders.h m_lineMidpointState.stopIgnoringSpaces(InlineIterator(0, m_current.object(), m_current.offset())); object 792 Source/core/rendering/line/BreakingContextInlineHeaders.h m_startOfIgnoredSpaces.setObject(m_current.object()); object 798 Source/core/rendering/line/BreakingContextInlineHeaders.h m_lineBreak.moveTo(m_current.object(), m_current.offset(), m_current.nextBreakablePosition()); object 802 Source/core/rendering/line/BreakingContextInlineHeaders.h m_trailingObjects.setTrailingWhitespace(toRenderText(m_current.object())); object 822 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.addUncommittedWidth(additionalTmpW + inlineLogicalWidth(m_current.object(), !m_appliedStartWidth, m_includeEndWidth)); object 837 Source/core/rendering/line/BreakingContextInlineHeaders.h if (m_width.committedWidth() && !m_width.fitsOnLine() && m_lineBreak.object() && m_currWS == NOWRAP) { object 839 Source/core/rendering/line/BreakingContextInlineHeaders.h } else if (m_nextObject && m_current.object()->isText() && m_nextObject->isText() && !m_nextObject->isBR() && (m_autoWrap || m_nextObject->style()->autoWrap())) { object 890 Source/core/rendering/line/BreakingContextInlineHeaders.h if (!m_current.object()->isFloatingOrOutOfFlowPositioned()) { object 891 Source/core/rendering/line/BreakingContextInlineHeaders.h m_lastObject = m_current.object(); object 34 Source/core/rendering/line/LineBreaker.cpp RenderObject* object = resolver.position().object(); object 35 Source/core/rendering/line/LineBreaker.cpp if (object->isOutOfFlowPositioned()) { object 36 Source/core/rendering/line/LineBreaker.cpp setStaticPositions(m_block, toRenderBox(object)); object 37 Source/core/rendering/line/LineBreaker.cpp if (object->style()->isOriginalDisplayInlineType()) { object 38 Source/core/rendering/line/LineBreaker.cpp resolver.runs().addRun(createRun(0, 1, object, resolver)); object 41 Source/core/rendering/line/LineBreaker.cpp } else if (object->isFloating()) { object 42 Source/core/rendering/line/LineBreaker.cpp m_block->positionNewFloatOnLine(m_block->insertFloatingObject(toRenderBox(object)), lastFloatFromPreviousLine, lineInfo, width); object 43 Source/core/rendering/line/LineBreaker.cpp } else if (object->isText() && object->style()->hasTextCombine() && object->isCombineText() && !toRenderCombineText(object)->isCombined()) { object 44 Source/core/rendering/line/LineBreaker.cpp toRenderCombineText(object)->combineText(); object 45 Source/core/rendering/line/LineBreaker.cpp if (toRenderCombineText(object)->isCombined()) object 41 Source/core/rendering/line/TrailingObjects.cpp for ( ; trailingSpaceMidpoint > 0 && lineMidpointState.midpoints()[trailingSpaceMidpoint].object() != m_whitespace; --trailingSpaceMidpoint) { } object 54 Source/core/rendering/line/TrailingObjects.cpp ASSERT(lineMidpointState.midpoints()[currentMidpoint].object() == m_boxes[i]); object 55 Source/core/rendering/line/TrailingObjects.cpp ASSERT(lineMidpointState.midpoints()[currentMidpoint + 1].object() == m_boxes[i]); object 59 Source/core/rendering/line/TrailingObjects.cpp } else if (!lBreak.object()) { object 67 Source/core/rendering/svg/RenderSVGInline.cpp if (const RenderObject* object = RenderSVGText::locateRenderSVGTextAncestor(this)) object 68 Source/core/rendering/svg/RenderSVGInline.cpp return object->objectBoundingBox(); object 75 Source/core/rendering/svg/RenderSVGInline.cpp if (const RenderObject* object = RenderSVGText::locateRenderSVGTextAncestor(this)) object 76 Source/core/rendering/svg/RenderSVGInline.cpp return object->strokeBoundingBox(); object 83 Source/core/rendering/svg/RenderSVGInline.cpp if (const RenderObject* object = RenderSVGText::locateRenderSVGTextAncestor(this)) object 84 Source/core/rendering/svg/RenderSVGInline.cpp return object->repaintRectInLocalCoordinates(); object 111 Source/core/rendering/svg/RenderSVGInline.cpp const RenderObject* object = RenderSVGText::locateRenderSVGTextAncestor(this); object 112 Source/core/rendering/svg/RenderSVGInline.cpp if (!object) object 115 Source/core/rendering/svg/RenderSVGInline.cpp FloatRect textBoundingBox = object->strokeBoundingBox(); object 38 Source/core/rendering/svg/RenderSVGResource.cpp static inline bool inheritColorFromParentStyle(RenderObject* object, bool applyToFill, Color& color) object 40 Source/core/rendering/svg/RenderSVGResource.cpp if (!object->parent() || !object->parent()->style()) object 42 Source/core/rendering/svg/RenderSVGResource.cpp const SVGRenderStyle* parentSVGStyle = object->parent()->style()->svgStyle(); object 50 Source/core/rendering/svg/RenderSVGResource.cpp static inline RenderSVGResource* requestPaintingResource(RenderSVGResourceMode mode, RenderObject* object, const RenderStyle* style, bool& hasFallback) object 52 Source/core/rendering/svg/RenderSVGResource.cpp ASSERT(object); object 63 Source/core/rendering/svg/RenderSVGResource.cpp if (object->frame() && object->frame()->view()) object 64 Source/core/rendering/svg/RenderSVGResource.cpp isRenderingMask = object->frame()->view()->paintBehavior() & PaintBehaviorRenderingSVGMask; object 116 Source/core/rendering/svg/RenderSVGResource.cpp if (!hasColor && !inheritColorFromParentStyle(object, applyToFill, color)) object 124 Source/core/rendering/svg/RenderSVGResource.cpp SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object); object 126 Source/core/rendering/svg/RenderSVGResource.cpp if (paintType == SVGPaint::SVG_PAINTTYPE_URI_NONE || (!hasColor && !inheritColorFromParentStyle(object, applyToFill, color))) object 136 Source/core/rendering/svg/RenderSVGResource.cpp if (!hasColor && !inheritColorFromParentStyle(object, applyToFill, color)) object 152 Source/core/rendering/svg/RenderSVGResource.cpp RenderSVGResource* RenderSVGResource::fillPaintingResource(RenderObject* object, const RenderStyle* style, bool& hasFallback) object 154 Source/core/rendering/svg/RenderSVGResource.cpp return requestPaintingResource(ApplyToFillMode, object, style, hasFallback); object 157 Source/core/rendering/svg/RenderSVGResource.cpp RenderSVGResource* RenderSVGResource::strokePaintingResource(RenderObject* object, const RenderStyle* style, bool& hasFallback) object 159 Source/core/rendering/svg/RenderSVGResource.cpp return requestPaintingResource(ApplyToStrokeMode, object, style, hasFallback); object 170 Source/core/rendering/svg/RenderSVGResource.cpp static inline void removeFromCacheAndInvalidateDependencies(RenderObject* object, bool needsLayout) object 172 Source/core/rendering/svg/RenderSVGResource.cpp ASSERT(object); object 173 Source/core/rendering/svg/RenderSVGResource.cpp if (SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object)) { object 175 Source/core/rendering/svg/RenderSVGResource.cpp filter->removeClientFromCache(object); object 178 Source/core/rendering/svg/RenderSVGResource.cpp masker->removeClientFromCache(object); object 181 Source/core/rendering/svg/RenderSVGResource.cpp clipper->removeClientFromCache(object); object 184 Source/core/rendering/svg/RenderSVGResource.cpp if (!object->node() || !object->node()->isSVGElement()) object 186 Source/core/rendering/svg/RenderSVGResource.cpp HashSet<SVGElement*>* dependencies = object->document().accessSVGExtensions().setOfElementsReferencingTarget(toSVGElement(object->node())); object 196 Source/core/rendering/svg/RenderSVGResource.cpp void RenderSVGResource::markForLayoutAndParentResourceInvalidation(RenderObject* object, bool needsLayout) object 198 Source/core/rendering/svg/RenderSVGResource.cpp ASSERT(object); object 199 Source/core/rendering/svg/RenderSVGResource.cpp ASSERT(object->node()); object 201 Source/core/rendering/svg/RenderSVGResource.cpp if (needsLayout && !object->documentBeingDestroyed()) object 202 Source/core/rendering/svg/RenderSVGResource.cpp object->setNeedsLayout(); object 204 Source/core/rendering/svg/RenderSVGResource.cpp removeFromCacheAndInvalidateDependencies(object, needsLayout); object 207 Source/core/rendering/svg/RenderSVGResource.cpp RenderObject* current = object->parent(); object 74 Source/core/rendering/svg/RenderSVGResourceClipper.cpp bool RenderSVGResourceClipper::applyStatefulResource(RenderObject* object, GraphicsContext*& context, ClipperContext& clipperContext) object 76 Source/core/rendering/svg/RenderSVGResourceClipper.cpp ASSERT(object); object 81 Source/core/rendering/svg/RenderSVGResourceClipper.cpp return applyClippingToContext(object, object->objectBoundingBox(), object->repaintRectInLocalCoordinates(), context, clipperContext); object 359 Source/core/rendering/svg/RenderSVGResourceClipper.cpp FloatRect RenderSVGResourceClipper::resourceBoundingBox(const RenderObject* object) object 363 Source/core/rendering/svg/RenderSVGResourceClipper.cpp return object->objectBoundingBox(); object 369 Source/core/rendering/svg/RenderSVGResourceClipper.cpp FloatRect objectBoundingBox = object->objectBoundingBox(); object 237 Source/core/rendering/svg/RenderSVGResourceContainer.cpp bool RenderSVGResourceContainer::shouldTransformOnTextPainting(RenderObject* object, AffineTransform& resourceTransform) object 239 Source/core/rendering/svg/RenderSVGResourceContainer.cpp ASSERT_UNUSED(object, object); object 242 Source/core/rendering/svg/RenderSVGResourceContainer.cpp ASSERT(object->isSVGText() || object->isSVGTextPath() || object->isSVGInline()); object 247 Source/core/rendering/svg/RenderSVGResourceContainer.cpp float scalingFactor = SVGRenderingContext::calculateScreenFontSizeScalingFactor(object); object 255 Source/core/rendering/svg/RenderSVGResourceContainer.cpp AffineTransform RenderSVGResourceContainer::transformOnNonScalingStroke(RenderObject* object, const AffineTransform& resourceTransform) object 257 Source/core/rendering/svg/RenderSVGResourceContainer.cpp if (!object->isSVGShape()) object 260 Source/core/rendering/svg/RenderSVGResourceContainer.cpp SVGGraphicsElement* element = toSVGGraphicsElement(object->node()); object 140 Source/core/rendering/svg/RenderSVGResourceFilter.cpp bool RenderSVGResourceFilter::applyResource(RenderObject* object, RenderStyle*, GraphicsContext*& context, unsigned short resourceMode) object 142 Source/core/rendering/svg/RenderSVGResourceFilter.cpp ASSERT(object); object 148 Source/core/rendering/svg/RenderSVGResourceFilter.cpp bool deferredFiltersEnabled = object->document().settings()->deferredFiltersEnabled(); object 150 Source/core/rendering/svg/RenderSVGResourceFilter.cpp if (m_objects.contains(object)) object 152 Source/core/rendering/svg/RenderSVGResourceFilter.cpp } else if (m_filter.contains(object)) { object 153 Source/core/rendering/svg/RenderSVGResourceFilter.cpp FilterData* filterData = m_filter.get(object); object 160 Source/core/rendering/svg/RenderSVGResourceFilter.cpp FloatRect targetBoundingBox = object->objectBoundingBox(); object 169 Source/core/rendering/svg/RenderSVGResourceFilter.cpp SVGRenderingContext::calculateDeviceSpaceTransformation(object, absoluteTransform); object 191 Source/core/rendering/svg/RenderSVGResourceFilter.cpp filterData->drawingRegion = object->strokeBoundingBox(); object 219 Source/core/rendering/svg/RenderSVGResourceFilter.cpp m_objects.add(object); object 260 Source/core/rendering/svg/RenderSVGResourceFilter.cpp ASSERT(!m_filter.contains(object)); object 262 Source/core/rendering/svg/RenderSVGResourceFilter.cpp m_filter.set(object, filterData.release()); object 268 Source/core/rendering/svg/RenderSVGResourceFilter.cpp ASSERT(!m_filter.contains(object)); object 270 Source/core/rendering/svg/RenderSVGResourceFilter.cpp m_filter.set(object, filterData.release()); object 282 Source/core/rendering/svg/RenderSVGResourceFilter.cpp ASSERT(!m_filter.contains(object)); object 283 Source/core/rendering/svg/RenderSVGResourceFilter.cpp m_filter.set(object, filterData.release()); object 288 Source/core/rendering/svg/RenderSVGResourceFilter.cpp void RenderSVGResourceFilter::postApplyResource(RenderObject* object, GraphicsContext*& context, unsigned short resourceMode, const Path*, const RenderSVGShape*) object 290 Source/core/rendering/svg/RenderSVGResourceFilter.cpp ASSERT(object); object 294 Source/core/rendering/svg/RenderSVGResourceFilter.cpp if (object->document().settings()->deferredFiltersEnabled()) { object 297 Source/core/rendering/svg/RenderSVGResourceFilter.cpp m_objects.remove(object); object 301 Source/core/rendering/svg/RenderSVGResourceFilter.cpp FilterData* filterData = m_filter.get(object); object 307 Source/core/rendering/svg/RenderSVGResourceFilter.cpp m_filter.remove(object); object 321 Source/core/rendering/svg/RenderSVGResourceFilter.cpp removeClientFromCache(object); object 358 Source/core/rendering/svg/RenderSVGResourceFilter.cpp FloatRect RenderSVGResourceFilter::resourceBoundingBox(const RenderObject* object) object 361 Source/core/rendering/svg/RenderSVGResourceFilter.cpp return SVGLengthContext::resolveRectangle<SVGFilterElement>(element, element->filterUnits()->currentValue()->enumValue(), object->objectBoundingBox()); object 366 Source/core/rendering/svg/RenderSVGResourceFilter.cpp void RenderSVGResourceFilter::primitiveAttributeChanged(RenderObject* object, const QualifiedName& attribute) object 368 Source/core/rendering/svg/RenderSVGResourceFilter.cpp if (object->document().settings()->deferredFiltersEnabled()) { object 376 Source/core/rendering/svg/RenderSVGResourceFilter.cpp SVGFilterPrimitiveStandardAttributes* primitve = static_cast<SVGFilterPrimitiveStandardAttributes*>(object->node()); object 384 Source/core/rendering/svg/RenderSVGResourceFilter.cpp FilterEffect* effect = builder->effectByRenderer(object); object 399 Source/core/rendering/svg/RenderSVGResourceFilter.cpp FloatRect RenderSVGResourceFilter::drawingRegion(RenderObject* object) const object 401 Source/core/rendering/svg/RenderSVGResourceFilter.cpp FilterData* filterData = m_filter.get(object); object 53 Source/core/rendering/svg/RenderSVGResourceGradient.cpp bool RenderSVGResourceGradient::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode) object 55 Source/core/rendering/svg/RenderSVGResourceGradient.cpp ASSERT(object); object 80 Source/core/rendering/svg/RenderSVGResourceGradient.cpp FloatRect objectBoundingBox = object->objectBoundingBox(); object 84 Source/core/rendering/svg/RenderSVGResourceGradient.cpp OwnPtr<GradientData>& gradientData = m_gradientMap.add(object, nullptr).storedValue->value; object 108 Source/core/rendering/svg/RenderSVGResourceGradient.cpp if (shouldTransformOnTextPainting(object, additionalTextTransform)) object 132 Source/core/rendering/svg/RenderSVGResourceGradient.cpp gradientData->gradient->setGradientSpaceTransform(transformOnNonScalingStroke(object, gradientData->userspaceTransform)); object 135 Source/core/rendering/svg/RenderSVGResourceGradient.cpp SVGRenderSupport::applyStrokeStyleToContext(context, style, object); object 58 Source/core/rendering/svg/RenderSVGResourceMasker.cpp bool RenderSVGResourceMasker::applyResource(RenderObject* object, RenderStyle*, object 61 Source/core/rendering/svg/RenderSVGResourceMasker.cpp ASSERT(object); object 69 Source/core/rendering/svg/RenderSVGResourceMasker.cpp FloatRect repaintRect = object->repaintRectInLocalCoordinates(); object 79 Source/core/rendering/svg/RenderSVGResourceMasker.cpp void RenderSVGResourceMasker::postApplyResource(RenderObject* object, GraphicsContext*& context, object 82 Source/core/rendering/svg/RenderSVGResourceMasker.cpp ASSERT(object); object 88 Source/core/rendering/svg/RenderSVGResourceMasker.cpp FloatRect repaintRect = object->repaintRectInLocalCoordinates(); object 104 Source/core/rendering/svg/RenderSVGResourceMasker.cpp drawMaskForRenderer(context, object->objectBoundingBox()); object 167 Source/core/rendering/svg/RenderSVGResourceMasker.cpp FloatRect RenderSVGResourceMasker::resourceBoundingBox(const RenderObject* object) object 172 Source/core/rendering/svg/RenderSVGResourceMasker.cpp FloatRect objectBoundingBox = object->objectBoundingBox(); object 54 Source/core/rendering/svg/RenderSVGResourcePattern.cpp PatternData* RenderSVGResourcePattern::buildPattern(RenderObject* object, unsigned short resourceMode) object 56 Source/core/rendering/svg/RenderSVGResourcePattern.cpp ASSERT(object); object 57 Source/core/rendering/svg/RenderSVGResourcePattern.cpp PatternData* currentData = m_patternMap.get(object); object 84 Source/core/rendering/svg/RenderSVGResourcePattern.cpp if (!buildTileImageTransform(object, m_attributes, patternElement, tileBoundaries, tileImageTransform)) object 88 Source/core/rendering/svg/RenderSVGResourcePattern.cpp SVGRenderingContext::calculateDeviceSpaceTransformation(object, absoluteTransformIgnoringRotation); object 124 Source/core/rendering/svg/RenderSVGResourcePattern.cpp if (shouldTransformOnTextPainting(object, additionalTextTransformation)) object 132 Source/core/rendering/svg/RenderSVGResourcePattern.cpp return m_patternMap.set(object, patternData.release()).storedValue->value.get(); object 135 Source/core/rendering/svg/RenderSVGResourcePattern.cpp bool RenderSVGResourcePattern::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode) object 137 Source/core/rendering/svg/RenderSVGResourcePattern.cpp ASSERT(object); object 146 Source/core/rendering/svg/RenderSVGResourcePattern.cpp FloatRect objectBoundingBox = object->objectBoundingBox(); object 150 Source/core/rendering/svg/RenderSVGResourcePattern.cpp PatternData* patternData = buildPattern(object, resourceMode); object 166 Source/core/rendering/svg/RenderSVGResourcePattern.cpp patternData->pattern->setPatternSpaceTransform(transformOnNonScalingStroke(object, patternData->transform)); object 169 Source/core/rendering/svg/RenderSVGResourcePattern.cpp SVGRenderSupport::applyStrokeStyleToContext(context, style, object); object 43 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp bool RenderSVGResourceSolidColor::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode) object 54 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp if (object->frame() && object->frame()->view()) object 55 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp isRenderingMask = object->frame()->view()->paintBehavior() & PaintBehaviorRenderingSVGMask; object 75 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp SVGRenderSupport::applyStrokeStyleToContext(context, style, object); object 58 Source/core/rendering/svg/SVGInlineTextBox.cpp SVGInlineTextBox::SVGInlineTextBox(RenderObject& object) object 59 Source/core/rendering/svg/SVGInlineTextBox.cpp : InlineTextBox(object) object 46 Source/core/rendering/svg/SVGRenderSupport.cpp LayoutRect SVGRenderSupport::clippedOverflowRectForRepaint(const RenderObject* object, const RenderLayerModelObject* repaintContainer) object 49 Source/core/rendering/svg/SVGRenderSupport.cpp if (object->style()->visibility() != VISIBLE && !object->enclosingLayer()->hasVisibleContent()) object 54 Source/core/rendering/svg/SVGRenderSupport.cpp FloatRect repaintRect = object->repaintRectInLocalCoordinates(); object 55 Source/core/rendering/svg/SVGRenderSupport.cpp object->computeFloatRectForRepaint(repaintContainer, repaintRect); object 59 Source/core/rendering/svg/SVGRenderSupport.cpp void SVGRenderSupport::computeFloatRectForRepaint(const RenderObject* object, const RenderLayerModelObject* repaintContainer, FloatRect& repaintRect, bool fixed) object 61 Source/core/rendering/svg/SVGRenderSupport.cpp repaintRect.inflate(object->style()->outlineWidth()); object 64 Source/core/rendering/svg/SVGRenderSupport.cpp repaintRect = object->localToParentTransform().mapRect(repaintRect); object 65 Source/core/rendering/svg/SVGRenderSupport.cpp object->parent()->computeFloatRectForRepaint(repaintContainer, repaintRect, fixed); object 68 Source/core/rendering/svg/SVGRenderSupport.cpp void SVGRenderSupport::mapLocalToContainer(const RenderObject* object, const RenderLayerModelObject* repaintContainer, TransformState& transformState, bool* wasFixed) object 70 Source/core/rendering/svg/SVGRenderSupport.cpp transformState.applyTransform(object->localToParentTransform()); object 72 Source/core/rendering/svg/SVGRenderSupport.cpp RenderObject* parent = object->parent(); object 84 Source/core/rendering/svg/SVGRenderSupport.cpp const RenderObject* SVGRenderSupport::pushMappingToContainer(const RenderObject* object, const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) object 86 Source/core/rendering/svg/SVGRenderSupport.cpp ASSERT_UNUSED(ancestorToStopAt, ancestorToStopAt != object); object 88 Source/core/rendering/svg/SVGRenderSupport.cpp RenderObject* parent = object->parent(); object 94 Source/core/rendering/svg/SVGRenderSupport.cpp TransformationMatrix matrix(object->localToParentTransform()); object 96 Source/core/rendering/svg/SVGRenderSupport.cpp geometryMap.push(object, matrix); object 98 Source/core/rendering/svg/SVGRenderSupport.cpp geometryMap.push(object, object->localToParentTransform()); object 103 Source/core/rendering/svg/SVGRenderSupport.cpp bool SVGRenderSupport::checkForSVGRepaintDuringLayout(RenderObject* object) object 105 Source/core/rendering/svg/SVGRenderSupport.cpp if (!object->checkForRepaintDuringLayout()) object 109 Source/core/rendering/svg/SVGRenderSupport.cpp RenderObject* parent = object->parent(); object 269 Source/core/rendering/svg/SVGRenderSupport.cpp void SVGRenderSupport::layoutResourcesIfNeeded(const RenderObject* object) object 271 Source/core/rendering/svg/SVGRenderSupport.cpp ASSERT(object); object 273 Source/core/rendering/svg/SVGRenderSupport.cpp SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object); object 278 Source/core/rendering/svg/SVGRenderSupport.cpp bool SVGRenderSupport::isOverflowHidden(const RenderObject* object) object 281 Source/core/rendering/svg/SVGRenderSupport.cpp ASSERT(object->style()->overflowX() == object->style()->overflowY()); object 284 Source/core/rendering/svg/SVGRenderSupport.cpp ASSERT(object->style()->overflowX() != OSCROLL); object 287 Source/core/rendering/svg/SVGRenderSupport.cpp ASSERT(!object->isRoot()); object 289 Source/core/rendering/svg/SVGRenderSupport.cpp return object->style()->overflowX() == OHIDDEN; object 310 Source/core/rendering/svg/SVGRenderSupport.cpp bool SVGRenderSupport::filtersForceContainerLayout(RenderObject* object) object 314 Source/core/rendering/svg/SVGRenderSupport.cpp if (!object->normalChildNeedsLayout()) object 317 Source/core/rendering/svg/SVGRenderSupport.cpp SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object); object 324 Source/core/rendering/svg/SVGRenderSupport.cpp bool SVGRenderSupport::pointInClippingArea(RenderObject* object, const FloatPoint& point) object 326 Source/core/rendering/svg/SVGRenderSupport.cpp ASSERT(object); object 330 Source/core/rendering/svg/SVGRenderSupport.cpp SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object); object 335 Source/core/rendering/svg/SVGRenderSupport.cpp return clipper->hitTestClipContent(object->objectBoundingBox(), point); object 340 Source/core/rendering/svg/SVGRenderSupport.cpp void SVGRenderSupport::applyStrokeStyleToContext(GraphicsContext* context, const RenderStyle* style, const RenderObject* object) object 344 Source/core/rendering/svg/SVGRenderSupport.cpp ASSERT(object); object 345 Source/core/rendering/svg/SVGRenderSupport.cpp ASSERT(object->node()); object 346 Source/core/rendering/svg/SVGRenderSupport.cpp ASSERT(object->node()->isSVGElement()); object 351 Source/core/rendering/svg/SVGRenderSupport.cpp SVGLengthContext lengthContext(toSVGElement(object->node())); object 370 Source/core/rendering/svg/SVGRenderSupport.cpp void SVGRenderSupport::applyStrokeStyleToStrokeData(StrokeData* strokeData, const RenderStyle* style, const RenderObject* object) object 374 Source/core/rendering/svg/SVGRenderSupport.cpp ASSERT(object); object 375 Source/core/rendering/svg/SVGRenderSupport.cpp ASSERT(object->node()); object 376 Source/core/rendering/svg/SVGRenderSupport.cpp ASSERT(object->node()->isSVGElement()); object 381 Source/core/rendering/svg/SVGRenderSupport.cpp SVGLengthContext lengthContext(toSVGElement(object->node())); object 399 Source/core/rendering/svg/SVGRenderSupport.cpp bool SVGRenderSupport::isRenderableTextNode(const RenderObject* object) object 401 Source/core/rendering/svg/SVGRenderSupport.cpp ASSERT(object->isText()); object 403 Source/core/rendering/svg/SVGRenderSupport.cpp return object->isSVGInlineText() && !toRenderSVGInlineText(object)->hasEmptyText(); object 270 Source/core/rendering/svg/SVGRenderTreeAsText.cpp static void writeStyle(TextStream& ts, const RenderObject& object) object 272 Source/core/rendering/svg/SVGRenderTreeAsText.cpp const RenderStyle* style = object.style(); object 275 Source/core/rendering/svg/SVGRenderTreeAsText.cpp if (!object.localTransform().isIdentity()) object 276 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeNameValuePair(ts, "transform", object.localTransform()); object 279 Source/core/rendering/svg/SVGRenderTreeAsText.cpp if (object.isSVGShape()) { object 280 Source/core/rendering/svg/SVGRenderTreeAsText.cpp const RenderSVGShape& shape = static_cast<const RenderSVGShape&>(object); object 329 Source/core/rendering/svg/SVGRenderTreeAsText.cpp static TextStream& writePositionAndStyle(TextStream& ts, const RenderObject& object) object 331 Source/core/rendering/svg/SVGRenderTreeAsText.cpp ts << " " << enclosingIntRect(const_cast<RenderObject&>(object).absoluteClippedOverflowRect()); object 332 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeStyle(ts, object); object 465 Source/core/rendering/svg/SVGRenderTreeAsText.cpp static void writeStandardPrefix(TextStream& ts, const RenderObject& object, int indent) object 468 Source/core/rendering/svg/SVGRenderTreeAsText.cpp ts << object.renderName(); object 470 Source/core/rendering/svg/SVGRenderTreeAsText.cpp if (object.node()) object 471 Source/core/rendering/svg/SVGRenderTreeAsText.cpp ts << " {" << object.node()->nodeName() << "}"; object 474 Source/core/rendering/svg/SVGRenderTreeAsText.cpp static void writeChildren(TextStream& ts, const RenderObject& object, int indent) object 476 Source/core/rendering/svg/SVGRenderTreeAsText.cpp for (RenderObject* child = object.firstChild(); child; child = child->nextSibling()) object 491 Source/core/rendering/svg/SVGRenderTreeAsText.cpp void writeSVGResourceContainer(TextStream& ts, const RenderObject& object, int indent) object 493 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeStandardPrefix(ts, object, indent); object 495 Source/core/rendering/svg/SVGRenderTreeAsText.cpp Element* element = toElement(object.node()); object 499 Source/core/rendering/svg/SVGRenderTreeAsText.cpp RenderSVGResourceContainer* resource = toRenderSVGResourceContainer(const_cast<RenderObject*>(&object)); object 574 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeChildren(ts, object, indent); object 642 Source/core/rendering/svg/SVGRenderTreeAsText.cpp void writeResources(TextStream& ts, const RenderObject& object, int indent) object 644 Source/core/rendering/svg/SVGRenderTreeAsText.cpp const RenderStyle* style = object.style(); object 649 Source/core/rendering/svg/SVGRenderTreeAsText.cpp RenderObject& renderer = const_cast<RenderObject&>(object); object 651 Source/core/rendering/svg/SVGRenderTreeAsText.cpp if (RenderSVGResourceMasker* masker = getRenderSVGResourceById<RenderSVGResourceMasker>(object.document(), svgStyle->maskerResource())) { object 661 Source/core/rendering/svg/SVGRenderTreeAsText.cpp if (RenderSVGResourceClipper* clipper = getRenderSVGResourceById<RenderSVGResourceClipper>(object.document(), svgStyle->clipperResource())) { object 671 Source/core/rendering/svg/SVGRenderTreeAsText.cpp if (RenderSVGResourceFilter* filter = getRenderSVGResourceById<RenderSVGResourceFilter>(object.document(), svgStyle->filterResource())) { object 45 Source/core/rendering/svg/SVGRenderingContext.cpp static inline bool isRenderingMaskImage(RenderObject* object) object 47 Source/core/rendering/svg/SVGRenderingContext.cpp if (object->frame() && object->frame()->view()) object 48 Source/core/rendering/svg/SVGRenderingContext.cpp return object->frame()->view()->paintBehavior() & PaintBehaviorRenderingSVGMask; object 89 Source/core/rendering/svg/SVGRenderingContext.cpp void SVGRenderingContext::prepareToRenderSVGContent(RenderObject* object, PaintInfo& paintInfo, NeedsGraphicsContextSave needsGraphicsContextSave) object 91 Source/core/rendering/svg/SVGRenderingContext.cpp ASSERT(object); object 99 Source/core/rendering/svg/SVGRenderingContext.cpp m_object = object; object 143 Source/core/rendering/svg/SVGRenderingContext.cpp m_paintInfo->context->clipPath(clipPath->path(object->objectBoundingBox()), clipPath->windRule()); object 60 Source/core/rendering/svg/SVGRenderingContext.h SVGRenderingContext(RenderObject* object, PaintInfo& paintinfo, NeedsGraphicsContextSave needsGraphicsContextSave = DontSaveGraphicsContext) object 69 Source/core/rendering/svg/SVGRenderingContext.h prepareToRenderSVGContent(object, paintinfo, needsGraphicsContextSave); object 211 Source/core/rendering/svg/SVGResources.cpp PassOwnPtr<SVGResources> SVGResources::buildResources(const RenderObject* object, const SVGRenderStyle* style) object 213 Source/core/rendering/svg/SVGResources.cpp ASSERT(object); object 216 Source/core/rendering/svg/SVGResources.cpp Node* node = object->node(); object 224 Source/core/rendering/svg/SVGResources.cpp Document& document = object->document(); object 327 Source/core/rendering/svg/SVGResources.cpp void SVGResources::removeClientFromCache(RenderObject* object, bool markForInvalidation) const object 336 Source/core/rendering/svg/SVGResources.cpp m_linkedResource->removeClientFromCache(object, markForInvalidation); object 342 Source/core/rendering/svg/SVGResources.cpp m_clipperFilterMaskerData->clipper->removeClientFromCache(object, markForInvalidation); object 344 Source/core/rendering/svg/SVGResources.cpp m_clipperFilterMaskerData->filter->removeClientFromCache(object, markForInvalidation); object 346 Source/core/rendering/svg/SVGResources.cpp m_clipperFilterMaskerData->masker->removeClientFromCache(object, markForInvalidation); object 351 Source/core/rendering/svg/SVGResources.cpp m_markerData->markerStart->removeClientFromCache(object, markForInvalidation); object 353 Source/core/rendering/svg/SVGResources.cpp m_markerData->markerMid->removeClientFromCache(object, markForInvalidation); object 355 Source/core/rendering/svg/SVGResources.cpp m_markerData->markerEnd->removeClientFromCache(object, markForInvalidation); object 360 Source/core/rendering/svg/SVGResources.cpp m_fillStrokeData->fill->removeClientFromCache(object, markForInvalidation); object 362 Source/core/rendering/svg/SVGResources.cpp m_fillStrokeData->stroke->removeClientFromCache(object, markForInvalidation); object 668 Source/core/rendering/svg/SVGResources.cpp void SVGResources::dump(const RenderObject* object) object 670 Source/core/rendering/svg/SVGResources.cpp ASSERT(object); object 671 Source/core/rendering/svg/SVGResources.cpp ASSERT(object->node()); object 673 Source/core/rendering/svg/SVGResources.cpp fprintf(stderr, "-> this=%p, SVGResources(renderer=%p, node=%p)\n", this, object, object->node()); object 675 Source/core/rendering/svg/SVGResources.cpp object->node()->showTreeForThis(); object 39 Source/core/rendering/svg/SVGResourcesCache.cpp void SVGResourcesCache::addResourcesFromRenderObject(RenderObject* object, const RenderStyle* style) object 41 Source/core/rendering/svg/SVGResourcesCache.cpp ASSERT(object); object 43 Source/core/rendering/svg/SVGResourcesCache.cpp ASSERT(!m_cache.contains(object)); object 49 Source/core/rendering/svg/SVGResourcesCache.cpp OwnPtr<SVGResources> newResources = SVGResources::buildResources(object, svgStyle); object 54 Source/core/rendering/svg/SVGResourcesCache.cpp SVGResources* resources = m_cache.set(object, newResources.release()).storedValue->value.get(); object 57 Source/core/rendering/svg/SVGResourcesCache.cpp SVGResourcesCycleSolver solver(object, resources); object 66 Source/core/rendering/svg/SVGResourcesCache.cpp (*it)->addClient(object); object 69 Source/core/rendering/svg/SVGResourcesCache.cpp void SVGResourcesCache::removeResourcesFromRenderObject(RenderObject* object) object 71 Source/core/rendering/svg/SVGResourcesCache.cpp OwnPtr<SVGResources> resources = m_cache.take(object); object 81 Source/core/rendering/svg/SVGResourcesCache.cpp (*it)->removeClient(object); object 101 Source/core/rendering/svg/SVGResourcesCache.cpp void SVGResourcesCache::clientLayoutChanged(RenderObject* object) object 103 Source/core/rendering/svg/SVGResourcesCache.cpp SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object); object 109 Source/core/rendering/svg/SVGResourcesCache.cpp if (object->selfNeedsLayout() || resources->filter()) object 110 Source/core/rendering/svg/SVGResourcesCache.cpp resources->removeClientFromCache(object); object 166 Source/core/rendering/svg/SVGTextLayoutEngine.cpp void SVGTextLayoutEngine::beginTextPathLayout(RenderObject* object, SVGTextLayoutEngine& lineLayout) object 168 Source/core/rendering/svg/SVGTextLayoutEngine.cpp ASSERT(object); object 171 Source/core/rendering/svg/SVGTextLayoutEngine.cpp RenderSVGTextPath* textPath = toRenderSVGTextPath(object); object 43 Source/core/rendering/svg/SVGTextRunRenderingContext.h void setActivePaintingResource(RenderSVGResource* object) { m_activePaintingResource = object; } object 91 Source/core/svg/SVGClipPathElement.cpp if (RenderObject* object = renderer()) object 92 Source/core/svg/SVGClipPathElement.cpp object->setNeedsLayout(); object 924 Source/core/svg/SVGElement.cpp RenderObject* object = renderer(); object 926 Source/core/svg/SVGElement.cpp if (object && object->isSVGResourceContainer()) object 927 Source/core/svg/SVGElement.cpp toRenderSVGResourceContainer(object)->idChanged(); object 148 Source/core/svg/SVGFilterElement.cpp if (RenderObject* object = renderer()) object 149 Source/core/svg/SVGFilterElement.cpp object->setNeedsLayout(); object 47 Source/core/svg/SVGFilterPrimitiveStandardAttributes.h static SVGAnimatedLength* x(SVGFilterPrimitiveStandardAttributes& object) { return object.x(); } object 48 Source/core/svg/SVGFilterPrimitiveStandardAttributes.h static SVGAnimatedLength* y(SVGFilterPrimitiveStandardAttributes& object) { return object.y(); } object 49 Source/core/svg/SVGFilterPrimitiveStandardAttributes.h static SVGAnimatedLength* width(SVGFilterPrimitiveStandardAttributes& object) { return object.width(); } object 50 Source/core/svg/SVGFilterPrimitiveStandardAttributes.h static SVGAnimatedLength* height(SVGFilterPrimitiveStandardAttributes& object) { return object.height(); } object 51 Source/core/svg/SVGFilterPrimitiveStandardAttributes.h static SVGAnimatedString* result(SVGFilterPrimitiveStandardAttributes& object) { return object.result(); } object 75 Source/core/svg/SVGFitToViewBox.h static SVGAnimatedRect* viewBox(SVGFitToViewBox& object) { return object.viewBox(); } object 76 Source/core/svg/SVGFitToViewBox.h static SVGAnimatedPreserveAspectRatio* preserveAspectRatio(SVGFitToViewBox& object) { return object.preserveAspectRatio(); } object 118 Source/core/svg/SVGGradientElement.cpp if (RenderObject* object = renderer()) object 119 Source/core/svg/SVGGradientElement.cpp object->setNeedsLayout(); object 207 Source/core/svg/SVGGraphicsElement.cpp RenderObject* object = renderer(); object 208 Source/core/svg/SVGGraphicsElement.cpp if (!object) object 212 Source/core/svg/SVGGraphicsElement.cpp object->setNeedsTransformUpdate(); object 213 Source/core/svg/SVGGraphicsElement.cpp RenderSVGResource::markForLayoutAndParentResourceInvalidation(object); object 146 Source/core/svg/SVGMarkerElement.cpp if (RenderObject* object = renderer()) object 147 Source/core/svg/SVGMarkerElement.cpp object->setNeedsLayout(); object 133 Source/core/svg/SVGMaskElement.cpp if (RenderObject* object = renderer()) object 134 Source/core/svg/SVGMaskElement.cpp object->setNeedsLayout(); object 139 Source/core/svg/SVGPatternElement.cpp if (RenderObject* object = renderer()) object 140 Source/core/svg/SVGPatternElement.cpp object->setNeedsLayout(); object 234 Source/core/svg/SVGSVGElement.cpp if (RenderObject* object = renderer()) object 235 Source/core/svg/SVGSVGElement.cpp object->setNeedsLayout(); object 308 Source/core/svg/SVGSVGElement.cpp if (RenderObject* object = renderer()) object 309 Source/core/svg/SVGSVGElement.cpp object->setNeedsTransformUpdate(); object 35 Source/core/svg/SVGTests.h static SVGStringListTearOff* requiredFeatures(SVGTests& object) { return object.m_requiredFeatures->tearOff(); } object 36 Source/core/svg/SVGTests.h static SVGStringListTearOff* requiredExtensions(SVGTests& object) { return object.m_requiredExtensions->tearOff(); } object 37 Source/core/svg/SVGTests.h static SVGStringListTearOff* systemLanguage(SVGTests& object) { return object.m_systemLanguage->tearOff(); } object 131 Source/core/svg/SVGTextPathElement.cpp if (RenderObject* object = renderer()) object 132 Source/core/svg/SVGTextPathElement.cpp RenderSVGResource::markForLayoutAndParentResourceInvalidation(object); object 54 Source/core/svg/SVGURIReference.h static SVGAnimatedString* href(SVGURIReference& object) { return object.href(); } object 82 Source/core/svg/SVGZoomAndPan.h static SVGZoomAndPanType zoomAndPan(SVGZoomAndPan& object) { return object.m_zoomAndPan; } object 83 Source/core/svg/SVGZoomAndPan.h static void setZoomAndPan(SVGZoomAndPan& object, unsigned short value, ExceptionState&) { object.setZoomAndPan(value); } object 64 Source/core/svg/graphics/filters/SVGFilterBuilder.cpp void SVGFilterBuilder::appendEffectToEffectReferences(PassRefPtr<FilterEffect> prpEffect, RenderObject* object) object 70 Source/core/svg/graphics/filters/SVGFilterBuilder.cpp ASSERT(object && !m_effectRenderer.contains(object)); object 78 Source/core/svg/graphics/filters/SVGFilterBuilder.cpp m_effectRenderer.add(object, effect.get()); object 56 Source/core/svg/graphics/filters/SVGFilterBuilder.h inline FilterEffect* effectByRenderer(RenderObject* object) { return m_effectRenderer.get(object); } object 282 Source/modules/imagebitmap/ImageBitmapFactories.cpp ImageBitmapFactories& ImageBitmapFactories::fromInternal(GlobalObject& object) object 284 Source/modules/imagebitmap/ImageBitmapFactories.cpp ImageBitmapFactories* supplement = static_cast<ImageBitmapFactories*>(WillBeHeapSupplement<GlobalObject>::from(object, supplementName())); object 287 Source/modules/imagebitmap/ImageBitmapFactories.cpp WillBeHeapSupplement<GlobalObject>::provideTo(object, supplementName(), adoptPtrWillBeNoop(supplement)); object 348 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp RefPtr<JSONObject> object; object 349 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp if (!value->asObject(&object)) object 351 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp keyArray.append(idbKeyFromInspectorObject(object.get())); object 112 Source/modules/serviceworkers/RespondWithObserver.cpp v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(value.v8Value()); object 113 Source/modules/serviceworkers/RespondWithObserver.cpp sendResponse(V8Response::toNative(object)); object 47 Source/platform/AsyncMethodRunner.h AsyncMethodRunner(TargetClass* object, TargetMethod method) object 49 Source/platform/AsyncMethodRunner.h , m_object(object) object 341 Source/platform/heap/Heap.cpp void HeapObjectHeader::finalize(const GCInfo* gcInfo, Address object, size_t objectSize) object 345 Source/platform/heap/Heap.cpp gcInfo->m_finalize(object); object 349 Source/platform/heap/Heap.cpp object[i] = finalizedZapValue; object 352 Source/platform/heap/Heap.cpp *(reinterpret_cast<uintptr_t*>(object)) = zappedVTable; object 593 Source/platform/heap/Heap.cpp void ThreadHeap<Header>::freeLargeObject(LargeHeapObject<Header>* object, LargeHeapObject<Header>** previousNext) object 595 Source/platform/heap/Heap.cpp object->unlink(previousNext); object 596 Source/platform/heap/Heap.cpp object->finalize(); object 600 Source/platform/heap/Heap.cpp ASAN_UNPOISON_MEMORY_REGION(object->heapObjectHeader(), sizeof(Header)); object 601 Source/platform/heap/Heap.cpp ASAN_UNPOISON_MEMORY_REGION(object->address() + object->size(), allocationGranularity); object 602 Source/platform/heap/Heap.cpp delete object->storage(); object 1156 Source/platform/heap/Heap.cpp callback(visitor, item->object()); object 1272 Source/platform/heap/Heap.cpp void Heap::pushTraceCallback(void* object, TraceCallback callback) object 1274 Source/platform/heap/Heap.cpp ASSERT(Heap::contains(object)); object 1276 Source/platform/heap/Heap.cpp *slot = CallbackStack::Item(object, callback); object 1291 Source/platform/heap/Heap.cpp void Heap::pushWeakObjectPointerCallback(void* closure, void* object, WeakPointerCallback callback) object 1293 Source/platform/heap/Heap.cpp ASSERT(Heap::contains(object)); object 1294 Source/platform/heap/Heap.cpp BaseHeapPage* heapPageForObject = reinterpret_cast<BaseHeapPage*>(pageHeaderAddress(reinterpret_cast<Address>(object))); object 1295 Source/platform/heap/Heap.cpp ASSERT(Heap::contains(object) == heapPageForObject); object 194 Source/platform/heap/Heap.h bool contains(Address object) object 196 Source/platform/heap/Heap.h return (address() <= object) && (object <= (address() + size())); object 566 Source/platform/heap/Heap.h Item(void* object, VisitorCallback callback) object 567 Source/platform/heap/Heap.h : m_object(object) object 571 Source/platform/heap/Heap.h void* object() { return m_object; } object 1320 Source/platform/heap/Heap.h static void registerWeakMembers(Visitor* visitor, const void* closure, const void* object, WeakPointerCallback callback) object 1322 Source/platform/heap/Heap.h visitor->registerWeakMembers(closure, object, callback); object 127 Source/platform/heap/HeapTest.cpp virtual void mark(const Type* object, TraceCallback callback) OVERRIDE \ object 129 Source/platform/heap/HeapTest.cpp if (object) \ object 141 Source/platform/heap/HeapTest.cpp virtual void mark(const void* object, TraceCallback) OVERRIDE object 143 Source/platform/heap/HeapTest.cpp if (object) object 759 Source/platform/heap/HeapTest.cpp virtual void mark(const Type* object, TraceCallback callback) OVERRIDE \ object 761 Source/platform/heap/HeapTest.cpp mark(object); \ object 1808 Source/platform/heap/HeapTest.cpp Persistent<LargeObject> object = LargeObject::create(); object 1812 Source/platform/heap/HeapTest.cpp object->set(0, 'a'); object 1813 Source/platform/heap/HeapTest.cpp EXPECT_EQ('a', object->get(0)); object 1814 Source/platform/heap/HeapTest.cpp object->set(object->length() - 1, 'b'); object 1815 Source/platform/heap/HeapTest.cpp EXPECT_EQ('b', object->get(object->length() - 1)); object 1833 Source/platform/heap/HeapTest.cpp object = LargeObject::create(); object 2844 Source/platform/heap/HeapTest.cpp SimpleObject* object = SimpleObject::create(); object 2845 Source/platform/heap/HeapTest.cpp Address objectAddress = reinterpret_cast<Address>(object); object 434 Source/platform/heap/ThreadState.cpp void ThreadState::pushWeakObjectPointerCallback(void* object, WeakPointerCallback callback) object 437 Source/platform/heap/ThreadState.cpp *slot = CallbackStack::Item(object, callback); object 50 Source/platform/heap/Visitor.cpp Type* object = const_cast<Type*>(payload); \ object 51 Source/platform/heap/Visitor.cpp Address addr = pageHeaderAddress(reinterpret_cast<Address>(object)); \ object 338 Source/platform/heap/Visitor.h virtual void registerWeakMembers(const void* object, WeakPointerCallback callback) { registerWeakMembers(object, object, callback); } object 76 Source/platform/text/BidiResolver.h Iterator midpoint(0, textParagraphSeparator.object(), textParagraphSeparator.offset()); object 77 Source/platform/text/BidiResolver.h startIgnoringSpaces(Iterator(0, textParagraphSeparator.object(), textParagraphSeparator.offset() - 1)); object 78 Source/platform/text/BidiResolver.h stopIgnoringSpaces(Iterator(0, textParagraphSeparator.object(), textParagraphSeparator.offset())); object 86 Source/platform/text/BidiResolver.h if (lBreak.object() && m_numMidpoints && !(m_numMidpoints % 2)) { object 96 Source/platform/text/BidiResolver.h if (endpoint.object()->style()->collapseWhiteSpace() && endpoint.object()->isText()) object 564 Source/web/ChromeClientImpl.cpp RenderObject* object = result.innerNonSharedNode()->renderer(); object 565 Source/web/ChromeClientImpl.cpp if (object && object->isWidget()) { object 566 Source/web/ChromeClientImpl.cpp Widget* widget = toRenderWidget(object)->widget(); object 254 Source/web/ContextMenuClientImpl.cpp RenderObject* object = r.innerNonSharedNode()->renderer(); object 255 Source/web/ContextMenuClientImpl.cpp if (object && object->isWidget()) { object 256 Source/web/ContextMenuClientImpl.cpp Widget* widget = toRenderWidget(object)->widget(); object 1148 Source/web/WebAXObject.cpp WebAXObject::WebAXObject(const WTF::PassRefPtr<WebCore::AXObject>& object) object 1149 Source/web/WebAXObject.cpp : m_private(object) object 1153 Source/web/WebAXObject.cpp WebAXObject& WebAXObject::operator=(const WTF::PassRefPtr<WebCore::AXObject>& object) object 1155 Source/web/WebAXObject.cpp m_private = object; object 57 Source/web/WebBindings.cpp bool WebBindings::construct(NPP npp, NPObject* object, const NPVariant* args, uint32_t argCount, NPVariant* result) object 59 Source/web/WebBindings.cpp return _NPN_Construct(npp, object, args, argCount, result); object 67 Source/web/WebBindings.cpp bool WebBindings::enumerate(NPP npp, NPObject* object, NPIdentifier** identifier, uint32_t* identifierCount) object 69 Source/web/WebBindings.cpp return _NPN_Enumerate(npp, object, identifier, identifierCount); object 72 Source/web/WebBindings.cpp bool WebBindings::evaluate(NPP npp, NPObject* object, NPString* script, NPVariant* result) object 74 Source/web/WebBindings.cpp return _NPN_Evaluate(npp, object, script, result); object 77 Source/web/WebBindings.cpp bool WebBindings::evaluateHelper(NPP npp, bool popupsAllowed, NPObject* object, NPString* script, NPVariant* result) object 79 Source/web/WebBindings.cpp return _NPN_EvaluateHelper(npp, popupsAllowed, object, script, result); object 87 Source/web/WebBindings.cpp bool WebBindings::getProperty(NPP npp, NPObject* object, NPIdentifier property, NPVariant* result) object 89 Source/web/WebBindings.cpp return _NPN_GetProperty(npp, object, property, result); object 102 Source/web/WebBindings.cpp bool WebBindings::hasMethod(NPP npp, NPObject* object, NPIdentifier method) object 104 Source/web/WebBindings.cpp return _NPN_HasMethod(npp, object, method); object 107 Source/web/WebBindings.cpp bool WebBindings::hasProperty(NPP npp, NPObject* object, NPIdentifier property) object 109 Source/web/WebBindings.cpp return _NPN_HasProperty(npp, object, property); object 127 Source/web/WebBindings.cpp bool WebBindings::invoke(NPP npp, NPObject* object, NPIdentifier method, const NPVariant* args, uint32_t argCount, NPVariant* result) object 129 Source/web/WebBindings.cpp return _NPN_Invoke(npp, object, method, args, argCount, result); object 132 Source/web/WebBindings.cpp bool WebBindings::invokeDefault(NPP npp, NPObject* object, const NPVariant* args, uint32_t argCount, NPVariant* result) object 134 Source/web/WebBindings.cpp return _NPN_InvokeDefault(npp, object, args, argCount, result); object 137 Source/web/WebBindings.cpp void WebBindings::releaseObject(NPObject* object) object 139 Source/web/WebBindings.cpp return _NPN_ReleaseObject(object); object 147 Source/web/WebBindings.cpp bool WebBindings::removeProperty(NPP npp, NPObject* object, NPIdentifier identifier) object 149 Source/web/WebBindings.cpp return _NPN_RemoveProperty(npp, object, identifier); object 152 Source/web/WebBindings.cpp NPObject* WebBindings::retainObject(NPObject* object) object 154 Source/web/WebBindings.cpp return _NPN_RetainObject(object); object 157 Source/web/WebBindings.cpp void WebBindings::setException(NPObject* object, const NPUTF8* message) object 159 Source/web/WebBindings.cpp _NPN_SetException(object, message); object 162 Source/web/WebBindings.cpp bool WebBindings::setProperty(NPP npp, NPObject* object, NPIdentifier identifier, const NPVariant* value) object 164 Source/web/WebBindings.cpp return _NPN_SetProperty(npp, object, identifier, value); object 180 Source/web/WebBindings.cpp void WebBindings::unregisterObject(NPObject* object) object 182 Source/web/WebBindings.cpp _NPN_UnregisterObject(object); object 206 Source/web/WebBindings.cpp static bool getRangeImpl(NPObject* object, WebRange* webRange, v8::Isolate* isolate) object 208 Source/web/WebBindings.cpp if (!object) object 211 Source/web/WebBindings.cpp V8NPObject* v8NPObject = npObjectToV8NPObject(object); object 230 Source/web/WebBindings.cpp static bool getNodeImpl(NPObject* object, WebNode* webNode, v8::Isolate* isolate) object 232 Source/web/WebBindings.cpp if (!object) object 235 Source/web/WebBindings.cpp V8NPObject* v8NPObject = npObjectToV8NPObject(object); object 251 Source/web/WebBindings.cpp static bool getElementImpl(NPObject* object, WebElement* webElement, v8::Isolate* isolate) object 253 Source/web/WebBindings.cpp if (!object) object 256 Source/web/WebBindings.cpp V8NPObject* v8NPObject = npObjectToV8NPObject(object); object 272 Source/web/WebBindings.cpp static bool getArrayBufferImpl(NPObject* object, WebArrayBuffer* arrayBuffer, v8::Isolate* isolate) object 274 Source/web/WebBindings.cpp if (!object) object 277 Source/web/WebBindings.cpp V8NPObject* v8NPObject = npObjectToV8NPObject(object); object 293 Source/web/WebBindings.cpp static bool getArrayBufferViewImpl(NPObject* object, WebArrayBufferView* arrayBufferView, v8::Isolate* isolate) object 295 Source/web/WebBindings.cpp if (!object) object 298 Source/web/WebBindings.cpp V8NPObject* v8NPObject = npObjectToV8NPObject(object); object 381 Source/web/WebBindings.cpp void WebBindings::toNPVariant(v8::Local<v8::Value> object, NPObject* root, NPVariant* result) object 383 Source/web/WebBindings.cpp WebCore::convertV8ObjectToNPVariant(object, root, result, v8::Isolate::GetCurrent()); object 390 Source/web/WebBindings.cpp NPObject* object = NPVARIANT_TO_OBJECT(*variant); object 391 Source/web/WebBindings.cpp V8NPObject* v8Object = npObjectToV8NPObject(object); object 55 Source/web/WebBlob.cpp v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(value); object 56 Source/web/WebBlob.cpp Blob* blob = V8Blob::toNative(object); object 53 Source/web/WebDOMFileSystem.cpp v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(value); object 54 Source/web/WebDOMFileSystem.cpp DOMFileSystem* domFileSystem = V8DOMFileSystem::toNative(object); object 47 Source/web/WebDOMMediaStreamTrack.cpp v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(value); object 48 Source/web/WebDOMMediaStreamTrack.cpp return WebDOMMediaStreamTrack(WebCore::V8MediaStreamTrack::toNative(object)); object 65 Source/web/WebDragData.cpp WebDragData::WebDragData(const PassRefPtrWillBeRawPtr<WebCore::DataObject>& object) object 67 Source/web/WebDragData.cpp m_private = object; object 70 Source/web/WebDragData.cpp WebDragData& WebDragData::operator=(const PassRefPtrWillBeRawPtr<WebCore::DataObject>& object) object 72 Source/web/WebDragData.cpp m_private = object; object 750 Source/web/WebFrameImpl.cpp void WebFrameImpl::bindToWindowObject(const WebString& name, NPObject* object) object 752 Source/web/WebFrameImpl.cpp bindToWindowObject(name, object, 0); object 755 Source/web/WebFrameImpl.cpp void WebFrameImpl::bindToWindowObject(const WebString& name, NPObject* object, void*) object 759 Source/web/WebFrameImpl.cpp frame()->script().bindToWindowObject(frame(), String(name), object); object 182 Source/web/WebHistoryItem.cpp void WebHistoryItem::setStateObject(const WebSerializedScriptValue& object) object 184 Source/web/WebHistoryItem.cpp m_private->setStateObject(object); object 242 Source/web/WebNode.cpp RenderObject* object = coreNode.renderer(); object 243 Source/web/WebNode.cpp if (object && object->isWidget()) { object 244 Source/web/WebNode.cpp Widget* widget = WebCore::toRenderWidget(object)->widget(); object 2995 Source/web/WebViewImpl.cpp RenderObject* object = node->renderer(); object 2996 Source/web/WebViewImpl.cpp if (object && object->isWidget()) { object 2997 Source/web/WebViewImpl.cpp Widget* widget = toRenderWidget(object)->widget(); object 162 Source/wtf/RefCounted.h inline void adopted(RefCountedBase* object) object 164 Source/wtf/RefCounted.h if (!object) object 166 Source/wtf/RefCounted.h ASSERT_WITH_SECURITY_IMPLICATION(!object->m_deletionHasBegun); object 168 Source/wtf/RefCounted.h object->m_adoptionIsRequired = false; object 84 public/platform/WebDragData.h WebDragData(const WebDragData& object) { assign(object); } object 85 public/platform/WebDragData.h WebDragData& operator=(const WebDragData& object) object 87 public/platform/WebDragData.h assign(object);