Searched defs:impl (Results 176 - 200 of 615) sorted by relevance

1234567891011>>

/external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DSharedBufferHandleImpl.java5 package org.chromium.mojo.system.impl;
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DInterfaceWithClient.java66 public final void bind(I impl, MessagePipeHandle handle) { argument
68 super.bind(handle.getCore(), impl, router);
71 impl.setClient(client);
/external/chromium_org/sdch/open-vcdiff/src/google/
H A Doutput_string.h68 explicit OutputString(StringClass* impl) : impl_(impl) { } argument
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8ArrayBufferCustom.h63 static inline ScriptWrappableBase* toScriptWrappableBase(ArrayBuffer* impl) argument
65 return reinterpret_cast<ScriptWrappableBase*>(impl);
78 inline v8::Handle<v8::Object> wrap(ArrayBuffer* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
80 ASSERT(impl);
81 ASSERT(!DOMDataStore::containsWrapper<V8ArrayBuffer>(impl, isolate));
82 return V8ArrayBuffer::createWrapper(impl, creationContext, isolate);
85 inline v8::Handle<v8::Value> toV8(ArrayBuffer* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
87 if (UNLIKELY(!impl))
89 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8ArrayBuffer>(impl, isolate);
92 return wrap(impl, creationContex
96 v8SetReturnValue(const CallbackInfo& info, ArrayBuffer* impl) argument
109 v8SetReturnValueForMainWorld(const CallbackInfo& info, ArrayBuffer* impl) argument
123 v8SetReturnValueFast(const CallbackInfo& info, ArrayBuffer* impl, Wrappable* wrappable) argument
135 toV8(PassRefPtr< ArrayBuffer > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
141 v8SetReturnValue(const CallbackInfo& info, PassRefPtr< ArrayBuffer > impl) argument
147 v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr< ArrayBuffer > impl) argument
153 v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< ArrayBuffer > impl, Wrappable* wrappable) argument
[all...]
H A DV8DataViewCustom.h62 inline v8::Handle<v8::Object> wrap(DataView* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<DataView>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(DataView* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<DataView>::toV8(impl, creationContext, isolate);
73 inline void v8SetReturnValue(const CallbackInfo& info, DataView* impl) argument
75 V8TypedArray<DataView>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, DataView* impl) argument
81 V8TypedArray<DataView>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, DataView* impl, Wrappable* wrappable) argument
87 V8TypedArray<DataView>::v8SetReturnValueFast(info, impl, wrappabl
90 toV8(PassRefPtr< DataView > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
96 v8SetReturnValue(const CallbackInfo& info, PassRefPtr<DataView> impl) argument
102 v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<DataView> impl) argument
108 v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<DataView> impl, Wrappable* wrappable) argument
[all...]
H A DV8ElementCustom.cpp51 Element* impl = V8Element::toImpl(info.Holder()); local
55 impl->setScrollLeft(scrollOptionsHorizontal, exceptionState);
61 impl->setScrollLeft(position);
67 Element* impl = V8Element::toImpl(info.Holder()); local
71 impl->setScrollTop(scrollOptionsVertical, exceptionState);
77 impl->setScrollTop(position);
88 Element* impl = V8Element::toImpl(info.Holder()); local
90 v8SetReturnValueFast(info, WTF::getPtr(ElementAnimation::animate(*impl, effect)), impl);
97 Element* impl local
108 Element* impl = V8Element::toImpl(info.Holder()); local
117 Element* impl = V8Element::toImpl(info.Holder()); local
131 Element* impl = V8Element::toImpl(info.Holder()); local
144 Element* impl = V8Element::toImpl(info.Holder()); local
[all...]
H A DV8Float32ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Float32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<Float32Array>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(Float32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<Float32Array>::toV8(impl, creationContext, isolate);
73 inline void v8SetReturnValue(const CallbackInfo& info, Float32Array* impl) argument
75 V8TypedArray<Float32Array>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Float32Array* impl) argument
81 V8TypedArray<Float32Array>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, Float32Array* impl, Wrappable* wrappable) argument
87 V8TypedArray<Float32Array>::v8SetReturnValueFast(info, impl, wrappabl
90 toV8(PassRefPtr< Float32Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
96 v8SetReturnValue(const CallbackInfo& info, PassRefPtr< Float32Array > impl) argument
102 v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr< Float32Array > impl) argument
108 v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Float32Array > impl, Wrappable* wrappable) argument
[all...]
H A DV8Float64ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<Float64Array>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<Float64Array>::toV8(impl, creationContext, isolate);
73 inline void v8SetReturnValue(const CallbackInfo& info, Float64Array* impl) argument
75 V8TypedArray<Float64Array>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Float64Array* impl) argument
81 V8TypedArray<Float64Array>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, Float64Array* impl, Wrappable* wrappable) argument
87 V8TypedArray<Float64Array>::v8SetReturnValueFast(info, impl, wrappabl
90 toV8(PassRefPtr< Float64Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
96 v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Float64Array> impl) argument
102 v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Float64Array> impl) argument
108 v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Float64Array> impl, Wrappable* wrappable) argument
[all...]
H A DV8Int16ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Int16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<Int16Array>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(Int16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<Int16Array>::toV8(impl, creationContext, isolate);
73 inline void v8SetReturnValue(const CallbackInfo& info, Int16Array* impl) argument
75 V8TypedArray<Int16Array>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Int16Array* impl) argument
81 V8TypedArray<Int16Array>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int16Array* impl, Wrappable* wrappable) argument
87 V8TypedArray<Int16Array>::v8SetReturnValueFast(info, impl, wrappabl
90 toV8(PassRefPtr< Int16Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
96 v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Int16Array> impl) argument
102 v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Int16Array> impl) argument
108 v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int16Array> impl, Wrappable* wrappable) argument
[all...]
H A DV8Int32ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Int32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<Int32Array>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(Int32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<Int32Array>::toV8(impl, creationContext, isolate);
73 inline void v8SetReturnValue(const CallbackInfo& info, Int32Array* impl) argument
75 V8TypedArray<Int32Array>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Int32Array* impl) argument
81 V8TypedArray<Int32Array>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int32Array* impl, Wrappable* wrappable) argument
87 V8TypedArray<Int32Array>::v8SetReturnValueFast(info, impl, wrappabl
90 toV8(PassRefPtr< Int32Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
96 v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Int32Array> impl) argument
102 v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Int32Array> impl) argument
108 v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int32Array> impl, Wrappable* wrappable) argument
[all...]
H A DV8Int8ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Int8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<Int8Array>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(Int8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<Int8Array>::toV8(impl, creationContext, isolate);
73 inline void v8SetReturnValue(const CallbackInfo& info, Int8Array* impl) argument
75 V8TypedArray<Int8Array>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Int8Array* impl) argument
81 V8TypedArray<Int8Array>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int8Array* impl, Wrappable* wrappable) argument
87 V8TypedArray<Int8Array>::v8SetReturnValueFast(info, impl, wrappabl
90 toV8(PassRefPtr< Int8Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
96 v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Int8Array> impl) argument
102 v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Int8Array> impl) argument
108 v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int8Array> impl, Wrappable* wrappable) argument
[all...]
H A DV8Uint16ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Uint16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<Uint16Array>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(Uint16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<Uint16Array>::toV8(impl, creationContext, isolate);
73 inline void v8SetReturnValue(const CallbackInfo& info, Uint16Array* impl) argument
75 V8TypedArray<Uint16Array>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Uint16Array* impl) argument
81 V8TypedArray<Uint16Array>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint16Array* impl, Wrappable* wrappable) argument
87 V8TypedArray<Uint16Array>::v8SetReturnValueFast(info, impl, wrappabl
90 toV8(PassRefPtr< Uint16Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
96 v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Uint16Array> impl) argument
102 v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Uint16Array> impl) argument
108 v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint16Array> impl, Wrappable* wrappable) argument
[all...]
H A DV8Uint32ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Uint32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<Uint32Array>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(Uint32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<Uint32Array>::toV8(impl, creationContext, isolate);
73 inline void v8SetReturnValue(const CallbackInfo& info, Uint32Array* impl) argument
75 V8TypedArray<Uint32Array>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Uint32Array* impl) argument
81 V8TypedArray<Uint32Array>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint32Array* impl, Wrappable* wrappable) argument
87 V8TypedArray<Uint32Array>::v8SetReturnValueFast(info, impl, wrappabl
90 toV8(PassRefPtr< Uint32Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
96 v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Uint32Array> impl) argument
102 v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Uint32Array> impl) argument
108 v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint32Array> impl, Wrappable* wrappable) argument
[all...]
H A DV8Uint8ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Uint8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<Uint8Array>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(Uint8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<Uint8Array>::toV8(impl, creationContext, isolate);
73 inline void v8SetReturnValue(const CallbackInfo& info, Uint8Array* impl) argument
75 V8TypedArray<Uint8Array>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Uint8Array* impl) argument
81 V8TypedArray<Uint8Array>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8Array* impl, Wrappable* wrappable) argument
87 V8TypedArray<Uint8Array>::v8SetReturnValueFast(info, impl, wrappabl
90 toV8(PassRefPtr< Uint8Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
96 v8SetReturnValue(const CallbackInfo& info, PassRefPtr< Uint8Array > impl) argument
102 v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr< Uint8Array > impl) argument
108 v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Uint8Array > impl, Wrappable* wrappable) argument
[all...]
H A DV8Uint8ClampedArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Uint8ClampedArray* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<Uint8ClampedArray>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(Uint8ClampedArray* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<Uint8ClampedArray>::toV8(impl, creationContext, isolate);
73 inline void v8SetReturnValue(const CallbackInfo& info, Uint8ClampedArray* impl) argument
75 V8TypedArray<Uint8ClampedArray>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Uint8ClampedArray* impl) argument
81 V8TypedArray<Uint8ClampedArray>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8ClampedArray* impl, Wrappable* wrappable) argument
87 V8TypedArray<Uint8ClampedArray>::v8SetReturnValueFast(info, impl, wrappabl
90 toV8(PassRefPtr< Uint8ClampedArray > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
96 v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl) argument
102 v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl) argument
108 v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl, Wrappable* wrappable) argument
[all...]
H A DV8WorkerGlobalScopeCustom.cpp107 v8::Handle<v8::Value> toV8(WorkerGlobalScope* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
111 if (!impl)
114 WorkerScriptController* script = impl->script();
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestInterface.h47 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceImplementation* impl) argument
49 return impl->toScriptWrappableBase();
66 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceImplementation* impl) argument
68 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
72 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceImplementation* impl) argument
74 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
78 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceImplementation* impl, Wrappable*) argument
80 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
83 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceImplementation> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
85 return toV8(impl
89 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceImplementation> impl) argument
95 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceImplementation> impl) argument
101 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceImplementation> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestInterfaceNotScriptWrappable.h34 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceNotScriptWrappable* impl) argument
36 return impl->toScriptWrappableBase();
51 v8::Handle<v8::Object> wrap(TestInterfaceNotScriptWrappable* impl, v8::Handle<v8::Object> creationContext, v8::Isolate*);
53 inline v8::Handle<v8::Value> toV8(TestInterfaceNotScriptWrappable* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
55 if (UNLIKELY(!impl))
57 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceNotScriptWrappable>(impl, isolate);
61 return wrap(impl, creationContext, isolate);
65 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceNotScriptWrappable* impl) argument
67 if (UNLIKELY(!impl)) {
71 if (DOMDataStore::setReturnValueFromWrapper<V8TestInterfaceNotScriptWrappable>(callbackInfo.GetReturnValue(), impl))
78 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceNotScriptWrappable* impl) argument
92 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceNotScriptWrappable* impl, Wrappable* wrappable) argument
104 toV8(PassRefPtr<TestInterfaceNotScriptWrappable> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
110 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceNotScriptWrappable> impl) argument
116 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceNotScriptWrappable> impl) argument
122 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceNotScriptWrappable> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestObject.h75 static inline ScriptWrappableBase* toScriptWrappableBase(TestObject* impl) argument
77 return impl->toScriptWrappableBase();
90 inline v8::Handle<v8::Object> wrap(TestObject* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
92 return impl->wrap(creationContext, isolate);
95 inline v8::Handle<v8::Value> toV8(TestObject* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
97 if (UNLIKELY(!impl))
99 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestObject>(impl, isolate);
103 return impl->wrap(creationContext, isolate);
107 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestObject* impl) argument
109 if (UNLIKELY(!impl)) {
120 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestObject* impl) argument
134 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestObject* impl, Wrappable* wrappable) argument
146 toV8(PassRefPtr<TestObject> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
152 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestObject> impl) argument
158 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestObject> impl) argument
164 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestObject> impl, Wrappable* wrappable) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
H A DV8TestInterface5.h39 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterface5Implementation* impl) argument
41 return impl->toScriptWrappableBase();
58 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterface5Implementation* impl) argument
60 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
64 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterface5Implementation* impl) argument
66 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
70 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterface5Implementation* impl, Wrappable*) argument
72 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
75 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterface5Implementation> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
77 return toV8(impl
81 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface5Implementation> impl) argument
87 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface5Implementation> impl) argument
93 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface5Implementation> impl, Wrappable* wrappable) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportallocatorsessionproxy.h89 PortAllocatorSession* impl() { return impl_; } function in class:cricket::PortAllocatorSessionProxy
/external/chromium_org/third_party/skia/include/ports/
H A DSkFontMgr_indirect.h28 SkFontMgr_Indirect(SkFontMgr* impl, SkRemotableFontMgr* proxy) argument
29 : fImpl(SkRef(impl)), fProxy(SkRef(proxy)), fFamilyNamesInited(false)
/external/jmdns/src/javax/jmdns/impl/
H A DNameRegister.java4 package javax.jmdns.impl;
31 * @see javax.jmdns.impl.NameRegister#register(java.net.InetAddress, java.lang.String, javax.jmdns.impl.NameRegister.NameType)
41 * @see javax.jmdns.impl.NameRegister#checkName(java.net.InetAddress, java.lang.String, javax.jmdns.impl.NameRegister.NameType)
51 * @see javax.jmdns.impl.NameRegister#incrementHostName(java.net.InetAddress, java.lang.String, javax.jmdns.impl.NameRegister.NameType)
65 * @see javax.jmdns.impl.NameRegister#register(java.net.InetAddress, java.lang.String, javax.jmdns.impl.NameRegister.NameType)
75 * @see javax.jmdns.impl
[all...]
H A DServiceEventImpl.java5 package javax.jmdns.impl;
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSLabel.java4 package javax.jmdns.impl.constants;

Completed in 2059 milliseconds

1234567891011>>