KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /proc/21571/root/usr/lib64/xulrunner-devel-17.0.10/idl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/21571/root/usr/lib64/xulrunner-devel-17.0.10/idl/nsIDOMHTMLByteRanges.idl
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:set ts=2 sw=2 sts=2 et cindent: */
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "domstubs.idl"

[scriptable, uuid(992c540c-4d81-42df-80a6-f71ede2b59d8)]
interface nsIDOMHTMLByteRanges : nsISupports
{
  /* The number of ranges represented by the object */
  readonly attribute unsigned long length;

  /* The start(index) method must return the position of the first
     byte of the indexth range represented by the object. */
  unsigned long start(in unsigned long index);

  /* The end(index) method must return the position of the byte
     immediately after the last byte of the indexth range represented
     by the object. (The byte position returned by this method is not
     in the range itself. If the first byte of the range is the byte
     at position 0, and the entire stream of bytes is in the range,
     then the value of the position of the byte returned by this
     method for that range will be the same as the number of bytes in
     the stream.) */
  unsigned long end(in unsigned long index);
};

Anon7 - 2021