Searched refs:wrap (Results 1 - 25 of 113) sorted by relevance

12345

/external/webkit/WebCore/html/
H A DHTMLPreElement.idl29 attribute boolean wrap;
H A DHTMLPreElement.cpp73 bool HTMLPreElement::wrap() const function in class:WebCore::HTMLPreElement
78 void HTMLPreElement::setWrap(bool wrap) argument
80 setAttribute(wrapAttr, wrap ? "" : 0);
H A DHTMLPreElement.h42 bool wrap() const;
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/
H A DWrapper.java14 public byte[] wrap(byte[] in, int inOff, int inLen); method in interface:Wrapper
/external/webkit/WebCore/inspector/front-end/
H A DCallback.js38 wrap: function(callback)
55 WebInspector.Callback.wrap = WebInspector.Callback._INSTANCE.wrap.bind(WebInspector.Callback._INSTANCE);
H A DDOMStorage.js59 var callId = WebInspector.Callback.wrap(callback);
65 var callId = WebInspector.Callback.wrap(callback);
71 var callId = WebInspector.Callback.wrap(callback);
/external/webkit/WebCore/bindings/v8/custom/
H A DV8CanvasPixelArrayCustom.cpp40 v8::Handle<v8::Object> wrapper = V8CanvasPixelArray::wrap(impl);
H A DV8CSSStyleSheetCustom.cpp42 v8::Handle<v8::Object> wrapper = V8CSSStyleSheet::wrap(impl);
H A DV8CSSValueCustom.cpp58 return V8CSSValue::wrap(impl);
H A DV8DOMSelectionCustom.cpp45 wrapper = V8DOMSelection::wrap(impl);
H A DV8SVGDocumentCustom.cpp43 v8::Handle<v8::Object> wrapper = V8SVGDocument::wrap(impl, forceNewObject);
H A DV8ScreenCustom.cpp45 wrapper = V8Screen::wrap(impl);
H A DV8StyleSheetCustom.cpp45 v8::Handle<v8::Object> wrapper = V8StyleSheet::wrap(impl);
H A DV8CSSRuleCustom.cpp70 return V8CSSRule::wrap(impl);
H A DV8WebGLByteArrayCustom.cpp69 v8::Handle<v8::Object> wrapper = V8WebGLByteArray::wrap(impl);
H A DV8WebGLFloatArrayCustom.cpp69 v8::Handle<v8::Object> wrapper = V8WebGLFloatArray::wrap(impl);
H A DV8WebGLIntArrayCustom.cpp69 v8::Handle<v8::Object> wrapper = V8WebGLIntArray::wrap(impl);
H A DV8WebGLShortArrayCustom.cpp69 v8::Handle<v8::Object> wrapper = V8WebGLShortArray::wrap(impl);
H A DV8WebGLUnsignedByteArrayCustom.cpp69 v8::Handle<v8::Object> wrapper = V8WebGLUnsignedByteArray::wrap(impl);
/external/emma/core/java12/com/vladium/emma/
H A DEMMAProperties.java104 public static IProperties wrap (final Properties properties) method in class:EMMAProperties
108 return IProperties.Factory.wrap (properties, ReportProperties.REPORT_PROPERTY_MAPPER);
138 final IProperties systemRedirects = wrap (Property.getSystemPropertyRedirects (EMMAProperties.SYSTEM_PROPERTY_REDIRECTS));
139 final IProperties appDefaults = wrap (Property.getProperties (appName + "_default.properties", loader));
147 systemFile = wrap (Property.getLazyPropertiesFromFile (file));
149 final IProperties system = wrap (Property.getSystemProperties (appName));
150 final IProperties userOverrides = wrap (Property.getProperties (appName + ".properties", loader));
/external/clearsilver/mod_ecs/
H A Dmod_ecs.c8 with the cgi_wrap calls from that kit. Those calls wrap the standard CGI
194 WRAPPER_DATA *wrap = (WRAPPER_DATA *)data; local
201 if (!wrap->end_of_header)
203 wl = header_write (&(wrap->hbuf), buf, len);
208 wrap->end_of_header = 1;
209 wrap->hbuf.loc = 0;
211 fprintf (stderr, "ap_scan_script_header_err_core\n%s\n", wrap->hbuf.buf);
213 wrap->returns = ap_scan_script_header_err_core(wrap->r, NULL, h_getline,
214 (void *)&(wrap
277 WRAPPER_DATA *wrap = (WRAPPER_DATA *)data; local
299 WRAPPER_DATA *wrap = (WRAPPER_DATA *)data; local
309 WRAPPER_DATA *wrap = (WRAPPER_DATA *)data; local
318 WRAPPER_DATA *wrap = (WRAPPER_DATA *)data; local
[all...]
/external/webkit/WebCore/bindings/objc/
H A DObjCEventListener.h40 static PassRefPtr<ObjCEventListener> wrap(id <DOMEventListener>);
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-3184.js35 wrap : function (wrapper) {
57 String.prototype.cap = String.prototype.cap.wrap(
/external/chromium/third_party/zlib/
H A Dinflate.h80 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:inflate_state
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h80 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:inflate_state

Completed in 147 milliseconds

12345