HomeSort by relevance Sort by last modified time
    Searched refs:Holder (Results 101 - 125 of 143) sorted by null

1 2 3 45 6

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceEventConstructor.h 82 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
96 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
107 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceEventConstructor>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
109 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceEventTarget.h 88 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
102 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
113 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceEventTarget>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
115 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceNotScriptWrappable.h 73 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
87 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
98 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceNotScriptWrappable>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
100 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceWillBeGarbageCollected.h 89 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
103 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
114 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceWillBeGarbageCollected>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
116 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceNamedConstructor.cpp 39 V8PerContextData* perContextData = V8PerContextData::from(info.Holder()->CreationContext());
72 v8SetReturnValue(info, info.Holder());
75 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceNamedConstructor", info.Holder(), info.GetIsolate());
104 v8::Handle<v8::Object> wrapper = info.Holder();
117 v8::Handle<v8::Object> wrapper = info.Holder();
V8SVGTestInterface.cpp 38 v8::Handle<v8::Object> holder = info.Holder(); local
39 SVGTestInterface* impl = V8SVGTestInterface::toImpl(holder);
52 v8::Handle<v8::Object> holder = info.Holder(); local
53 SVGTestInterface* impl = V8SVGTestInterface::toImpl(holder);
V8TestInterfaceConstructor3.cpp 46 v8::Handle<v8::Object> wrapper = info.Holder();
62 v8SetReturnValue(info, info.Holder());
V8TestObject.h 115 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
129 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
140 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestObject>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
142 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestException.cpp 36 v8::Handle<v8::Object> holder = info.Holder(); local
37 TestException* impl = V8TestException::toImpl(holder);
50 v8::Handle<v8::Object> holder = info.Holder(); local
51 TestException* impl = V8TestException::toImpl(holder);
64 TestException* impl = V8TestException::toImpl(info.Holder());
V8TestInterfaceNotScriptWrappable.cpp 32 v8::Handle<v8::Object> holder = info.Holder(); local
33 TestInterfaceNotScriptWrappable* impl = V8TestInterfaceNotScriptWrappable::toImpl(holder);
46 v8::Handle<v8::Object> holder = info.Holder(); local
47 TestInterfaceNotScriptWrappable* impl = V8TestInterfaceNotScriptWrappable::toImpl(holder);
65 TestInterfaceNotScriptWrappable* impl = V8TestInterfaceNotScriptWrappable::toImpl(info.Holder());
V8TestInterfaceEventTarget.cpp 47 v8SetReturnValue(info, info.Holder());
52 v8::Handle<v8::Object> wrapper = info.Holder();
V8TestInterfaceNamedConstructor2.cpp 47 v8SetReturnValue(info, info.Holder());
59 v8::Handle<v8::Object> wrapper = info.Holder();
  /external/clang/test/CXX/class.access/class.friend/
p1.cpp 180 template <class T> class Holder {
182 friend bool operator==(Holder &a, Holder &b) {
189 Holder<Inequal> a, b;
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 185 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
191 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
197 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
233 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
247 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
258 if (DOMDataStore::setReturnValueFromWrapperFast<{{v8_class}}>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
260 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
methods.cpp 8 ExceptionState exceptionState(ExceptionState::ExecutionContext, "{{method.name}}", "{{interface_name}}", info.Holder(), info.GetIsolate());
18 {{cpp_class}}* impl = {{v8_class}}::toImpl(info.Holder());
272 {{hidden_dependency_action}}(info.Holder(), info[{{argument_index}}], {{v8_class}}::eventListenerCacheIndex, info.GetIsolate());
365 ExceptionState exceptionState(ExceptionState::ExecutionContext, "{{overloads.name}}", "{{interface_name}}", info.Holder(), info.GetIsolate());
441 ExceptionState exceptionState(ExceptionState::ExecutionContext, "{{method.name}}", "{{interface_name}}", info.Holder(), info.GetIsolate());
469 v8::Handle<v8::Object> holder = {{v8_class}}::findInstanceInPrototypeChain(info.This(), info.GetIsolate());
470 if (holder.IsEmpty()) {
476 {{cpp_class}}* impl = {{v8_class}}::toImpl(holder);
520 v8::Handle<v8::Value> holder = toV8(holderImpl, scriptState->context()->Global(), scriptState->isolate());
532 v8::Handle<v8::Value> v8Value = PrivateScriptRunner::runDOMMethod(scriptState, scriptStateInUserScript, "{{cpp_class}}", "{{method.name}}", holder, {{method.arguments | length}}, argv)
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
file_browser_handler_custom_bindings.cc 63 args.Holder(),
  /external/chromium_org/extensions/renderer/
app_runtime_custom_bindings.cc 53 web_blob.toV8Value(args.Holder(), args.GetIsolate()));
file_system_natives.cc 68 .toV8Value(args.Holder(), args.GetIsolate()));
108 args.Holder(),
153 dom_error.toV8Value(args.Holder(), args.GetIsolate()));
  /external/chromium_org/gin/
arguments.h 25 return ConvertFromV8(isolate_, info_->Holder(), out);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8InjectedScriptHostCustom.cpp 95 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder());
215 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder());
231 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder());
243 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder());
296 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder());
317 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder());
387 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder());
413 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder());
425 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder());
445 InjectedScriptHost* host = V8InjectedScriptHost::toImpl(info.Holder());
    [all...]
V8WorkerGlobalScopeCustom.cpp 50 WorkerGlobalScope* workerGlobalScope = V8WorkerGlobalScope::toImpl(info.Holder());
V8InspectorFrontendHostCustom.cpp 124 InspectorFrontendHost* frontendHost = V8InspectorFrontendHost::toImpl(info.Holder());
157 InspectorFrontendHost* frontendHost = V8InspectorFrontendHost::toImpl(info.Holder());
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 201 struct Holder {
202 Holder(int i, Ptr<T> ptr = 0);
206 Holder<int> h(i);
  /external/chromium_org/v8/samples/
process.cc 365 map<string, string>* obj = UnwrapMap(info.Holder());
388 map<string, string>* obj = UnwrapMap(info.Holder());
468 HttpRequest* request = UnwrapRequest(info.Holder());
483 HttpRequest* request = UnwrapRequest(info.Holder());
493 HttpRequest* request = UnwrapRequest(info.Holder());
504 HttpRequest* request = UnwrapRequest(info.Holder());
  /external/pdfium/fpdfsdk/include/javascript/
JS_Define.h 108 CJS_Object* pJSObj = (CJS_Object*)JS_GetPrivate(isolate,info.Holder());\
154 CJS_Object* pJSObj = (CJS_Object*)JS_GetPrivate(isolate,info.Holder());\
209 CJS_Object* pJSObj = (CJS_Object *)JS_GetPrivate(isolate,info.Holder());\
372 CJS_Object* pJSObj = (CJS_Object*)JS_GetPrivate(isolate,info.Holder());\
413 CJS_Object* pJSObj = (CJS_Object*)JS_GetPrivate(isolate,info.Holder());\
461 CJS_Object* pJSObj = (CJS_Object*)JS_GetPrivate(isolate,info.Holder());\
506 CJS_Object* pJSObj = (CJS_Object*)JS_GetPrivate(isolate,info.Holder());\
610 CJS_Object* pJSObj = (CJS_Object *)JS_GetPrivate(isolate, info.Holder());\

Completed in 1782 milliseconds

1 2 3 45 6