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

1 2 3 4 5 6 7 8

  /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] Array getInternalProperties(any obj);
45 [Custom] Array getEventListeners(Node node);
46 [Custom] any evaluate(DOMString text);
47 [Custom] DOMString databaseId(any database)
    [all...]
InspectorFrontendHost.idl 43 [Custom] DOMString platform();
44 [Custom] DOMString port();
45 [Custom] void showContextMenu(MouseEvent event, any items);
49 [Custom] void recordActionTaken(unsigned long actionCode);
50 [Custom] void recordPanelShown(unsigned long panelCode);
51 [Custom] void recordSettingChanged(unsigned long settingChanged);
JavaScriptCallFrame.idl 38 [Custom] void evaluate(DOMString script);
39 [Custom] any restart();
48 [Custom=Getter] readonly attribute object scopeChain;
49 [Custom] unsigned short scopeType(long scopeIndex);
50 [Custom=Getter] readonly attribute object thisObject;
53 [Custom=Getter] readonly attribute DOMString type;
55 [Custom=Getter] readonly attribute any returnValue;
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestCustomAccessors.idl 31 [Custom, NotEnumerable] getter boolean (unsigned long index);
32 [Custom] setter boolean (unsigned long index, Node value);
33 [Custom] deleter boolean (unsigned long index);
34 [Custom, CustomEnumerateProperty] getter Node (DOMString name);
35 [Custom] setter Node (DOMString name, Node value);
36 [Custom] deleter boolean (DOMString name);
TestInterfacePython2.idl 36 Custom=VisitDOMWrapper|Wrap, // Conflict with [GenerateVisitDOMWrapper] and [Custom=ToV8], respectively
38 SpecialWrapFor=Interface1|Interface2, // Conflicts with [Custom=ToV8]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Promise.idl 37 [Custom] Promise then(optional AnyCallback fulfillCallback, optional AnyCallback rejectCallback);
38 [Custom] Promise catch(optional AnyCallback rejectCallback);
40 [Custom] static Promise resolve(any value);
41 [Custom] static Promise reject(any value);
43 [Custom] static Promise cast(any value);
44 [Custom] static Promise race(any iterable);
45 [Custom] static Promise all(any iterable);
MessagePort.idl 31 [Custom, RaisesException] void postMessage(any message, optional Array messagePorts);
  /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/
ImageData.idl 30 Custom=Wrap,
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);
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);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext.idl 27 Custom=Wrap,
ArrayBufferView.idl 27 Custom=Wrap,
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
Algorithm.idl 32 Custom=Wrap,
WorkerCrypto.idl 34 [Custom, RaisesException] ArrayBufferView getRandomValues(ArrayBufferView array);
Crypto.idl 37 [Custom, RaisesException] ArrayBufferView getRandomValues(ArrayBufferView array);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementErrorCallback.idl 30 [Custom] boolean handleEvent(SQLTransaction transaction, SQLError error);
SQLTransactionSync.idl 34 [Custom] SQLResultSet executeSql(DOMString sqlStatement, ObjectArray arguments);
SQLResultSetRowList.idl 33 [Custom] any item(unsigned long index);
SQLTransaction.idl 32 [Custom] void executeSql(DOMString sqlStatement,
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIInput.idl 33 Custom=Wrap,
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TrackEvent.idl 30 [InitializedByEventConstructor, Custom=Getter] readonly attribute object track;
  /external/chromium_org/third_party/WebKit/Source/core/workers/
DedicatedWorkerGlobalScope.idl 34 [Custom, RaisesException] void postMessage(any message, optional Array messagePorts);
  /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;

Completed in 231 milliseconds

1 2 3 4 5 6 7 8