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

/external/chromium_org/gin/
H A Dconverter.cc27 bool Converter<bool>::FromV8(Isolate* isolate, Handle<Value> val, bool* out) { function in class:gin::Converter
36 bool Converter<int32_t>::FromV8(Isolate* isolate, Handle<Value> val, function in class:gin::Converter
48 bool Converter<uint32_t>::FromV8(Isolate* isolate, Handle<Value> val, function in class:gin::Converter
60 bool Converter<int64_t>::FromV8(Isolate* isolate, Handle<Value> val, function in class:gin::Converter
74 bool Converter<uint64_t>::FromV8(Isolate* isolate, Handle<Value> val, function in class:gin::Converter
86 bool Converter<float>::FromV8(Isolate* isolate, Handle<Value> val, function in class:gin::Converter
98 bool Converter<double>::FromV8(Isolate* isolate, Handle<Value> val, function in class:gin::Converter
117 bool Converter<std::string>::FromV8(Isolate* isolate, Handle<Value> val, function in class:gin::Converter
128 bool Converter<Handle<Function> >::FromV8(Isolate* isolate, Handle<Value> val, function in class:gin::Converter
141 bool Converter<Handle<Object> >::FromV8(Isolat function in class:gin::Converter
154 bool Converter<Handle<ArrayBuffer> >::FromV8(Isolate* isolate, function in class:gin::Converter
168 bool Converter<Handle<External> >::FromV8(Isolate* isolate, function in class:gin::Converter
182 bool Converter<Handle<Value> >::FromV8(Isolate* isolate, Handle<Value> val, function in class:gin::Converter
[all...]
H A Dconverter.h24 static bool FromV8(v8::Isolate* isolate,
33 static bool FromV8(v8::Isolate* isolate,
42 static bool FromV8(v8::Isolate* isolate,
52 static bool FromV8(v8::Isolate* isolate,
62 static bool FromV8(v8::Isolate* isolate,
71 static bool FromV8(v8::Isolate* isolate,
80 static bool FromV8(v8::Isolate* isolate,
96 static bool FromV8(v8::Isolate* isolate,
103 static bool FromV8(v8::Isolate* isolate,
112 static bool FromV8(v
156 static bool FromV8(v8::Isolate* isolate, function in struct:gin::Converter
[all...]
H A Ddictionary.cc33 bool Converter<Dictionary>::FromV8(v8::Isolate* isolate, function in class:gin::Converter
H A Dwrappable.h107 static bool FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val, T** out) { function in struct:gin::Converter
H A Dhandle.h48 static bool FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val, function in struct:gin::Converter
51 if (!Converter<T*>::FromV8(isolate, val, &object)) {
H A Darray_buffer.cc152 bool Converter<ArrayBuffer>::FromV8(v8::Isolate* isolate, function in class:gin::Converter
188 bool Converter<ArrayBufferView>::FromV8(v8::Isolate* isolate, function in class:gin::Converter
/external/chromium_org/mojo/bindings/js/
H A Dhandle.cc48 bool Converter<mojo::Handle>::FromV8(v8::Isolate* isolate, function in class:gin::Converter
57 if (!Converter<gin::Handle<HandleWrapper> >::FromV8(isolate, val, &handle))
H A Dhandle.h52 static bool FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val,
65 static bool FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val, function in struct:gin::Converter
73 if (!Converter<gin::HandleWrapper*>::FromV8(isolate, val, &object)) {
/external/chromium_org/content/renderer/pepper/
H A Dpepper_try_catch.cc45 ppapi::ScopedPPVar PepperTryCatch::FromV8(v8::Handle<v8::Value> v8_value) { function in class:content::PepperTryCatch
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.cc19 static bool FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val, function in struct:gin::Converter
22 if (!Converter<bool>::FromV8(isolate, val, &bool_val))

Completed in 151 milliseconds