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

12 3 4 5 6 7

  /external/chromium_org/third_party/WebKit/Source/core/events/
EventTarget.idl 23 Custom=ToV8,
ErrorEvent.idl 38 [Custom=Getter, InitializedByEventConstructor] readonly attribute any error;
MessageEvent.idl 36 [InitializedByEventConstructor, Custom=Getter] readonly attribute any data;
38 [Custom, MeasureAs=InitMessageEvent] void initMessageEvent([Default=Undefined] optional DOMString typeArg,
  /external/chromium_org/third_party/WebKit/Source/core/workers/
Worker.idl 40 [Custom, RaisesException] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer);
WorkerGlobalScope.idl 28 Custom=ToV8,
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptionsCollection.idl 27 [Custom=Setter, RaisesException=Setter] attribute unsigned long length;
34 [Custom, RaisesException] void add([Default=Undefined] optional HTMLOptionElement option, optional unsigned long index);
HTMLObjectElement.idl 22 Custom=LegacyCallAsFunction,
49 [Custom, NotEnumerable] getter boolean (unsigned long index);
50 [Custom] setter boolean (unsigned long index, Node value);
51 [Custom, NotEnumerable] getter Node (DOMString name);
52 [Custom] setter Node (DOMString name, Node value);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestCallbackInterface.idl 38 [Custom] void customVoidMethodTestInterfaceEmptyArg(TestInterfaceEmpty testInterfaceEmptyArg);
TestImplements.idl 41 [Custom] void implementsCustomVoidMethod();
TestInterface2.idl 37 Constructor, // Test interaction with [Custom=Wrap]
38 Custom=Wrap, // Conflicts with and [Custom=ToV8], respectively
41 SpecialWrapFor=(TestInterface,TestInterfaceEmpty), // Conflicts with [Custom=ToV8]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.idl 61 [Custom, RaisesException] void open(DOMString method, DOMString url, optional boolean async, optional DOMString user, optional DOMString password);
65 [Custom, RaisesException] void send();
74 [Custom=Getter, RaisesException=Getter] readonly attribute DOMString? responseText;
78 [Custom=Getter, RaisesException=Getter] readonly attribute object response;
DocumentXPathEvaluator.idl 25 [Custom, MeasureAs=DocumentXPathEvaluate, RaisesException] XPathResult evaluate([Default=Undefined] optional DOMString expression,
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorker.idl 48 [Custom, RaisesException] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleDeclaration.idl 37 [Custom=(PropertyGetter,PropertyEnumerator,PropertyQuery)] getter (DOMString or float) (DOMString name);
38 [Custom] setter void (DOMString propertyName, DOMString? propertyValue);
CSSRule.idl 23 Custom=Wrap,
  /build/tools/acp/
Android.mk 3 # Custom version of cp.
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionEvent.idl 31 [Custom] void initDeviceMotionEvent([Default=Undefined] optional DOMString type,
DeviceOrientationEvent.idl 31 [Custom] void initDeviceOrientationEvent([Default=Undefined] optional DOMString type,
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Window.idl 32 Custom=ToV8,
49 [Custom, MeasureAs=WindowEvent, NotEnumerable] attribute Event event;
53 [CheckSecurity=Node, Custom=Getter] readonly attribute Element frameElement;
62 [Custom] Window open(DOMString url,
66 [RuntimeEnabled=ShowModalDialog, Custom] any showModalDialog(DOMString url,
128 [DoNotCheckSecurity, Custom=Setter] attribute Window opener;
164 [DoNotCheckSecurity, Custom, RaisesException] void postMessage(SerializedScriptValue message, DOMString targetOrigin, optional sequence<Transferable> transfer);
203 [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] stringifier;
206 [Custom, NotEnumerable] getter Window (DOMString name);
212 // The postMessage() methods taking a Transferable array argument have custom
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
cast_streaming_session_custom_bindings.js 5 // Custom binding for the Cast Streaming Session API.
identity_custom_bindings.js 5 // Custom binding for the Identity API.
image_writer_private_custom_bindings.js 5 // Custom binding for the image writer private API.
log_private_custom_bindings.js 5 // Custom binding for the logPrivate API.
page_action_custom_bindings.js 5 // Custom binding for the pageAction API.
tts_engine_custom_bindings.js 5 // Custom binding for the ttsEngine API.

Completed in 646 milliseconds

12 3 4 5 6 7