wrap              695 Source/bindings/templates/interface.cpp             wrap({{set_wrapper_reference_to.name}}, creationContext, isolate);
wrap             1234 Source/bindings/templates/interface.cpp {% block wrap %}
wrap             1236 Source/bindings/templates/interface.cpp v8::Handle<v8::Object> wrap({{cpp_class}}* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap             1241 Source/bindings/templates/interface.cpp         return wrap(to{{special_wrap_interface}}(impl), creationContext, isolate);
wrap              163 Source/bindings/templates/interface.h     friend v8::Handle<v8::Object> wrap(Node*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap              168 Source/bindings/templates/interface.h     friend v8::Handle<v8::Object> wrap({{cpp_class}}*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap              196 Source/bindings/templates/interface.h v8::Handle<v8::Object> wrap({{cpp_class}}* impl, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap              198 Source/bindings/templates/interface.h inline v8::Handle<v8::Object> wrap({{cpp_class}}* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap              213 Source/bindings/templates/interface.h     return wrap(impl, creationContext, isolate);
wrap              225 Source/bindings/templates/interface.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              239 Source/bindings/templates/interface.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              252 Source/bindings/templates/interface.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              151 Source/bindings/templates/interface_base.cpp {% block wrap %}{% endblock %}
wrap              404 Source/bindings/templates/methods.cpp     v8::Handle<v8::Object> wrapper = wrap(impl.get(), info.Holder(), isolate);
wrap              454 Source/bindings/templates/methods.cpp     v8::Handle<v8::Object> wrapper = wrap(impl.get(), info.Holder(), info.GetIsolate());
wrap               44 Source/bindings/tests/results/V8SVGTestInterface.h     friend v8::Handle<v8::Object> wrap(SVGTestInterface*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               48 Source/bindings/tests/results/V8SVGTestInterface.h inline v8::Handle<v8::Object> wrap(SVGTestInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               62 Source/bindings/tests/results/V8SVGTestInterface.h     return wrap(impl, creationContext, isolate);
wrap               74 Source/bindings/tests/results/V8SVGTestInterface.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               88 Source/bindings/tests/results/V8SVGTestInterface.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              101 Source/bindings/tests/results/V8SVGTestInterface.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               44 Source/bindings/tests/results/V8TestException.h     friend v8::Handle<v8::Object> wrap(TestException*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               48 Source/bindings/tests/results/V8TestException.h inline v8::Handle<v8::Object> wrap(TestException* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               62 Source/bindings/tests/results/V8TestException.h     return wrap(impl, creationContext, isolate);
wrap               74 Source/bindings/tests/results/V8TestException.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               88 Source/bindings/tests/results/V8TestException.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              101 Source/bindings/tests/results/V8TestException.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap             1187 Source/bindings/tests/results/V8TestInterface.cpp             wrap(referencedName, creationContext, isolate);
wrap              190 Source/bindings/tests/results/V8TestInterface2.cpp     v8::Handle<v8::Object> wrapper = wrap(impl.get(), info.Holder(), isolate);
wrap              460 Source/bindings/tests/results/V8TestInterface2.cpp         return wrap(toInterface1(impl), creationContext, isolate);
wrap              462 Source/bindings/tests/results/V8TestInterface2.cpp         return wrap(toInterface2(impl), creationContext, isolate);
wrap               46 Source/bindings/tests/results/V8TestInterface2.h     friend v8::Handle<v8::Object> wrap(TestInterface2*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               50 Source/bindings/tests/results/V8TestInterface2.h v8::Handle<v8::Object> wrap(TestInterface2* impl, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               59 Source/bindings/tests/results/V8TestInterface2.h     return wrap(impl, creationContext, isolate);
wrap               71 Source/bindings/tests/results/V8TestInterface2.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               85 Source/bindings/tests/results/V8TestInterface2.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               98 Source/bindings/tests/results/V8TestInterface2.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               53 Source/bindings/tests/results/V8TestInterface3.h     friend v8::Handle<v8::Object> wrap(TestInterface3*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               57 Source/bindings/tests/results/V8TestInterface3.h inline v8::Handle<v8::Object> wrap(TestInterface3* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               71 Source/bindings/tests/results/V8TestInterface3.h     return wrap(impl, creationContext, isolate);
wrap               83 Source/bindings/tests/results/V8TestInterface3.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               97 Source/bindings/tests/results/V8TestInterface3.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              110 Source/bindings/tests/results/V8TestInterface3.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               44 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h     friend v8::Handle<v8::Object> wrap(TestInterfaceCheckSecurity*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               48 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h inline v8::Handle<v8::Object> wrap(TestInterfaceCheckSecurity* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               62 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h     return wrap(impl, creationContext, isolate);
wrap               74 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               88 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              101 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               45 Source/bindings/tests/results/V8TestInterfaceConstructor.h     friend v8::Handle<v8::Object> wrap(TestInterfaceConstructor*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               49 Source/bindings/tests/results/V8TestInterfaceConstructor.h inline v8::Handle<v8::Object> wrap(TestInterfaceConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               63 Source/bindings/tests/results/V8TestInterfaceConstructor.h     return wrap(impl, creationContext, isolate);
wrap               75 Source/bindings/tests/results/V8TestInterfaceConstructor.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               89 Source/bindings/tests/results/V8TestInterfaceConstructor.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              102 Source/bindings/tests/results/V8TestInterfaceConstructor.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               45 Source/bindings/tests/results/V8TestInterfaceConstructor2.h     friend v8::Handle<v8::Object> wrap(TestInterfaceConstructor2*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               49 Source/bindings/tests/results/V8TestInterfaceConstructor2.h inline v8::Handle<v8::Object> wrap(TestInterfaceConstructor2* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               63 Source/bindings/tests/results/V8TestInterfaceConstructor2.h     return wrap(impl, creationContext, isolate);
wrap               75 Source/bindings/tests/results/V8TestInterfaceConstructor2.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               89 Source/bindings/tests/results/V8TestInterfaceConstructor2.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              102 Source/bindings/tests/results/V8TestInterfaceConstructor2.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               45 Source/bindings/tests/results/V8TestInterfaceConstructor3.h     friend v8::Handle<v8::Object> wrap(TestInterfaceConstructor3*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               49 Source/bindings/tests/results/V8TestInterfaceConstructor3.h inline v8::Handle<v8::Object> wrap(TestInterfaceConstructor3* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               63 Source/bindings/tests/results/V8TestInterfaceConstructor3.h     return wrap(impl, creationContext, isolate);
wrap               75 Source/bindings/tests/results/V8TestInterfaceConstructor3.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               89 Source/bindings/tests/results/V8TestInterfaceConstructor3.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              102 Source/bindings/tests/results/V8TestInterfaceConstructor3.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               46 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h     friend v8::Handle<v8::Object> wrap(TestInterfaceCustomConstructor*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               50 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h inline v8::Handle<v8::Object> wrap(TestInterfaceCustomConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               64 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h     return wrap(impl, creationContext, isolate);
wrap               76 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               90 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              103 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               46 Source/bindings/tests/results/V8TestInterfaceDocument.h     friend v8::Handle<v8::Object> wrap(TestInterfaceDocument*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               50 Source/bindings/tests/results/V8TestInterfaceDocument.h v8::Handle<v8::Object> wrap(TestInterfaceDocument* impl, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               59 Source/bindings/tests/results/V8TestInterfaceDocument.h     return wrap(impl, creationContext, isolate);
wrap               71 Source/bindings/tests/results/V8TestInterfaceDocument.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               85 Source/bindings/tests/results/V8TestInterfaceDocument.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               98 Source/bindings/tests/results/V8TestInterfaceDocument.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               44 Source/bindings/tests/results/V8TestInterfaceEmpty.h     friend v8::Handle<v8::Object> wrap(TestInterfaceEmpty*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               48 Source/bindings/tests/results/V8TestInterfaceEmpty.h inline v8::Handle<v8::Object> wrap(TestInterfaceEmpty* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               62 Source/bindings/tests/results/V8TestInterfaceEmpty.h     return wrap(impl, creationContext, isolate);
wrap               74 Source/bindings/tests/results/V8TestInterfaceEmpty.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               88 Source/bindings/tests/results/V8TestInterfaceEmpty.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              101 Source/bindings/tests/results/V8TestInterfaceEmpty.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               48 Source/bindings/tests/results/V8TestInterfaceEventConstructor.h     friend v8::Handle<v8::Object> wrap(TestInterfaceEventConstructor*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               52 Source/bindings/tests/results/V8TestInterfaceEventConstructor.h inline v8::Handle<v8::Object> wrap(TestInterfaceEventConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               66 Source/bindings/tests/results/V8TestInterfaceEventConstructor.h     return wrap(impl, creationContext, isolate);
wrap               78 Source/bindings/tests/results/V8TestInterfaceEventConstructor.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               92 Source/bindings/tests/results/V8TestInterfaceEventConstructor.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              105 Source/bindings/tests/results/V8TestInterfaceEventConstructor.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               53 Source/bindings/tests/results/V8TestInterfaceEventTarget.h     friend v8::Handle<v8::Object> wrap(TestInterfaceEventTarget*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               57 Source/bindings/tests/results/V8TestInterfaceEventTarget.h inline v8::Handle<v8::Object> wrap(TestInterfaceEventTarget* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               71 Source/bindings/tests/results/V8TestInterfaceEventTarget.h     return wrap(impl, creationContext, isolate);
wrap               83 Source/bindings/tests/results/V8TestInterfaceEventTarget.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               97 Source/bindings/tests/results/V8TestInterfaceEventTarget.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              110 Source/bindings/tests/results/V8TestInterfaceEventTarget.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               51 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h     friend v8::Handle<v8::Object> wrap(TestInterfaceNamedConstructor*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               55 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h inline v8::Handle<v8::Object> wrap(TestInterfaceNamedConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               69 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h     return wrap(impl, creationContext, isolate);
wrap               81 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               95 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              108 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               50 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h     friend v8::Handle<v8::Object> wrap(TestInterfaceNamedConstructor2*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               54 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h inline v8::Handle<v8::Object> wrap(TestInterfaceNamedConstructor2* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               68 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h     return wrap(impl, creationContext, isolate);
wrap               80 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               94 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              107 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               46 Source/bindings/tests/results/V8TestInterfaceNode.h     friend v8::Handle<v8::Object> wrap(TestInterfaceNode*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               50 Source/bindings/tests/results/V8TestInterfaceNode.h inline v8::Handle<v8::Object> wrap(TestInterfaceNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               64 Source/bindings/tests/results/V8TestInterfaceNode.h     return wrap(impl, creationContext, isolate);
wrap               76 Source/bindings/tests/results/V8TestInterfaceNode.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               90 Source/bindings/tests/results/V8TestInterfaceNode.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              103 Source/bindings/tests/results/V8TestInterfaceNode.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               49 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h     friend v8::Handle<v8::Object> wrap(TestInterfaceWillBeGarbageCollected*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               53 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h inline v8::Handle<v8::Object> wrap(TestInterfaceWillBeGarbageCollected* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               67 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h     return wrap(impl, creationContext, isolate);
wrap               79 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               93 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              106 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               47 Source/bindings/tests/results/V8TestNode.h     friend v8::Handle<v8::Object> wrap(TestNode*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               51 Source/bindings/tests/results/V8TestNode.h inline v8::Handle<v8::Object> wrap(TestNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               65 Source/bindings/tests/results/V8TestNode.h     return wrap(impl, creationContext, isolate);
wrap               77 Source/bindings/tests/results/V8TestNode.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               91 Source/bindings/tests/results/V8TestNode.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              104 Source/bindings/tests/results/V8TestNode.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               63 Source/bindings/tests/results/V8TestObject.h     friend v8::Handle<v8::Object> wrap(TestObject*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               67 Source/bindings/tests/results/V8TestObject.h inline v8::Handle<v8::Object> wrap(TestObject* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               81 Source/bindings/tests/results/V8TestObject.h     return wrap(impl, creationContext, isolate);
wrap               93 Source/bindings/tests/results/V8TestObject.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              107 Source/bindings/tests/results/V8TestObject.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              120 Source/bindings/tests/results/V8TestObject.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               44 Source/bindings/tests/results/V8TestSpecialOperations.h     friend v8::Handle<v8::Object> wrap(TestSpecialOperations*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               48 Source/bindings/tests/results/V8TestSpecialOperations.h inline v8::Handle<v8::Object> wrap(TestSpecialOperations* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               62 Source/bindings/tests/results/V8TestSpecialOperations.h     return wrap(impl, creationContext, isolate);
wrap               74 Source/bindings/tests/results/V8TestSpecialOperations.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               88 Source/bindings/tests/results/V8TestSpecialOperations.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              101 Source/bindings/tests/results/V8TestSpecialOperations.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               44 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h     friend v8::Handle<v8::Object> wrap(TestSpecialOperationsNotEnumerable*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               48 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h inline v8::Handle<v8::Object> wrap(TestSpecialOperationsNotEnumerable* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               62 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h     return wrap(impl, creationContext, isolate);
wrap               74 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               88 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              101 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               45 Source/bindings/tests/results/V8TestTypedefs.h     friend v8::Handle<v8::Object> wrap(TestTypedefs*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               49 Source/bindings/tests/results/V8TestTypedefs.h inline v8::Handle<v8::Object> wrap(TestTypedefs* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               63 Source/bindings/tests/results/V8TestTypedefs.h     return wrap(impl, creationContext, isolate);
wrap               75 Source/bindings/tests/results/V8TestTypedefs.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               89 Source/bindings/tests/results/V8TestTypedefs.h     v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap              102 Source/bindings/tests/results/V8TestTypedefs.h     v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
wrap               50 Source/bindings/v8/CustomElementWrapper.h     static v8::Handle<v8::Object> wrap(PassRefPtr<ElementType>, v8::Handle<v8::Object> creationContext, v8::Isolate*, v8::Handle<v8::Object> (*createSpecificWrapper)(ElementType* element, v8::Handle<v8::Object> creationContext, v8::Isolate*));
wrap               74 Source/bindings/v8/custom/V8ArrayBufferCustom.h     friend v8::Handle<v8::Object> wrap(ArrayBuffer*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
wrap               78 Source/bindings/v8/custom/V8ArrayBufferCustom.h inline v8::Handle<v8::Object> wrap(ArrayBuffer* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               92 Source/bindings/v8/custom/V8ArrayBufferCustom.h     return wrap(impl, creationContext, isolate);
wrap              104 Source/bindings/v8/custom/V8ArrayBufferCustom.h     v8::Handle<v8::Object> wrapper = wrap(impl, info.Holder(), info.GetIsolate());
wrap              118 Source/bindings/v8/custom/V8ArrayBufferCustom.h     v8::Handle<v8::Value> wrapper = wrap(impl, info.Holder(), info.GetIsolate());
wrap              131 Source/bindings/v8/custom/V8ArrayBufferCustom.h     v8::Handle<v8::Object> wrapper = wrap(impl, info.Holder(), info.GetIsolate());
wrap               73 Source/bindings/v8/custom/V8AudioNodeCustom.cpp         return wrap(static_cast<AudioDestinationNode*>(impl), creationContext, isolate);
wrap               75 Source/bindings/v8/custom/V8AudioNodeCustom.cpp         return wrap(static_cast<OscillatorNode*>(impl), creationContext, isolate);
wrap               77 Source/bindings/v8/custom/V8AudioNodeCustom.cpp         return wrap(static_cast<AudioBufferSourceNode*>(impl), creationContext, isolate);
wrap               79 Source/bindings/v8/custom/V8AudioNodeCustom.cpp         return wrap(static_cast<MediaElementAudioSourceNode*>(impl), creationContext, isolate);
wrap               81 Source/bindings/v8/custom/V8AudioNodeCustom.cpp         return wrap(static_cast<MediaStreamAudioDestinationNode*>(impl), creationContext, isolate);
wrap               83 Source/bindings/v8/custom/V8AudioNodeCustom.cpp         return wrap(static_cast<MediaStreamAudioSourceNode*>(impl), creationContext, isolate);
wrap               85 Source/bindings/v8/custom/V8AudioNodeCustom.cpp         return wrap(static_cast<ScriptProcessorNode*>(impl), creationContext, isolate);
wrap               87 Source/bindings/v8/custom/V8AudioNodeCustom.cpp         return wrap(static_cast<BiquadFilterNode*>(impl), creationContext, isolate);
wrap               89 Source/bindings/v8/custom/V8AudioNodeCustom.cpp         return wrap(static_cast<PannerNode*>(impl), creationContext, isolate);
wrap               91 Source/bindings/v8/custom/V8AudioNodeCustom.cpp         return wrap(static_cast<ConvolverNode*>(impl), creationContext, isolate);
wrap               93 Source/bindings/v8/custom/V8AudioNodeCustom.cpp         return wrap(static_cast<DelayNode*>(impl), creationContext, isolate);
wrap               95 Source/bindings/v8/custom/V8AudioNodeCustom.cpp         return wrap(static_cast<GainNode*>(impl), creationContext, isolate);
wrap               97 Source/bindings/v8/custom/V8AudioNodeCustom.cpp         return wrap(static_cast<ChannelSplitterNode*>(impl), creationContext, isolate);
wrap               99 Source/bindings/v8/custom/V8AudioNodeCustom.cpp         return wrap(static_cast<ChannelMergerNode*>(impl), creationContext, isolate);
wrap              101 Source/bindings/v8/custom/V8AudioNodeCustom.cpp         return wrap(static_cast<AnalyserNode*>(impl), creationContext, isolate);
wrap              103 Source/bindings/v8/custom/V8AudioNodeCustom.cpp         return wrap(static_cast<DynamicsCompressorNode*>(impl), creationContext, isolate);
wrap              105 Source/bindings/v8/custom/V8AudioNodeCustom.cpp         return wrap(static_cast<WaveShaperNode*>(impl), creationContext, isolate);
wrap               58 Source/bindings/v8/custom/V8CSSRuleCustom.cpp         return wrap(toCSSStyleRule(impl), creationContext, isolate);
wrap               60 Source/bindings/v8/custom/V8CSSRuleCustom.cpp         return wrap(toCSSCharsetRule(impl), creationContext, isolate);
wrap               62 Source/bindings/v8/custom/V8CSSRuleCustom.cpp         return wrap(toCSSImportRule(impl), creationContext, isolate);
wrap               64 Source/bindings/v8/custom/V8CSSRuleCustom.cpp         return wrap(toCSSMediaRule(impl), creationContext, isolate);
wrap               66 Source/bindings/v8/custom/V8CSSRuleCustom.cpp         return wrap(toCSSFontFaceRule(impl), creationContext, isolate);
wrap               68 Source/bindings/v8/custom/V8CSSRuleCustom.cpp         return wrap(toCSSPageRule(impl), creationContext, isolate);
wrap               70 Source/bindings/v8/custom/V8CSSRuleCustom.cpp         return wrap(toCSSKeyframeRule(impl), creationContext, isolate);
wrap               72 Source/bindings/v8/custom/V8CSSRuleCustom.cpp         return wrap(toCSSKeyframesRule(impl), creationContext, isolate);
wrap               74 Source/bindings/v8/custom/V8CSSRuleCustom.cpp         return wrap(toCSSSupportsRule(impl), creationContext, isolate);
wrap               76 Source/bindings/v8/custom/V8CSSRuleCustom.cpp         return wrap(toCSSViewportRule(impl), creationContext, isolate);
wrap               78 Source/bindings/v8/custom/V8CSSRuleCustom.cpp         return wrap(toCSSFilterRule(impl), creationContext, isolate);
wrap               45 Source/bindings/v8/custom/V8CSSValueCustom.cpp         return wrap(toCSSTransformValue(impl), creationContext, isolate);
wrap               47 Source/bindings/v8/custom/V8CSSValueCustom.cpp         return wrap(toCSSFilterValue(impl), creationContext, isolate);
wrap               49 Source/bindings/v8/custom/V8CSSValueCustom.cpp         return wrap(toCSSValueList(impl), creationContext, isolate);
wrap               51 Source/bindings/v8/custom/V8CSSValueCustom.cpp         return wrap(toCSSPrimitiveValue(impl), creationContext, isolate);
wrap               62 Source/bindings/v8/custom/V8DataViewCustom.h inline v8::Handle<v8::Object> wrap(DataView* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               64 Source/bindings/v8/custom/V8DataViewCustom.h     return V8TypedArray<DataView>::wrap(impl, creationContext, isolate);
wrap               46 Source/bindings/v8/custom/V8EntryCustom.cpp         return wrap(toFileEntry(impl), creationContext, isolate);
wrap               47 Source/bindings/v8/custom/V8EntryCustom.cpp     return wrap(toDirectoryEntry(impl), creationContext, isolate);
wrap               46 Source/bindings/v8/custom/V8EntrySyncCustom.cpp         return wrap(toFileEntrySync(impl), creationContext, isolate);
wrap               47 Source/bindings/v8/custom/V8EntrySyncCustom.cpp     return wrap(toDirectoryEntrySync(impl), creationContext, isolate);
wrap               56 Source/bindings/v8/custom/V8EventCustom.cpp         return wrap(static_cast<interfaceName*>(event), creationContext, isolate);
wrap               62 Source/bindings/v8/custom/V8Float32ArrayCustom.h inline v8::Handle<v8::Object> wrap(Float32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               64 Source/bindings/v8/custom/V8Float32ArrayCustom.h     return V8TypedArray<Float32Array>::wrap(impl, creationContext, isolate);
wrap               62 Source/bindings/v8/custom/V8Float64ArrayCustom.h inline v8::Handle<v8::Object> wrap(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               64 Source/bindings/v8/custom/V8Float64ArrayCustom.h     return V8TypedArray<Float64Array>::wrap(impl, creationContext, isolate);
wrap               48 Source/bindings/v8/custom/V8HTMLCollectionCustom.cpp         return wrap(static_cast<HTMLFormControlsCollection*>(impl), creationContext, isolate);
wrap               50 Source/bindings/v8/custom/V8HTMLCollectionCustom.cpp         return wrap(static_cast<HTMLOptionsCollection*>(impl), creationContext, isolate);
wrap               52 Source/bindings/v8/custom/V8HTMLCollectionCustom.cpp         return wrap(static_cast<HTMLAllCollection*>(impl), creationContext, isolate);
wrap               62 Source/bindings/v8/custom/V8Int16ArrayCustom.h inline v8::Handle<v8::Object> wrap(Int16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               64 Source/bindings/v8/custom/V8Int16ArrayCustom.h     return V8TypedArray<Int16Array>::wrap(impl, creationContext, isolate);
wrap               62 Source/bindings/v8/custom/V8Int32ArrayCustom.h inline v8::Handle<v8::Object> wrap(Int32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               64 Source/bindings/v8/custom/V8Int32ArrayCustom.h     return V8TypedArray<Int32Array>::wrap(impl, creationContext, isolate);
wrap               62 Source/bindings/v8/custom/V8Int8ArrayCustom.h inline v8::Handle<v8::Object> wrap(Int8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               64 Source/bindings/v8/custom/V8Int8ArrayCustom.h     return V8TypedArray<Int8Array>::wrap(impl, creationContext, isolate);
wrap              130 Source/bindings/v8/custom/V8NodeCustom.cpp             return wrap(toHTMLElement(impl), creationContext, isolate);
wrap              132 Source/bindings/v8/custom/V8NodeCustom.cpp             return wrap(toSVGElement(impl), creationContext, isolate);
wrap              135 Source/bindings/v8/custom/V8NodeCustom.cpp         return wrap(toAttr(impl), creationContext, isolate);
wrap              137 Source/bindings/v8/custom/V8NodeCustom.cpp         return wrap(toText(impl), creationContext, isolate);
wrap              139 Source/bindings/v8/custom/V8NodeCustom.cpp         return wrap(toCDATASection(impl), creationContext, isolate);
wrap              141 Source/bindings/v8/custom/V8NodeCustom.cpp         return wrap(toProcessingInstruction(impl), creationContext, isolate);
wrap              143 Source/bindings/v8/custom/V8NodeCustom.cpp         return wrap(toComment(impl), creationContext, isolate);
wrap              145 Source/bindings/v8/custom/V8NodeCustom.cpp         return wrap(toDocument(impl), creationContext, isolate);
wrap              147 Source/bindings/v8/custom/V8NodeCustom.cpp         return wrap(toDocumentType(impl), creationContext, isolate);
wrap              150 Source/bindings/v8/custom/V8NodeCustom.cpp             return wrap(toShadowRoot(impl), creationContext, isolate);
wrap              151 Source/bindings/v8/custom/V8NodeCustom.cpp         return wrap(toDocumentFragment(impl), creationContext, isolate);
wrap               49 Source/bindings/v8/custom/V8PerformanceEntryCustom.cpp         return wrap(static_cast<PerformanceResourceTiming*>(impl), creationContext, isolate);
wrap               52 Source/bindings/v8/custom/V8PerformanceEntryCustom.cpp         return wrap(static_cast<PerformanceMark*>(impl), creationContext, isolate);
wrap               55 Source/bindings/v8/custom/V8PerformanceEntryCustom.cpp         return wrap(static_cast<PerformanceMeasure*>(impl), creationContext, isolate);
wrap               63 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegClosePath*>(impl), creationContext, isolate);
wrap               65 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegMovetoAbs*>(impl), creationContext, isolate);
wrap               67 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegMovetoRel*>(impl), creationContext, isolate);
wrap               69 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegLinetoAbs*>(impl), creationContext, isolate);
wrap               71 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegLinetoRel*>(impl), creationContext, isolate);
wrap               73 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegCurvetoCubicAbs*>(impl), creationContext, isolate);
wrap               75 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegCurvetoCubicRel*>(impl), creationContext, isolate);
wrap               77 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegCurvetoQuadraticAbs*>(impl), creationContext, isolate);
wrap               79 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegCurvetoQuadraticRel*>(impl), creationContext, isolate);
wrap               81 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegArcAbs*>(impl), creationContext, isolate);
wrap               83 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegArcRel*>(impl), creationContext, isolate);
wrap               85 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegLinetoHorizontalAbs*>(impl), creationContext, isolate);
wrap               87 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegLinetoHorizontalRel*>(impl), creationContext, isolate);
wrap               89 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegLinetoVerticalAbs*>(impl), creationContext, isolate);
wrap               91 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegLinetoVerticalRel*>(impl), creationContext, isolate);
wrap               93 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegCurvetoCubicSmoothAbs*>(impl), creationContext, isolate);
wrap               95 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegCurvetoCubicSmoothRel*>(impl), creationContext, isolate);
wrap               97 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegCurvetoQuadraticSmoothAbs*>(impl), creationContext, isolate);
wrap               99 Source/bindings/v8/custom/V8SVGPathSegCustom.cpp         return wrap(static_cast<SVGPathSegCurvetoQuadraticSmoothRel*>(impl), creationContext, isolate);
wrap               44 Source/bindings/v8/custom/V8StyleSheetCustom.cpp         return wrap(toCSSStyleSheet(impl), creationContext, isolate);
wrap               44 Source/bindings/v8/custom/V8TextCustom.cpp         return wrap(toCDATASection(impl), creationContext, isolate);
wrap               61 Source/bindings/v8/custom/V8TypedArrayCustom.h     static v8::Handle<v8::Object> wrap(TypedArray* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               75 Source/bindings/v8/custom/V8TypedArrayCustom.h         return wrap(impl, creationContext, isolate);
wrap               87 Source/bindings/v8/custom/V8TypedArrayCustom.h         v8::Handle<v8::Object> wrapper = wrap(impl, info.Holder(), info.GetIsolate());
wrap              101 Source/bindings/v8/custom/V8TypedArrayCustom.h         v8::Handle<v8::Value> wrapper = wrap(impl, info.Holder(), info.GetIsolate());
wrap              114 Source/bindings/v8/custom/V8TypedArrayCustom.h         v8::Handle<v8::Object> wrapper = wrap(impl, info.Holder(), info.GetIsolate());
wrap               62 Source/bindings/v8/custom/V8Uint16ArrayCustom.h inline v8::Handle<v8::Object> wrap(Uint16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               64 Source/bindings/v8/custom/V8Uint16ArrayCustom.h     return V8TypedArray<Uint16Array>::wrap(impl, creationContext, isolate);
wrap               62 Source/bindings/v8/custom/V8Uint32ArrayCustom.h inline v8::Handle<v8::Object> wrap(Uint32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               64 Source/bindings/v8/custom/V8Uint32ArrayCustom.h     return V8TypedArray<Uint32Array>::wrap(impl, creationContext, isolate);
wrap               62 Source/bindings/v8/custom/V8Uint8ArrayCustom.h inline v8::Handle<v8::Object> wrap(Uint8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               64 Source/bindings/v8/custom/V8Uint8ArrayCustom.h     return V8TypedArray<Uint8Array>::wrap(impl, creationContext, isolate);
wrap               62 Source/bindings/v8/custom/V8Uint8ClampedArrayCustom.h inline v8::Handle<v8::Object> wrap(Uint8ClampedArray* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
wrap               64 Source/bindings/v8/custom/V8Uint8ClampedArrayCustom.h     return V8TypedArray<Uint8ClampedArray>::wrap(impl, creationContext, isolate);
wrap             1047 Source/core/frame/DOMWindow.cpp bool DOMWindow::find(const String& string, bool caseSensitive, bool backwards, bool wrap, bool /*wholeWord*/, bool /*searchInFrames*/, bool /*showDialog*/) const
wrap             1057 Source/core/frame/DOMWindow.cpp     return m_frame->editor().findString(string, !backwards, caseSensitive, wrap, false);
wrap              166 Source/core/frame/DOMWindow.h         bool find(const String&, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog) const;
wrap              179 Source/core/html/HTMLTextAreaElement.cpp         WrapMethod wrap;
wrap              181 Source/core/html/HTMLTextAreaElement.cpp             wrap = HardWrap;
wrap              183 Source/core/html/HTMLTextAreaElement.cpp             wrap = NoWrap;
wrap              185 Source/core/html/HTMLTextAreaElement.cpp             wrap = SoftWrap;
wrap              186 Source/core/html/HTMLTextAreaElement.cpp         if (wrap != m_wrap) {
wrap              187 Source/core/html/HTMLTextAreaElement.cpp             m_wrap = wrap;
wrap              338 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::traverseNextWithWrap(bool wrap) const
wrap              343 Source/core/page/FrameTree.cpp     if (wrap)
wrap              349 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::traversePreviousWithWrap(bool wrap) const
wrap              359 Source/core/page/FrameTree.cpp     if (wrap)
wrap               49 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/FileCheckerCallable.java         String text = StandardCharsets.UTF_8.decode(ByteBuffer.wrap(encoded)).toString();
wrap               69 Source/platform/mediastream/MediaStreamComponent.h     void setSourceProvider(blink::WebAudioSourceProvider* provider) { m_sourceProvider.wrap(provider); }
wrap               92 Source/platform/mediastream/MediaStreamComponent.h         void wrap(blink::WebAudioSourceProvider*);
wrap              694 Source/web/WebFrameImpl.cpp WebFrame* WebFrameImpl::traversePrevious(bool wrap) const
wrap              698 Source/web/WebFrameImpl.cpp     return fromFrame(frame()->tree().traversePreviousWithWrap(wrap));
wrap              701 Source/web/WebFrameImpl.cpp WebFrame* WebFrameImpl::traverseNext(bool wrap) const
wrap              705 Source/web/WebFrameImpl.cpp     return fromFrame(frame()->tree().traverseNextWithWrap(wrap));
wrap              111 Source/web/WebFrameImpl.h     virtual WebFrame* traversePrevious(bool wrap) const OVERRIDE;
wrap              112 Source/web/WebFrameImpl.h     virtual WebFrame* traverseNext(bool wrap) const OVERRIDE;
wrap              197 Source/web/WebMediaPlayerClientImpl.cpp     m_audioSourceProvider.wrap(m_webMediaPlayer->audioSourceProvider());
wrap              188 Source/web/WebMediaPlayerClientImpl.h         void wrap(WebAudioSourceProvider*);
wrap              328 Source/wtf/Functional.h     static StorageType wrap(const T& value) { return value; }
wrap              335 Source/wtf/Functional.h     static StorageType wrap(PassRefPtr<T> value) { return value; }
wrap              342 Source/wtf/Functional.h     static StorageType wrap(RefPtr<T> value) { return value.release(); }
wrap              351 Source/wtf/Functional.h     static StorageType wrap(const RetainPtr<T>& value) { return value; }
wrap              394 Source/wtf/Functional.h         , m_p1(ParamStorageTraits<P1>::wrap(p1))
wrap              413 Source/wtf/Functional.h         , m_p1(ParamStorageTraits<P1>::wrap(p1))
wrap              414 Source/wtf/Functional.h         , m_p2(ParamStorageTraits<P2>::wrap(p2))
wrap              434 Source/wtf/Functional.h         , m_p1(ParamStorageTraits<P1>::wrap(p1))
wrap              435 Source/wtf/Functional.h         , m_p2(ParamStorageTraits<P2>::wrap(p2))
wrap              436 Source/wtf/Functional.h         , m_p3(ParamStorageTraits<P3>::wrap(p3))
wrap              457 Source/wtf/Functional.h         , m_p1(ParamStorageTraits<P1>::wrap(p1))
wrap              458 Source/wtf/Functional.h         , m_p2(ParamStorageTraits<P2>::wrap(p2))
wrap              459 Source/wtf/Functional.h         , m_p3(ParamStorageTraits<P3>::wrap(p3))
wrap              460 Source/wtf/Functional.h         , m_p4(ParamStorageTraits<P4>::wrap(p4))
wrap              482 Source/wtf/Functional.h         , m_p1(ParamStorageTraits<P1>::wrap(p1))
wrap              483 Source/wtf/Functional.h         , m_p2(ParamStorageTraits<P2>::wrap(p2))
wrap              484 Source/wtf/Functional.h         , m_p3(ParamStorageTraits<P3>::wrap(p3))
wrap              485 Source/wtf/Functional.h         , m_p4(ParamStorageTraits<P4>::wrap(p4))
wrap              486 Source/wtf/Functional.h         , m_p5(ParamStorageTraits<P5>::wrap(p5))
wrap              509 Source/wtf/Functional.h         , m_p1(ParamStorageTraits<P1>::wrap(p1))
wrap              510 Source/wtf/Functional.h         , m_p2(ParamStorageTraits<P2>::wrap(p2))
wrap              511 Source/wtf/Functional.h         , m_p3(ParamStorageTraits<P3>::wrap(p3))
wrap              512 Source/wtf/Functional.h         , m_p4(ParamStorageTraits<P4>::wrap(p4))
wrap              513 Source/wtf/Functional.h         , m_p5(ParamStorageTraits<P5>::wrap(p5))
wrap              514 Source/wtf/Functional.h         , m_p6(ParamStorageTraits<P6>::wrap(p6))
wrap              227 public/web/WebFrame.h     virtual WebFrame* traverseNext(bool wrap) const = 0;
wrap              228 public/web/WebFrame.h     virtual WebFrame* traversePrevious(bool wrap) const = 0;