Searched defs:gin (Results 51 - 75 of 89) sorted by relevance

1234

/external/chromium_org/gin/modules/
H A Dconsole.cc5 #include "gin/modules/console.h"
10 #include "gin/arguments.h"
11 #include "gin/converter.h"
12 #include "gin/object_template_builder.h"
13 #include "gin/per_isolate_data.h"
14 #include "gin/public/wrapper_info.h"
18 namespace gin { namespace
49 } // namespace gin
H A Dfile_module_provider.cc5 #include "gin/modules/file_module_provider.h"
11 #include "gin/converter.h"
13 namespace gin { namespace
70 } // namespace gin
H A Dmodule_registry.h18 #include "gin/gin_export.h"
21 namespace gin { namespace
107 } // namespace gin
H A Dtimer.h10 #include "gin/gin_export.h"
11 #include "gin/handle.h"
12 #include "gin/runner.h"
13 #include "gin/wrappable.h"
16 namespace gin { namespace
42 base::WeakPtr<gin::Runner> runner_;
64 } // namespace gin
H A Dmodule_runner_delegate.cc5 #include "gin/modules/module_runner_delegate.h"
9 #include "gin/modules/module_registry.h"
10 #include "gin/object_template_builder.h"
11 #include "gin/public/context_holder.h"
13 namespace gin { namespace
67 } // namespace gin
H A Dtimer.cc5 #include "gin/modules/timer.h"
8 #include "gin/object_template_builder.h"
9 #include "gin/per_context_data.h"
11 namespace gin { namespace
16 return gin::StringToSymbol(isolate, "::gin::Timer");
23 gin::WrapperInfo Timer::kWrapperInfo = { gin::kEmbedderNativeGin };
59 // a gin::Handle<> to keep this object alive past when the isolate it is part
103 } // namespace gin
[all...]
/external/chromium_org/gin/public/
H A Dcontext_holder.h12 #include "gin/gin_export.h"
15 namespace gin { namespace
20 // a V8 debugger implementation (not used by gin).
50 } // namespace gin
/external/chromium_org/gin/shell/
H A Dgin_main.cc11 #include "gin/array_buffer.h"
12 #include "gin/modules/console.h"
13 #include "gin/modules/module_runner_delegate.h"
14 #include "gin/public/isolate_holder.h"
15 #include "gin/test/file_runner.h"
16 #include "gin/try_catch.h"
18 namespace gin { namespace
58 } // namespace gin
65 gin::IsolateHolder::Initialize(gin
[all...]
/external/chromium_org/gin/test/
H A Dfile.cc5 #include "gin/test/file.h"
14 #include "gin/arguments.h"
15 #include "gin/converter.h"
16 #include "gin/object_template_builder.h"
17 #include "gin/per_isolate_data.h"
18 #include "gin/public/wrapper_info.h"
22 namespace gin { namespace
26 v8::Handle<v8::Value> ReadFileToString(gin::Arguments* args) {
36 return gin::Converter<std::string>::ToV8(args->isolate(), contents);
39 v8::Handle<v8::Value> GetSourceRootDirectory(gin
[all...]
H A Dfile_runner.cc5 #include "gin/test/file_runner.h"
10 #include "gin/array_buffer.h"
11 #include "gin/converter.h"
12 #include "gin/modules/console.h"
13 #include "gin/modules/module_registry.h"
14 #include "gin/public/context_holder.h"
15 #include "gin/public/isolate_holder.h"
16 #include "gin/test/file.h"
17 #include "gin/test/gc.h"
18 #include "gin/tes
22 namespace gin { namespace
[all...]
H A Dgtest.cc5 #include "gin/test/gtest.h"
9 #include "gin/arguments.h"
10 #include "gin/converter.h"
11 #include "gin/function_template.h"
12 #include "gin/object_template_builder.h"
13 #include "gin/per_isolate_data.h"
14 #include "gin/public/wrapper_info.h"
15 #include "gin/wrappable.h"
18 namespace gin { namespace
62 } // namespace gin
[all...]
/external/chromium_org/gin/
H A Dtry_catch.cc5 #include "gin/try_catch.h"
9 #include "gin/converter.h"
11 namespace gin { namespace
49 } // namespace gin
H A Dv8_platform.cc5 #include "gin/public/v8_platform.h"
11 #include "gin/per_isolate_data.h"
13 namespace gin { namespace
42 } // namespace gin
H A Dwrappable.h9 #include "gin/converter.h"
10 #include "gin/gin_export.h"
11 #include "gin/public/wrapper_info.h"
13 namespace gin { namespace
25 // objects. To retain a Wrappable object on the stack, use a gin::Handle.
34 // virtual gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
42 // gin::ObjectTemplateBuilder MyClass::GetObjectTemplateBuilder(
49 // static Create function that returns a gin::Handle. Forcing creators through
114 } // namespace gin
H A Darguments.h9 #include "gin/converter.h"
10 #include "gin/gin_export.h"
12 namespace gin { namespace
93 } // namespace gin
H A Dhandle.h8 #include "gin/converter.h"
10 namespace gin { namespace
12 // You can use gin::Handle on the stack to retain a gin::Wrappable object.
13 // Currently we don't have a mechanism for retaining a gin::Wrappable object
43 struct Converter<gin::Handle<T> > {
45 const gin::Handle<T>& val) {
49 gin::Handle<T>* out) {
54 *out = gin::Handle<T>(val, object);
62 gin
[all...]
H A Dinterceptor.cc5 #include "gin/interceptor.h"
9 #include "gin/per_isolate_data.h"
11 namespace gin { namespace
68 } // namespace gin
H A Dobject_template_builder.h12 #include "gin/converter.h"
13 #include "gin/function_template.h"
14 #include "gin/gin_export.h"
17 namespace gin { namespace
101 // use one of the first two options. Also see gin::CreateFunctionTemplate()
145 } // namespace gin
H A Dper_isolate_data.h12 #include "gin/gin_export.h"
13 #include "gin/public/wrapper_info.h"
20 namespace gin { namespace
95 } // namespace gin
H A Dwrappable.cc5 #include "gin/wrappable.h"
8 #include "gin/object_template_builder.h"
9 #include "gin/per_isolate_data.h"
11 namespace gin { namespace
87 } // namespace gin
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.h11 #include "gin/handle.h"
12 #include "gin/public/wrapper_info.h"
13 #include "gin/runner.h"
14 #include "gin/wrappable.h"
19 namespace gin { namespace
29 class Context : public gin::Wrappable<Context> {
31 static gin::WrapperInfo kWrapperInfo;
34 static gin::Handle<Context> Create(
39 static void BufferData(GLenum target, const gin::ArrayBufferView& buffer,
41 static void CompileShader(const gin
[all...]
/external/chromium_org/mojo/bindings/js/
H A Dhandle.cc9 namespace gin { namespace
11 gin::WrapperInfo HandleWrapper::kWrapperInfo = { gin::kEmbedderNativeGin };
56 gin::Handle<HandleWrapper> handle;
57 if (!Converter<gin::Handle<HandleWrapper> >::FromV8(isolate, val, &handle))
64 } // namespace gin
H A Dhandle.h9 #include "gin/converter.h"
10 #include "gin/handle.h"
11 #include "gin/wrappable.h"
14 namespace gin { namespace
19 class HandleWrapper : public gin::Wrappable<HandleWrapper> {
21 static gin::WrapperInfo kWrapperInfo;
23 static gin::Handle<HandleWrapper> Create(v8::Isolate* isolate,
25 return gin::CreateHandle(isolate, new HandleWrapper(handle));
56 // We need to specialize the normal gin::Handle converter in order to handle
59 struct Converter<gin
[all...]
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8.h13 namespace gin { namespace
15 } // namespace gin
110 static gin::IsolateHolder* g_proxy_resolver_isolate_;
/external/chromium_org/content/renderer/pepper/
H A Dmessage_channel.h14 #include "gin/handle.h"
15 #include "gin/interceptor.h"
16 #include "gin/wrappable.h"
24 namespace gin { namespace
26 } // namespace gin
51 public gin::Wrappable<MessageChannel>,
52 public gin::NamedPropertyInterceptor,
55 static gin::WrapperInfo kWrapperInfo;
94 // gin::NamedPropertyInterceptor
104 // gin
[all...]

Completed in 259 milliseconds

1234