Lines Matching +defs:object +defs:keys
136 void AddGlobalTrackObject(CefTrackNode* object) { in AddGlobalTrackObject()
141 void DeleteGlobalTrackObject(CefTrackNode* object) { in DeleteGlobalTrackObject()
284 void AttachTo(v8::Local<v8::Context> context, v8::Local<v8::Object> object) { in AttachTo()
291 v8::Local<v8::Object> object) { in Unwrap()
346 v8::Local<v8::Object> object) { in Unwrap()
526 CefRefPtr<CefV8Value> object = in FunctionCallbackImpl() local
566 CefRefPtr<CefV8Value> object = new CefV8ValueImpl(isolate, context, obj); in AccessorNameGetterCallbackImpl() local
603 CefRefPtr<CefV8Value> object = new CefV8ValueImpl(isolate, context, obj); in AccessorNameSetterCallbackImpl() local
647 CefRefPtr<CefV8Value> object = new CefV8ValueImpl(isolate, context, obj); in InterceptorGetterCallbackImpl() local
679 CefRefPtr<CefV8Value> object = new CefV8ValueImpl(isolate, context, obj); in InterceptorSetterCallbackImpl() local
841 V8TrackObject* object = new V8TrackObject(isolate_manager->isolate()); in CefRegisterExtension() local
2104 bool CefV8ValueImpl::GetKeys(std::vector<CefString>& keys) { in GetKeys()
2353 CefRefPtr<CefV8Value> object, in ExecuteFunction()
2362 CefRefPtr<CefV8Value> object, in ExecuteFunctionWithContext()