Searched defs:setTimeout (Results 1 - 25 of 29) sorted by relevance

12

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_ServerSocket.java30 public void setTimeout(int timeout); method in interface:Support_ServerSocket
H A DSupport_HttpServerSocket.java54 * @see tests.support.Support_ServerSocket#setTimeout(int) Sets the
57 public void setTimeout(int timeout) { method in class:Support_HttpServerSocket
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDOMWindowTimers.cpp43 int setTimeout(EventTarget* eventTarget, PassOwnPtr<ScheduledAction> action, int timeout) function in namespace:WebCore::DOMWindowTimers
/external/apache-http/src/org/apache/http/conn/params/
H A DConnManagerParamBean.java48 public void setTimeout (final long timeout) { method in class:ConnManagerParamBean
H A DConnManagerParams.java76 public static void setTimeout(final HttpParams params, long timeout) { method in class:ConnManagerParams
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DPositionOptions.h46 void setTimeout(int timeout) function in class:WebCore::PositionOptions
/external/smack/src/org/xbill/DNS/
H A DResolver.java68 void setTimeout(int secs, int msecs); method in interface:Resolver
74 void setTimeout(int secs); method in interface:Resolver
H A DExtendedResolver.java261 r.setTimeout(quantum);
281 r.setTimeout(quantum);
337 setTimeout(int secs, int msecs) { method in class:ExtendedResolver
339 ((Resolver)resolvers.get(i)).setTimeout(secs, msecs);
343 setTimeout(int secs) { method in class:ExtendedResolver
344 setTimeout(secs, 0);
H A DSimpleResolver.java166 setTimeout(int secs, int msecs) { method in class:SimpleResolver
171 setTimeout(int secs) { method in class:SimpleResolver
172 setTimeout(secs, 0);
332 xfrin.setTimeout((int)(getTimeout() / 1000));
H A DZoneTransferIn.java321 setTimeout(int secs) { method in class:ZoneTransferIn
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DPopover.js244 this.setTimeout(1000);
248 setTimeout: function(timeout)
316 this._hidePopoverTimer = setTimeout(doHide.bind(this), this._timeout / 2);
328 this._hoverTimer = setTimeout(this._mouseHover.bind(this, this._hoverElement), toolTipDelay);
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
H A Dqunit.js14 setTimeout: typeof window.setTimeout !== "undefined",
401 if ( defined.setTimeout ) {
402 window.setTimeout(function() {
420 if ( timeout && defined.setTimeout ) {
422 config.timeout = window.setTimeout(function() {
867 window.setTimeout( process, 13 );
13 setTimeout: typeof window.setTimeout !== "undefined", property
/external/chromium_org/chrome_frame/
H A Dhtml_window_impl.h63 STDMETHOD(setTimeout)(BSTR expression, long msec, VARIANT* language, function in class:HTMLWindowImpl
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
H A Dnacltest.js499 setTimeout(function() {
596 setTimeout(function() { this_.waitForPlugins(); }, this.retryWait);
599 // Paranoid: does setTimeout like floating point numbers?
777 this.setTimeout = function(callback, time) { function
778 setTimeout(this.wrap(callback), time);
930 setTimeout(heartbeat, 500);
938 setTimeout(currentTest.wrap(function() {
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.cpp329 void XMLHttpRequest::setTimeout(unsigned long timeout, ExceptionState& exceptionState) function in class:WebCore::XMLHttpRequest
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jdepend.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 3223 milliseconds

12