Searched refs:ObjectBackedNativeHandler (Results 1 - 25 of 84) sorted by relevance

1234

/external/chromium_org/extensions/renderer/
H A Dcontext_menus_custom_bindings.h14 class ContextMenusCustomBindings : public ObjectBackedNativeHandler {
H A Dapp_runtime_custom_bindings.h13 class AppRuntimeCustomBindings : public ObjectBackedNativeHandler {
H A Dblob_native_handler.h20 class BlobNativeHandler : public ObjectBackedNativeHandler {
H A Dobject_backed_native_handler.h21 // An ObjectBackedNativeHandler is a factory for JS objects with functions on
24 class ObjectBackedNativeHandler : public NativeHandler { class in namespace:extensions
26 explicit ObjectBackedNativeHandler(ScriptContext* context);
27 virtual ~ObjectBackedNativeHandler();
40 // NewInstance()s of this ObjectBackedNativeHandler will have a property
59 // base::Bound function; the lifetime of an ObjectBackedNativeHandler is the
74 DISALLOW_COPY_AND_ASSIGN(ObjectBackedNativeHandler);
H A Dprint_native_handler.h12 class PrintNativeHandler : public ObjectBackedNativeHandler {
H A Dtest_features_native_handler.h12 class TestFeaturesNativeHandler : public ObjectBackedNativeHandler {
H A Dapi_definitions_natives.h16 class ApiDefinitionsNatives : public ObjectBackedNativeHandler {
H A Dcontext_menus_custom_bindings.cc26 : ObjectBackedNativeHandler(context) {
H A Dcss_native_handler.h13 class CssNativeHandler : public ObjectBackedNativeHandler {
H A Ddocument_custom_bindings.h14 class DocumentCustomBindings : public ObjectBackedNativeHandler {
H A Di18n_custom_bindings.h14 class I18NCustomBindings : public ObjectBackedNativeHandler {
H A Did_generator_custom_bindings.cc12 : ObjectBackedNativeHandler(context) {
H A Did_generator_custom_bindings.h15 class IdGeneratorCustomBindings : public ObjectBackedNativeHandler {
H A Drender_view_observer_natives.h14 class RenderViewObserverNatives : public ObjectBackedNativeHandler {
H A Duser_gestures_native_handler.h12 class UserGesturesNativeHandler : public ObjectBackedNativeHandler {
/external/chromium_org/chrome/renderer/extensions/
H A Dmedia_galleries_custom_bindings.h13 class MediaGalleriesCustomBindings : public ObjectBackedNativeHandler {
H A Dtabs_custom_bindings.h13 class TabsCustomBindings : public ObjectBackedNativeHandler {
H A Dautomation_internal_custom_bindings.h16 class AutomationInternalCustomBindings : public ObjectBackedNativeHandler {
H A Denterprise_platform_keys_natives.h14 class EnterprisePlatformKeysNatives : public ObjectBackedNativeHandler {
H A Dfile_browser_handler_custom_bindings.h14 class FileBrowserHandlerCustomBindings : public ObjectBackedNativeHandler {
H A Dfile_manager_private_custom_bindings.h14 class FileManagerPrivateCustomBindings : public ObjectBackedNativeHandler {
H A Dnotifications_native_handler.h17 class NotificationsNativeHandler : public ObjectBackedNativeHandler {
H A Dpage_capture_custom_bindings.h13 class PageCaptureCustomBindings : public ObjectBackedNativeHandler {
H A Dsync_file_system_custom_bindings.h14 class SyncFileSystemCustomBindings : public ObjectBackedNativeHandler {
/external/chromium_org/extensions/renderer/guest_view/
H A Dguest_view_internal_custom_bindings.h14 class GuestViewInternalCustomBindings : public ObjectBackedNativeHandler {

Completed in 1820 milliseconds

1234