HomeSort by relevance Sort by last modified time
    Searched refs:V8ValueConverter (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/content/public/renderer/
v8_value_converter.h 25 class CONTENT_EXPORT V8ValueConverter {
27 // Extends the default behaviour of V8ValueConverter.
31 // If false is returned, V8ValueConverter proceeds with the default
35 // If false is returned, V8ValueConverter proceeds with the default
41 static V8ValueConverter* create();
43 virtual ~V8ValueConverter() {}
69 // Extend default behavior of V8ValueConverter.
  /external/chromium_org/chrome/renderer/extensions/
activity_log_converter_strategy.h 15 // V8ValueConverter. It overwrites conversion of V8 arrays and objects. When
20 : public content::V8ValueConverter::Strategy {
dom_activity_logger.cc 18 using content::V8ValueConverter;
33 scoped_ptr<V8ValueConverter> converter(V8ValueConverter::create());
send_request_natives.cc 11 using content::V8ValueConverter;
47 scoped_ptr<V8ValueConverter> converter(V8ValueConverter::create());
api_activity_logger.cc 14 using content::V8ValueConverter;
59 scoped_ptr<V8ValueConverter> converter(V8ValueConverter::create());
89 scoped_ptr<V8ValueConverter> converter(V8ValueConverter::create());
runtime_custom_bindings.cc 24 using content::V8ValueConverter;
110 scoped_ptr<V8ValueConverter> converter(V8ValueConverter::create());
chrome_v8_context.cc 25 using content::V8ValueConverter;
139 scoped_ptr<V8ValueConverter> converter(V8ValueConverter::create());
v8_schema_registry.cc 17 using content::V8ValueConverter;
95 scoped_ptr<V8ValueConverter> v8_value_converter(V8ValueConverter::create());
app_window_custom_bindings.cc 123 scoped_ptr<content::V8ValueConverter> converter(
124 content::V8ValueConverter::create());
activity_log_converter_strategy_unittest.cc 12 using content::V8ValueConverter;
27 converter_.reset(V8ValueConverter::create());
93 scoped_ptr<V8ValueConverter> converter_;
app_bindings.cc 28 using content::V8ValueConverter;
135 scoped_ptr<V8ValueConverter> converter(V8ValueConverter::create());
messaging_bindings.cc 43 using content::V8ValueConverter;
239 scoped_ptr<V8ValueConverter> converter(V8ValueConverter::create());
user_script_scheduler.cc 205 scoped_ptr<content::V8ValueConverter> v8_converter(
206 content::V8ValueConverter::create());
event_bindings.cc 171 scoped_ptr<content::V8ValueConverter> converter(
172 content::V8ValueConverter::create());
dispatcher.cc 156 scoped_ptr<content::V8ValueConverter> converter(
157 content::V8ValueConverter::create());
382 scoped_ptr<content::V8ValueConverter> converter(
383 content::V8ValueConverter::create());
    [all...]
  /external/chromium_org/content/renderer/
web_ui_extension.cc 128 scoped_ptr<V8ValueConverter> converter(V8ValueConverter::create());
skia_benchmarking_extension.cc 32 scoped_ptr<content::V8ValueConverter> converter(
33 content::V8ValueConverter::create());
127 scoped_ptr<content::V8ValueConverter> converter(
128 content::V8ValueConverter::create());
v8_value_converter_impl.h 24 class CONTENT_EXPORT V8ValueConverterImpl : public V8ValueConverter {
28 // V8ValueConverter implementation.
v8_value_converter_impl.cc 80 V8ValueConverter* V8ValueConverter::create() {
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_bindings.cc 244 scoped_ptr<V8ValueConverter> converter(V8ValueConverter::create());

Completed in 216 milliseconds