HomeSort by relevance Sort by last modified time
    Searched full:wrap (Results 551 - 575 of 970) sorted by null

<<21222324252627282930>>

  /external/webkit/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 221 // The elements to wrap the target around
222 var wrap = jQuery( html, this[0].ownerDocument ).clone();
225 wrap.insertBefore( this[0] );
227 wrap.map(function(){
246 wrap: function( html ) {
883 var wrap =
911 div.innerHTML = wrap[1] + elem + wrap[2];
914 while ( wrap[0]-- )
926 wrap[1] == "<table>" && !hasBody
    [all...]
  /external/webkit/WebCore/bindings/objc/
WebScriptObject.h 197 @discussion WebScriptObjects are used to wrap script objects passed from
  /external/webkit/WebCore/bindings/v8/
V8NPObject.cpp 92 // Wrap up parameters.
  /external/webkit/WebCore/bindings/v8/custom/
V8LocationCustom.cpp 367 wrapper = V8Location::wrap(impl);
  /external/webkit/WebCore/inspector/front-end/
ProfilesPanel.js 480 var callId = WebInspector.Callback.wrap(populateCallback);
  /external/webkit/WebCore/page/
DOMWindow.idl 90 in boolean wrap,
    [all...]
  /external/webkit/WebCore/platform/image-decoders/bmp/
BMPImageReader.h 40 // which wrap it in the appropriate code to read file headers, etc.
  /external/webkit/WebCore/rendering/
RenderTextControl.cpp 433 // We are able to have a horizontal scrollbar if the overflow style is scroll, or if its auto and there's no word wrap.
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp 501 WebFrame* WebFrameImpl::traverseNext(bool wrap) const
503 return fromFrame(frame()->tree()->traverseNextWithWrap(wrap));
506 WebFrame* WebFrameImpl::traversePrevious(bool wrap) const
508 return fromFrame(frame()->tree()->traversePreviousWithWrap(wrap));
    [all...]
  /external/webkit/WebKit/mac/
WebKit.order     [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
multicommandtool.py 154 # We override format_epilog to avoid the default formatting which would paragraph-wrap the epilog
  /external/webkit/WebKitTools/android/flex-2.5.4a/
parse.y 104 * wrap their definitions of YYSTYPE with "#ifndef YYSTYPE"'s, so the
  /external/webkit/WebKitTools/iExploder/htdocs/
cssproperties.in 240 word-wrap
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_ikev2.c 425 /* Wrap unfragmented messages as wpabuf without extra copy */
eap_tnc.c 485 /* Wrap unfragmented messages as wpabuf without extra copy */
  /external/zlib/
deflate.h 101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:internal_state
  /frameworks/base/core/java/android/text/
DynamicLayout.java 202 // seek further out to cover anything that is forced to wrap together
  /frameworks/base/core/java/android/widget/
NumberPicker.java 322 // Wrap around the values if we go past the start or end
  /frameworks/base/docs/html/guide/tutorials/views/
hello-mapview.jd 143 coordinates. We handle all this with the boundCenterBottom() method. Wrap this around our
  /frameworks/base/docs/html/resources/tutorials/views/
hello-mapview.jd 163 method. Wrap this around our defaultMarker, so the super constructor call looks like this:
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FileFilter.java 156 ignoreResultList.add("fast/forms/textarea-appearance-wrap.html"); // Our text areas are a little thinner than Apples. Also RTL test failes
LayoutTestsAutoTest.java 250 // Wrap up
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 409 + "be really long and wrap to more than one line.\n"
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
txResult.c 368 * also for wrap around case.
  /packages/apps/Contacts/src/com/android/contacts/
ContactListItemView.java 133 // We will match parent's width and wrap content vertically, but make sure

Completed in 93 milliseconds

<<21222324252627282930>>