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

1 2 3 4 5 6 7

  /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 52 [Custom] DOMString platform();
53 [Custom] DOMString port();
54 [Custom] void showContextMenu(MouseEvent event, any items);
57 [Custom] void recordActionTaken(unsigned long actionCode);
58 [Custom] void recordPanelShown(unsigned long panelCode);
59 [Custom] void recordSettingChanged(unsigned long settingChanged);
JavaScriptCallFrame.idl 38 [Custom] void evaluate(DOMString script);
39 [Custom] any restart();
42 [Custom] any setVariableValue(long scopeIndex, DOMString variableName, any newValue);
49 [Custom] unsigned short scopeType(long scopeIndex);
  /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);
TestTypedArray.idl 34 [Custom] getter Node (unsigned long index);
35 [Custom] setter Node (unsigned long index, Node value);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Promise.idl 38 [Custom] Promise then(optional AnyCallback fulfillCallback, optional AnyCallback rejectCallback);
39 [Custom] Promise catch(optional AnyCallback rejectCallback);
41 [Custom] static Promise fulfill(any value);
42 [Custom] static Promise resolve(any value);
43 [Custom] static Promise reject(any value);
45 [Custom] static Promise _any(any... values);
46 [Custom] static Promise every(any... values);
47 [Custom] static Promise some(any... values);
PromiseResolver.idl 35 [Custom] void fulfill(optional any value);
36 [Custom] void resolve(optional any value);
37 [Custom] void reject(optional any value);
MessagePort.idl 33 [Custom, RaisesException] void postMessage(any message, optional Array messagePorts);
CustomEvent.idl 29 [InitializedByEventConstructor, Custom] readonly attribute any detail;
31 [Custom] void initCustomEvent([Default=Undefined] optional DOMString typeArg,
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
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/core/html/
HTMLEmbedElement.idl 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([TreatNullAs=NullString, TreatUndefinedAs=NullString,Default=Undefined] optional DOMString type);
34 // The custom binding is needed to handle context creation attributes.
35 [Custom, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds] any getContext([Default=Undefined] optional DOMString contextId);
HTMLAppletElement.idl 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);
HTMLOptionsCollection.idl 31 [Custom] Node namedItem([Default=Undefined] optional DOMString name);
33 [Custom, RaisesException] void add([Default=Undefined] optional HTMLOptionElement option,
35 [Custom] void remove([Default=Undefined] optional unsigned long index);
FormData.idl 37 [Custom] void append([Default=Undefined] optional DOMString name,
  /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/page/
WindowTimers.idl 32 [Custom] long setTimeout(any handler, [Default=Undefined] optional long timeout);
34 [Custom] long setInterval(any handler, [Default=Undefined] optional long timeout);
History.idl 28 [CachedAttribute, Custom] readonly attribute SerializedScriptValue state;
34 [Custom, EnabledPerContext=pushState, RaisesException] void pushState(any data, DOMString title, optional DOMString url);
35 [Custom, EnabledPerContext=pushState, RaisesException] void replaceState(any data, DOMString title, optional DOMString url);
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.idl 30 [Custom, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds] void getCurrentPosition(PositionCallback successCallback,
34 [Custom, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds] long watchPosition(PositionCallback successCallback,
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.idl 42 [Custom] void setParameter(DOMString namespaceURI, DOMString localName, DOMString value);
43 [Custom, TreatReturnedNullStringAs=Undefined] DOMString getParameter(DOMString namespaceURI, DOMString localName);
44 [Custom] void removeParameter(DOMString namespaceURI, DOMString localName);

Completed in 521 milliseconds

1 2 3 4 5 6 7