Searched defs:ContextHolder (Results 1 - 2 of 2) sorted by path

/external/chromium_org/gin/
H A Dcontext_holder.cc12 ContextHolder::ContextHolder(v8::Isolate* isolate) function in class:gin::ContextHolder
16 ContextHolder::~ContextHolder() {
21 void ContextHolder::SetContext(v8::Handle<v8::Context> context) {
/external/chromium_org/gin/public/
H A Dcontext_holder.h28 // ContextHolder is a generic class for holding a v8::Context.
29 class GIN_EXPORT ContextHolder { class in namespace:gin
31 explicit ContextHolder(v8::Isolate* isolate);
32 ~ContextHolder();
47 DISALLOW_COPY_AND_ASSIGN(ContextHolder);

Completed in 680 milliseconds