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

1 23 4 5 6 7

  /external/chromium_org/extensions/renderer/resources/
web_request_custom_bindings.js 5 // Custom binding for the webRequest API.
i18n_custom_bindings.js 5 // Custom binding for the i18n API.
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.idl 55 [Custom=Getter] readonly attribute object result;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.idl 22 [Custom, CustomElementCallbacks] void open();
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 553 [Custom] any getBufferParameter(GLenum target, GLenum pname);
560 [Custom] any getExtension(DOMString name);
562 [Custom] any getFramebufferAttachmentParameter(GLenum target, GLenum attachment, GLenum pname);
563 [Custom] any getParameter(GLenum pname);
564 [Custom] any getProgramParameter(WebGLProgram? program, GLenum pname);
566 [Custom] any getRenderbufferParameter(GLenum target, GLenum pname);
567 [Custom] any getShaderParameter(WebGLShader? shader, GLenum pname);
577 [Custom] any getTexParameter(GLenum target, GLenum pname);
579 [Custom] any getUniform(WebGLProgram? program, WebGLUniformLocation? location);
583 [Custom] any getVertexAttrib(GLuint index, GLenum pname)
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
cast_streaming_udp_transport_custom_bindings.js 5 // Custom binding for the Cast Streaming UdpTransport API.
developer_private_custom_bindings.js 5 // Custom binding for the developerPrivate API.
feedback_private_custom_bindings.js 5 // Custom bindings for the feedbackPrivate API.
system_indicator_custom_bindings.js 5 // Custom binding for the systemIndicator API.
6 // TODO(dewittj) Refactor custom binding to reduce redundancy between the
tab_capture_custom_bindings.js 5 // Custom binding for the Tab Capture API.
browser_action_custom_bindings.js 5 // Custom binding for the browserAction API.
cast_streaming_rtp_stream_custom_bindings.js 5 // Custom binding for the Cast Streaming RtpStream API.
desktop_capture_custom_bindings.js 5 // Custom binding for the desktopCapture API.
enterprise_platform_keys_custom_bindings.js 5 // Custom binding for the enterprise.platformKeys API.
10 // The former is implemented without custom binding as static functions.
13 // functions expecting token IDs and this custom binding adds the SubtleCrypto
gcm_custom_bindings.js 5 // Custom binding for the GCM API.
input.ime_custom_bindings.js 5 // Custom binding for the input ime API. Only injected into the
page_capture_custom_bindings.js 5 // Custom binding for the pageCapture API.
tabs_custom_bindings.js 5 // Custom binding for the tabs API.
  /external/chromium_org/third_party/WebKit/Source/bindings/
IDLExtendedAttributes.txt 46 Custom=|Getter|Setter|LegacyCallAsFunction|ToV8|VisitDOMWrapper|Wrap|PropertyGetter|PropertyEnumerator|PropertyQuery
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Location.idl 58 [NotEnumerable, Custom, Unforgeable] any valueOf();
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 11 /// \brief Custom DAG lowering for SI
83 // We need to custom lower vector stores from local memory
84 setOperationAction(ISD::LOAD, MVT::v2i32, Custom);
85 setOperationAction(ISD::LOAD, MVT::v4i32, Custom);
86 setOperationAction(ISD::LOAD, MVT::v8i32, Custom);
87 setOperationAction(ISD::LOAD, MVT::v16i32, Custom);
89 setOperationAction(ISD::STORE, MVT::v8i32, Custom);
90 setOperationAction(ISD::STORE, MVT::v16i32, Custom);
92 // We need to custom lower loads/stores from private memory
93 setOperationAction(ISD::LOAD, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 335 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
339 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
342 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
355 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
357 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Custom);
358 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
365 // In 32-bit mode these are custom lowered. In 64-bit mode F32 and F64
366 // are Legal, f80 is custom lowered.
367 setOperationAction(ISD::FP_TO_SINT , MVT::i64 , Custom);
368 setOperationAction(ISD::SINT_TO_FP , MVT::i64 , Custom);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestInterface.idl 37 Custom=(LegacyCallAsFunction,ToV8),
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/modules/
TestInterface5.idl 37 Custom=(LegacyCallAsFunction,ToV8),
  /external/chromium_org/third_party/WebKit/Source/core/events/
Event.idl 74 [Custom=Getter, MeasureAs=EventClipboardData] readonly attribute DataTransfer clipboardData;

Completed in 1153 milliseconds

1 23 4 5 6 7