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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
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 38 [Custom] void inspect(any objectId, any hints);
39 [Custom] any inspectedObject(long num);
40 [Custom] any internalConstructorName(any obj);
41 [Custom] boolean isHTMLAllCollection(any obj);
42 [Custom] DOMString type(any obj);
43 [Custom] any functionDetails(any obj);
44 [Custom] any[] getInternalProperties(any obj);
45 [Custom] EventListener[] getEventListeners(EventTarget target);
46 [Custom] any evaluate(DOMString text);
47 [Custom] void debugFunction(any fn)
    [all...]
InspectorFrontendHost.idl 44 [Custom] DOMString platform();
45 [Custom] DOMString port();
46 [Custom] void showContextMenu(MouseEvent event, any items);
50 [Custom] void recordActionTaken(unsigned long actionCode);
51 [Custom] void recordPanelShown(unsigned long panelCode);
JavaScriptCallFrame.idl 39 [Custom] void evaluate(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,
SQLTransactionSync.idl 35 [RaisesException, Custom] SQLResultSet executeSql(DOMString sqlStatement, object[] arguments);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.idl 32 [Custom, RaisesException] DOMString toDataURL([TreatNullAs=NullString, TreatUndefinedAs=NullString,Default=Undefined] optional DOMString type);
34 // The custom binding is needed to handle context creation attributes.
35 [Custom, LogActivity] 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);
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);
HTMLAllCollection.idl 29 Custom=LegacyCallAsFunction,
36 [Custom] Element item([Default=Undefined] optional unsigned long index);
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.idl 32 [Custom, LogActivity] void getCurrentPosition(PositionCallback successCallback,
37 [Custom, LogActivity] long watchPosition(PositionCallback successCallback,
  /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);
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.idl 31 [Custom=Getter, MeasureAs=FileGetLastModifiedDate] readonly attribute Date lastModifiedDate;
32 [Custom=Getter, RuntimeEnabled=FileConstructor] readonly attribute long long lastModified;
  /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);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessagePort.idl 32 [Custom, RaisesException] void postMessage(any message, optional MessagePort[] messagePorts);
MutationObserver.idl 33 Custom=VisitDOMWrapper,
  /external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceEntry.idl 34 Custom=Wrap,
  /external/chromium_org/third_party/WebKit/Source/core/workers/
DedicatedWorkerGlobalScope.idl 35 [Custom, RaisesException] void postMessage(any message, optional MessagePort[] messagePorts);

Completed in 694 milliseconds

1 2 3 4 5 6 7 8