HomeSort by relevance Sort by last modified time
    Searched refs:ObjectBackedNativeHandler (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/chromium_org/extensions/renderer/
blob_native_handler.h 20 class BlobNativeHandler : public ObjectBackedNativeHandler {
context_menus_custom_bindings.h 14 class ContextMenusCustomBindings : public ObjectBackedNativeHandler {
app_runtime_custom_bindings.h 13 class AppRuntimeCustomBindings : public ObjectBackedNativeHandler {
css_native_handler.h 13 class CssNativeHandler : public ObjectBackedNativeHandler {
document_custom_bindings.h 14 class DocumentCustomBindings : public ObjectBackedNativeHandler {
id_generator_custom_bindings.h 15 class IdGeneratorCustomBindings : public ObjectBackedNativeHandler {
object_backed_native_handler.h 21 // An ObjectBackedNativeHandler is a factory for JS objects with functions on
24 class ObjectBackedNativeHandler : public NativeHandler {
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);
print_native_handler.h 12 class PrintNativeHandler : public ObjectBackedNativeHandler {
render_view_observer_natives.h 14 class RenderViewObserverNatives : public ObjectBackedNativeHandler {
test_features_native_handler.h 12 class TestFeaturesNativeHandler : public ObjectBackedNativeHandler {
api_definitions_natives.h 16 class ApiDefinitionsNatives : public ObjectBackedNativeHandler {
app_window_custom_bindings.h 14 class AppWindowCustomBindings : public ObjectBackedNativeHandler {
context_menus_custom_bindings.cc 26 : ObjectBackedNativeHandler(context) {
i18n_custom_bindings.h 14 class I18NCustomBindings : public ObjectBackedNativeHandler {
id_generator_custom_bindings.cc 12 : ObjectBackedNativeHandler(context) {
  /external/chromium_org/chrome/renderer/extensions/
media_galleries_custom_bindings.h 13 class MediaGalleriesCustomBindings : public ObjectBackedNativeHandler {
enterprise_platform_keys_natives.h 14 class EnterprisePlatformKeysNatives : public ObjectBackedNativeHandler {
file_manager_private_custom_bindings.h 14 class FileManagerPrivateCustomBindings : public ObjectBackedNativeHandler {
notifications_native_handler.h 17 class NotificationsNativeHandler : public ObjectBackedNativeHandler {
sync_file_system_custom_bindings.h 14 class SyncFileSystemCustomBindings : public ObjectBackedNativeHandler {
tabs_custom_bindings.h 13 class TabsCustomBindings : public ObjectBackedNativeHandler {
automation_internal_custom_bindings.h 16 class AutomationInternalCustomBindings : public ObjectBackedNativeHandler {
file_browser_handler_custom_bindings.h 14 class FileBrowserHandlerCustomBindings : public ObjectBackedNativeHandler {
page_capture_custom_bindings.h 13 class PageCaptureCustomBindings : public ObjectBackedNativeHandler {
  /external/chromium_org/extensions/renderer/guest_view/
guest_view_internal_custom_bindings.h 14 class GuestViewInternalCustomBindings : public ObjectBackedNativeHandler {

Completed in 1370 milliseconds

1 2 3 4