HomeSort by relevance Sort by last modified time
    Searched defs:setInterval (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindowTimers.cpp 48 int setInterval(EventTarget* eventTarget, PassOwnPtr<ScheduledAction> action, int timeout)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java 79 public void setInterval(final int p0, final int p1, final int p2, final int p3) {
GestureStrokeWithPreviewPoints.java 186 mInterpolator.setInterval(p0, p1, p2, p3);
  /frameworks/base/location/java/android/location/
LocationRequest.java 36 * {@link #setInterval} to less than one second. This would be
55 * {@link #setInterval} (such as 60 minutes). They will only be assigned
56 * power blame for the interval set by {@link #setInterval}, but can
186 .setInterval(minTime)
219 .setInterval(minTime)
257 * <p>{@link #setQuality} and {@link #setInterval} are the most important parameters
300 * <p>{@link #setQuality} and {@link #setInterval} are the most important parameters
307 public LocationRequest setInterval(long millis) {
331 * {@link #setInterval} in some situations (for example, if other
337 * <p>Unlike {@link #setInterval}, this parameter is exact. You
    [all...]
  /external/chromium_org/chrome_frame/
html_window_impl.h 316 STDMETHOD(setInterval)(BSTR expression, long msec, VARIANT* language,

Completed in 83 milliseconds