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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestInterface3.idl 37 Custom=VisitDOMWrapper, // Conflict with [SetWrapperReferenceTo] and [SetWrapperReferenceFrom]
39 [Custom] getter boolean (unsigned long index);
40 [Custom] setter boolean (unsigned long index, Node value);
41 [Custom] deleter boolean (unsigned long index);
43 [Custom=(PropertyGetter,PropertyEnumerator,PropertyQuery)] getter Node (DOMString name);
44 [Custom] setter Node (DOMString name, Node value);
45 [Custom] deleter boolean (DOMString name);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptHost.idl 39 [NotEnumerable, Unforgeable, Custom] void inspect(any objectId, object hints);
40 [NotEnumerable, Unforgeable, Custom] any inspectedObject(long num);
41 [NotEnumerable, Unforgeable, Custom] DOMString internalConstructorName(any obj);
42 [NotEnumerable, Unforgeable, Custom] boolean isHTMLAllCollection(any obj);
43 [NotEnumerable, Unforgeable, Custom] DOMString subtype(any obj);
44 [NotEnumerable, Unforgeable, Custom] any functionDetails(Function obj);
45 [NotEnumerable, Unforgeable, Custom] any[]? collectionEntries(object obj);
46 [NotEnumerable, Unforgeable, Custom] any[] getInternalProperties(any obj);
47 [NotEnumerable, Unforgeable, Custom] any[] getEventListeners(EventTarget target);
48 [NotEnumerable, Unforgeable, Custom] any eval(DOMString text)
    [all...]
InspectorFrontendHost.idl 45 [Custom] DOMString platform();
46 [Custom] DOMString port();
48 [Custom] void showContextMenu(MouseEvent event, any items);
49 [Custom] void showContextMenuAtPoint(float x, float y, any items);
53 [Custom] void recordActionTaken(unsigned long actionCode);
54 [Custom] void recordPanelShown(unsigned long panelCode);
JavaScriptCallFrame.idl 39 [Custom] void evaluateWithExceptionDetails(DOMString script);
40 [Custom] any restart();
49 [Custom=Getter] readonly attribute object scopeChain;
50 [Custom] unsigned short scopeType(long scopeIndex);
51 [Custom=Getter] readonly attribute object thisObject;
54 [Custom=Getter] readonly attribute DOMString type;
56 [Custom=Getter] readonly attribute any returnValue;
  /external/chromium_org/third_party/WebKit/Source/core/events/
PopStateEvent.idl 30 [InitializedByEventConstructor, Custom=Getter] readonly attribute any state;
CustomEvent.idl 29 [Custom=Getter, InitializedByEventConstructor] readonly attribute any detail;
31 [Custom] void initCustomEvent([Default=Undefined] optional DOMString typeArg,
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TrackEvent.idl 29 [InitializedByEventConstructor, Custom=Getter] readonly attribute object track;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementErrorCallback.idl 30 [Custom] boolean handleEvent(SQLTransaction transaction, SQLError error);
SQLResultSetRowList.idl 34 [Custom] object item(unsigned long index);
SQLTransaction.idl 33 [Custom] void executeSql(DOMString sqlStatement,
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLEmbedElement.idl 22 Custom=LegacyCallAsFunction,
30 [Custom, NotEnumerable] getter boolean (unsigned long index);
31 [Custom] setter boolean (unsigned long index, Node value);
32 [Custom, NotEnumerable] getter Node (DOMString name);
33 [Custom] setter Node (DOMString name, Node value);
HTMLCanvasElement.idl 32 [Custom, RaisesException] DOMString toDataURL([TreatUndefinedAs=NullString, Default=Undefined] optional DOMString? type);
34 // The custom binding is needed to handle context creation attributes.
35 [Custom] any getContext([Default=Undefined] optional DOMString contextId);
HTMLAppletElement.idl 22 Custom=LegacyCallAsFunction,
35 [Custom, NotEnumerable] getter boolean (unsigned long index);
36 [Custom] setter boolean (unsigned long index, Node value);
37 [Custom, NotEnumerable] getter Node (DOMString name);
38 [Custom] setter Node (DOMString name, Node value);
HTMLAllCollection.idl 29 Custom=LegacyCallAsFunction,
36 [Custom] Element item([Default=Undefined] optional unsigned long index);
  /external/chromium_org/third_party/WebKit/Source/core/animation/
ElementAnimation.idl 38 [Custom, RaisesException] AnimationPlayer animate(object effect, optional object timing);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
ArrayBufferView.idl 27 Custom=Wrap,
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
Crypto.idl 38 [Custom, RaisesException] ArrayBufferView getRandomValues(ArrayBufferView array);
CryptoKey.idl 37 [Custom] readonly attribute object algorithm;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
WindowTimers.idl 35 // FIXME: currently using [Custom] and |any| because overload algorithm
41 [Custom] long setTimeout(any handler, [Default=Undefined] optional long timeout);
43 [Custom] long setInterval(any handler, [Default=Undefined] optional long timeout);
History.idl 30 [Custom=Getter] readonly attribute SerializedScriptValue state;
36 [Custom, PerContextEnabled=PushState, RaisesException] void pushState(any data, DOMString title, optional DOMString url);
37 [Custom, PerContextEnabled=PushState, RaisesException] void replaceState(any data, DOMString title, optional DOMString url);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessagePort.idl 32 [Custom, RaisesException] void postMessage(any message, optional sequence<Transferable> transfer);
MutationObserver.idl 33 Custom=VisitDOMWrapper,
  /external/chromium_org/third_party/WebKit/Source/core/workers/
DedicatedWorkerGlobalScope.idl 35 [Custom, RaisesException] void postMessage(any message, optional sequence<Transferable> transfer);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.idl 45 [Custom] void setParameter(DOMString namespaceURI, DOMString localName, DOMString value);
46 [Custom, TreatReturnedNullStringAs=Undefined] DOMString getParameter(DOMString namespaceURI, DOMString localName);
47 [Custom] void removeParameter(DOMString namespaceURI, DOMString localName);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValue.idl 22 Custom=Wrap,

Completed in 719 milliseconds

1 2 3 4 5 6 7