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

/external/chromium_org/content/renderer/
H A Dv8_value_converter_impl.h24 class CONTENT_EXPORT V8ValueConverterImpl : public V8ValueConverter { class in namespace:content
26 V8ValueConverterImpl();
94 DISALLOW_COPY_AND_ASSIGN(V8ValueConverterImpl);
H A Dv8_value_converter_impl.cc64 class V8ValueConverterImpl::FromV8ValueState {
121 return new V8ValueConverterImpl();
124 V8ValueConverterImpl::V8ValueConverterImpl() function in class:content::V8ValueConverterImpl
132 void V8ValueConverterImpl::SetDateAllowed(bool val) {
136 void V8ValueConverterImpl::SetRegExpAllowed(bool val) {
140 void V8ValueConverterImpl::SetFunctionAllowed(bool val) {
144 void V8ValueConverterImpl::SetStripNullFromObjects(bool val) {
148 void V8ValueConverterImpl::SetStrategy(Strategy* strategy) {
152 v8::Handle<v8::Value> V8ValueConverterImpl
[all...]

Completed in 69 milliseconds