Searched defs:CallbackAndContext (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.cc109 class CallbackAndContext : public base::RefCounted<CallbackAndContext> { class in namespace:content::__anon7714
111 CallbackAndContext(v8::Isolate* isolate, function in class:content::__anon7714::CallbackAndContext
132 friend class base::RefCounted<CallbackAndContext>;
134 virtual ~CallbackAndContext() {
142 DISALLOW_COPY_AND_ASSIGN(CallbackAndContext);
431 CallbackAndContext* callback_and_context) {
488 scoped_refptr<CallbackAndContext> callback_and_context =
489 new CallbackAndContext(args.GetIsolate(),
578 scoped_refptr<CallbackAndContext> callback_and_contex
[all...]

Completed in 106 milliseconds