Searched defs:gin (Results 1 - 25 of 89) sorted by path

1234

/external/chromium_org/content/renderer/
H A Ddom_automation_controller.h10 #include "gin/wrappable.h"
78 namespace gin { namespace
86 class DomAutomationController : public gin::Wrappable<DomAutomationController>,
89 static gin::WrapperInfo kWrapperInfo;
97 bool SendMsg(const gin::Arguments& args);
112 // gin::WrappableBase
113 virtual gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
H A Dmemory_benchmarking_extension.h9 #include "gin/wrappable.h"
15 namespace gin { namespace
22 : public gin::Wrappable<MemoryBenchmarkingExtension> {
24 static gin::WrapperInfo kWrapperInfo;
32 // gin::Wrappable.
33 virtual gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
38 void HeapProfilerDump(gin::Arguments* args);
H A Dskia_benchmarking_extension.h9 #include "gin/wrappable.h"
15 namespace gin { namespace
21 class SkiaBenchmarking : public gin::Wrappable<SkiaBenchmarking> {
23 static gin::WrapperInfo kWrapperInfo;
33 // gin::Wrappable.
34 virtual gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
53 void Rasterize(gin::Arguments* args);
59 void GetOps(gin::Arguments* args);
65 void GetOpTimings(gin::Arguments* args);
71 void GetInfo(gin
[all...]
H A Dweb_ui_extension.h16 namespace gin { namespace
27 static void Send(gin::Arguments* args);
H A Dweb_ui_mojo.h15 namespace gin { namespace
H A Dweb_ui_mojo_context_state.h13 #include "gin/modules/module_registry_observer.h"
21 namespace gin { namespace
32 // this by way of gin. Non-builtin modules are downloaded by way of
34 class WebUIMojoContextState : public gin::ModuleRegistryObserver {
60 // gin::ModuleRegistryObserver overrides:
71 // Executes the script from gin.
/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...]
H A Dplugin_object.h12 #include "gin/interceptor.h"
13 #include "gin/wrappable.h"
18 namespace gin { namespace
20 } // namespace gin
30 class PluginObject : public gin::Wrappable<PluginObject>,
31 public gin::NamedPropertyInterceptor {
33 static gin::WrapperInfo kWrapperInfo;
48 // gin::NamedPropertyInterceptor
69 // gin::Wrappable
70 virtual gin
[all...]
/external/chromium_org/content/shell/renderer/
H A Dgc_controller.h9 #include "gin/wrappable.h"
15 namespace gin { namespace
21 class GCController : public gin::Wrappable<GCController> {
23 static gin::WrapperInfo kWrapperInfo;
30 // gin::Wrappable.
31 virtual gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
34 void Collect(const gin::Arguments& args);
35 void CollectAll(const gin::Arguments& args);
36 void MinorCollect(const gin::Arguments& args);
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.h29 namespace gin { namespace
127 void AddTouchPoint(gin::Arguments* args);
132 void GestureScrollBegin(gin::Arguments* args);
133 void GestureScrollEnd(gin::Arguments* args);
134 void GestureScrollUpdate(gin::Arguments* args);
135 void GestureScrollUpdateWithoutPropagation(gin::Arguments* args);
136 void GestureTap(gin::Arguments* args);
137 void GestureTapDown(gin::Arguments* args);
138 void GestureShowPress(gin::Arguments* args);
139 void GestureTapCancel(gin
[all...]
H A Dtest_runner.h30 namespace gin { namespace
192 void QueueLoadHTMLString(gin::Arguments* args);
197 void SetCustomPolicyDelegate(gin::Arguments* args);
215 void ExecCommand(gin::Arguments* args);
382 void SetAudioData(const gin::ArrayBufferView& view);
/external/chromium_org/gin/
H A Darguments.cc5 #include "gin/arguments.h"
8 #include "gin/converter.h"
10 namespace gin { namespace
52 } // 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 Darray_buffer.cc8 #include "gin/array_buffer.h"
9 #include "gin/per_isolate_data.h"
11 namespace gin { namespace
15 gin::WrapperInfo g_array_buffer_wrapper_info = {gin::kEmbedderNativeGin};
91 << "Cannot mix blink and gin ArrayBuffers";
197 } // namespace gin
H A Darray_buffer.h11 #include "gin/converter.h"
12 #include "gin/gin_export.h"
15 namespace gin { namespace
78 } // namespace gin
H A Dcontext_holder.cc5 #include "gin/public/context_holder.h"
8 #include "gin/per_context_data.h"
10 namespace gin { namespace
27 } // namespace gin
H A Dconverter.cc5 #include "gin/converter.h"
21 namespace gin { namespace
205 } // namespace gin
H A Dconverter.h12 #include "gin/gin_export.h"
15 namespace gin { namespace
200 } // namespace gin
H A Dconverter_unittest.cc5 #include "gin/converter.h"
12 #include "gin/public/isolate_holder.h"
13 #include "gin/test/v8_test.h"
29 namespace gin { namespace
134 } // namespace gin
H A Ddebug_impl.cc5 #include "gin/debug_impl.h"
7 namespace gin { namespace
34 } // namespace gin
H A Ddebug_impl.h8 #include "gin/public/debug.h"
11 namespace gin { namespace
19 } // namespace gin
H A Ddictionary.cc5 #include "gin/dictionary.h"
7 namespace gin { namespace
42 } // namespace gin
H A Ddictionary.h8 #include "gin/converter.h"
9 #include "gin/gin_export.h"
11 namespace gin { namespace
63 } // namespace gin
H A Dfunction_template.cc5 #include "gin/function_template.h"
7 namespace gin { namespace
33 } // namespace gin
H A Dfunction_template.h16 #include "gin/arguments.h"
17 #include "gin/converter.h"
18 #include "gin/gin_export.h"
21 namespace gin { namespace
86 // gin::Arguments object.
488 // JavaScript arguments are automatically converted via gin::Converter, as is
518 } // namespace gin

Completed in 458 milliseconds

1234