HomeSort by relevance Sort by last modified time
    Searched full:take (Results 276 - 300 of 2658) sorted by null

<<11121314151617181920>>

  /external/v8/src/
compilation-cache.h 85 // take place. This is used to retire entries from the cache to
smart-pointer.h 76 // If you want to take out the plain pointer and don't want it automatically
v8threads.h 118 // JavaScript can take full control of V8 and not allow other threads to run.
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Array/
regress-101964.js 26 * an upper bound in milliseconds for any truncation to take.
  /external/webkit/JavaScriptCore/wtf/
RefPtrHashMap.h 109 MappedType take(const KeyType&); // efficient combination of get with remove
110 MappedType take(RawKeyType); // efficient combination of get with remove
312 HashMap<RefPtr<T>, U, V, W, MappedTraits>::take(const KeyType& key) function in class:WTF::HashMap
325 HashMap<RefPtr<T>, U, V, W, MappedTraits>::take(RawKeyType key) function in class:WTF::HashMap
  /external/webkit/JavaScriptCore/wtf/unicode/
UTF8.h 51 // These conversion functions take a "strict" argument. When this
  /external/webkit/SunSpider/
TODO 24 count of some sort, so the time they take can be tuned. The tests
  /external/webkit/WebCore/accessibility/
AccessibilityARIAGridRow.cpp 72 // Only take the subsequent rows from this one that are +1 from this row's level.
  /external/webkit/WebCore/bindings/v8/
DOMData.h 56 void forgetDelayedObject(void* object) { m_delayedObjectMap.take(object); }
V8ConsoleMessage.cpp 82 // Take ownership of the delayed vector to avoid re-entrancy issues.
  /external/webkit/WebCore/loader/
CachedImage.h 58 // Both of these methods take a zoom multiplier that can be used to increase the natural size of the image by the
  /external/webkit/WebCore/loader/archive/
ArchiveResourceCollection.cpp 86 return m_subframes.take(frameName);
  /external/webkit/WebCore/page/
DOMWindow.idl 113 [RequiresAllArguments] void moveBy(in float x, in float y); // FIXME: this should take longs not floats.
114 [RequiresAllArguments] void moveTo(in float x, in float y); // FIXME: this should take longs not floats.
115 [RequiresAllArguments] void resizeBy(in float x, in float y); // FIXME: this should take longs not floats.
116 [RequiresAllArguments] void resizeTo(in float width, in float height); // FIXME: this should take longs not floats.
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.h 79 // the current version although the subsequent 9 passes take about the
  /external/webkit/WebCore/platform/network/
HTTPHeaderMap.cpp 63 // Adapter that allows the HashMap to take C strings as keys.
  /external/webkit/WebKit/chromium/src/
WebCString.cpp 120 // Take care to handle the case where m_private == p
WebString.cpp 131 // Take care to handle the case where m_private == p
  /external/webkit/WebKit/mac/Misc/
WebKitVersionChecks.h 31 All of these methods return or take version numbers with each part shifted to the left 2 bytes.
  /external/webkit/WebKit/mac/Plugins/
WebPluginViewFactory.h 43 the attributes of an element take precedence over any PARAMs. All of the keys
  /external/webkit/WebKit/win/Interfaces/
IWebDesktopNotificationsDelegate.idl 87 @abstract Cancel showing a notification (or take it down if it's shown).
  /external/webkit/WebKitTools/DumpRenderTree/
AccessibilityUIElement.h 171 // Function callback should take one argument, the name of the notification.
  /external/webkit/WebKitTools/Scripts/
update-sources-list.py 69 which IIUC is suitable for both GTK and QT build systems. To take advantage of this,
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland/
NOTES 25 When you're ready for release, I'll be happy to take care of getting
  /external/zlib/examples/
gzlog.h 40 NULL on error. Note that gzlog_open() could take a long time to return if
  /frameworks/base/core/java/android/bluetooth/
AtCommandHandler.java 85 * can take.<p>

Completed in 261 milliseconds

<<11121314151617181920>>