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

1 2 3 4

  /external/webkit/Source/WebCore/dom/
DeviceOrientationEvent.idl 31 readonly attribute [Custom] double alpha;
32 readonly attribute [Custom] double beta;
33 readonly attribute [Custom] double gamma;
34 [Custom] void initDeviceOrientationEvent(in DOMString type, in boolean bubbles, in boolean cancelable, in double alpha, in double beta, in double gamma);
DeviceMotionEvent.idl 31 readonly attribute [Custom] Acceleration acceleration;
32 readonly attribute [Custom] Acceleration accelerationIncludingGravity;
33 readonly attribute [Custom] RotationRate rotationRate;
34 readonly attribute [Custom] double interval;
35 [Custom] void initDeviceMotionEvent(in DOMString type, in boolean bubbles, in boolean cancelable, in Acceleration acceleration, in Acceleration accelerationIncludingGravity, in RotationRate rotationRate, in double interval);
Clipboard.idl 37 [Custom] void clearData(in [Optional] DOMString type)
39 [Custom] void getData(in DOMString type)
43 [Custom] void setDragImage(in HTMLImageElement image, in long x, in long y)
  /external/webkit/Source/WebCore/page/
Coordinates.idl 31 readonly attribute [Custom] double altitude;
33 readonly attribute [Custom] double altitudeAccuracy;
34 readonly attribute [Custom] double heading;
35 readonly attribute [Custom] double speed;
Geolocation.idl 29 [Custom] void getCurrentPosition(in PositionCallback successCallback, in PositionErrorCallback errorCallback, in PositionOptions options);
31 [Custom] long watchPosition(in PositionCallback successCallback, in PositionErrorCallback errorCallback, in PositionOptions options);
Location.idl 48 [Custom, V8OnInstance] void assign(in DOMString url);
49 [Custom, V8OnInstance] void replace(in DOMString url);
50 [Custom, V8OnInstance] void reload();
68 [DontEnum, Custom, V8OnInstance, V8ReadOnly, ImplementationFunction=toStringFunction] DOMString toString();
71 [DontEnum, Custom, V8OnInstance, V8ReadOnly] DOMObject valueOf();
  /external/webkit/Source/WebCore/inspector/
InjectedScriptHost.idl 38 [Custom] void inspect(in DOMObject objectId, in DOMObject hints);
39 [Custom] DOMObject inspectedNode(in int num);
40 [Custom] DOMObject internalConstructorName(in DOMObject object);
42 [Custom] DOMObject currentCallFrame();
43 [Custom] int databaseId(in DOMObject database);
44 [Custom] int storageId(in DOMObject storage);
InspectorFrontendHost.idl 55 [Custom] DOMString platform();
56 [Custom] DOMString port();
57 [Custom] void showContextMenu(in MouseEvent event, in DOMObject items);
  /external/webkit/Source/WebCore/xml/
XSLTProcessor.idl 42 [Custom] void importStylesheet(in Node stylesheet);
43 [Custom] DocumentFragment transformToFragment(in Node source, in Document docVal);
44 [Custom] Document transformToDocument(in Node source);
46 [Custom] void setParameter(in DOMString namespaceURI, in DOMString localName, in DOMString value);
47 [Custom, ConvertNullStringTo=Undefined] DOMString getParameter(in DOMString namespaceURI, in DOMString localName);
48 [Custom] void removeParameter(in DOMString namespaceURI, in DOMString localName);
  /external/webkit/Source/WebCore/html/
HTMLAllCollection.idl 35 [Custom] Node item(in unsigned long index);
36 [Custom] Node namedItem(in DOMString name);
DOMFormData.idl 41 [Custom] void append(in DOMString name, in DOMString value);
HTMLCanvasElement.idl 37 [Custom] DOMString toDataURL(in [ConvertUndefinedOrNullToNullString] DOMString type)
42 // The custom binding is needed to handle context creation attributes.
43 [Custom] DOMObject getContext(in DOMString contextId);
HTMLCollection.idl 31 [Custom] Node item(in unsigned long index);
32 [Custom] Node namedItem(in DOMString name);
HTMLDataGridElement.idl 31 attribute [Custom] DataGridDataSource dataSource;
HTMLOptionsCollection.idl 29 attribute [Custom] unsigned long length
32 [Custom] void add(in HTMLOptionElement option, in [Optional] unsigned long index)
34 [Custom] void remove(in unsigned long index);
HTMLDocument.idl 26 [Custom, NoCPPCustom] void open();
28 [Custom] void write(in DOMString text);
29 [Custom] void writeln(in DOMString text);
39 attribute [Custom, Deletable] HTMLAllCollection all;
  /external/webkit/Source/WebCore/storage/
SQLStatementErrorCallback.idl 34 [Custom] boolean handleEvent(in SQLTransaction transaction, in SQLError error);
SQLTransactionSync.idl 38 [Custom] SQLResultSet executeSql(in DOMString sqlStatement, in ObjectArray arguments);
SQLResultSetRowList.idl 37 [Custom] DOMObject item(in unsigned long index);
  /external/webkit/Source/WebCore/fileapi/
DirectoryEntrySync.idl 39 [Custom] FileEntrySync getFile(in [ConvertUndefinedOrNullToNullString] DOMString path, in WebKitFlags flags) raises (FileException);
40 [Custom] DirectoryEntrySync getDirectory(in [ConvertUndefinedOrNullToNullString] DOMString path, in WebKitFlags flags) raises (FileException);
  /external/webkit/Source/WebCore/webaudio/
AudioNode.idl 33 [Custom] void connect(in AudioNode destination, in unsigned long output, in unsigned long input)
36 [Custom] void disconnect(in unsigned long output)
  /external/webkit/Source/WebCore/html/canvas/
Float32Array.idl 46 [Custom] void set();
Int16Array.idl 45 [Custom] void set();
Int32Array.idl 46 [Custom] void set();
Int8Array.idl 46 [Custom] void set();

Completed in 1062 milliseconds

1 2 3 4