Home
last modified time | relevance | path

Searched refs:V8ValueConverterImpl (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/
Dv8_value_converter_impl.cc64 class V8ValueConverterImpl::FromV8ValueState {
121 return new V8ValueConverterImpl(); in create()
124 V8ValueConverterImpl::V8ValueConverterImpl() in V8ValueConverterImpl() function in content::V8ValueConverterImpl
132 void V8ValueConverterImpl::SetDateAllowed(bool val) { in SetDateAllowed()
136 void V8ValueConverterImpl::SetRegExpAllowed(bool val) { in SetRegExpAllowed()
140 void V8ValueConverterImpl::SetFunctionAllowed(bool val) { in SetFunctionAllowed()
144 void V8ValueConverterImpl::SetStripNullFromObjects(bool val) { in SetStripNullFromObjects()
148 void V8ValueConverterImpl::SetStrategy(Strategy* strategy) { in SetStrategy()
152 v8::Handle<v8::Value> V8ValueConverterImpl::ToV8Value( in ToV8Value()
160 base::Value* V8ValueConverterImpl::FromV8Value( in FromV8Value()
[all …]
Dv8_value_converter_impl_unittest.cc27 content::V8ValueConverterImpl* converter);
31 content::V8ValueConverterImpl* converter_;
37 content::V8ValueConverterImpl* converter) in ScopedAvoidIdentityHashForTesting()
141 void TestWeirdType(const V8ValueConverterImpl& converter, in TestWeirdType()
225 V8ValueConverterImpl converter; in TEST_F()
275 V8ValueConverterImpl converter; in TEST_F()
305 V8ValueConverterImpl converter; in TEST_F()
347 V8ValueConverterImpl converter; in TEST_F()
374 V8ValueConverterImpl converter; in TEST_F()
417 V8ValueConverterImpl converter; in TEST_F()
[all …]
Dv8_value_converter_impl.h24 class CONTENT_EXPORT V8ValueConverterImpl : public V8ValueConverter {
26 V8ValueConverterImpl();
94 DISALLOW_COPY_AND_ASSIGN(V8ValueConverterImpl);
Ddom_automation_controller.cc80 V8ValueConverterImpl conv; in SendMsg()
Drender_frame_impl.cc1128 V8ValueConverterImpl converter; in OnJavaScriptExecuteRequest()