Package

chrome

Permalink

package chrome

Visibility
  1. Public
  2. All

Type Members

  1. trait App extends AnyRef

    Permalink
  2. trait AppManifest extends Manifest

    Permalink
  3. trait Background extends AnyRef

    Permalink
  4. trait ChromeAPI extends AnyRef

    Permalink
  5. trait ExtensionManifest extends Manifest

    Permalink
  6. trait Manifest extends AnyRef

    Permalink
  7. case class Sockets(udp: Option[Udp] = None, tcp: Option[Tcp] = None) extends Product with Serializable

    Permalink
  8. case class Tcp(connect: Set[String] = Set(), listen: Set[String] = Set()) extends Product with Serializable

    Permalink
  9. case class Udp(bind: Set[String] = Set(), send: Set[String] = Set(), multicastMembership: Set[String] = Set()) extends Product with Serializable

    Permalink

Value Members

  1. object Impl

    Permalink
  2. package alarms

    Permalink
  3. package app

    Permalink
  4. package audio

    Permalink
  5. package browser

    Permalink
  6. package commands

    Permalink
  7. package desktopCapture

    Permalink
  8. package events

    Permalink
  9. package filesystem

    Permalink
  10. package i18n

    Permalink
  11. package idle

    Permalink
  12. package management

    Permalink
  13. package notifications

    Permalink
  14. package omnibox

    Permalink
  15. package permissions

    Permalink
  16. package power

    Permalink
  17. package processes

    Permalink
  18. package runtime

    Permalink
  19. package sessions

    Permalink
  20. package sockets

    Permalink
  21. package storage

    Permalink
  22. package system

    Permalink
  23. package tabs

    Permalink
  24. package tts

    Permalink
  25. package wallpaper

    Permalink
  26. package windows

    Permalink

Ungrouped