HomeSort by relevance Sort by last modified time
    Searched refs:setTimeout (Results 1 - 25 of 50) sorted by null

1 2

  /external/apache-http/src/org/apache/http/conn/params/
ConnManagerParamBean.java 48 public void setTimeout (final long timeout) {
ConnManagerParams.java 76 public static void setTimeout(final HttpParams params, long timeout) {
  /external/webkit/WebCore/inspector/front-end/
TestController.js 55 setTimeout(this.runAfterPendingDispatches.bind(this), 0, callback);
TextEditorHighlighter.js 106 this._highlightTimer = setTimeout(this._highlightInChunks.bind(this, toLine, endLine), 100);
120 this._highlightTimer = setTimeout(this._highlightInChunks.bind(this, startLine, this._requestedEndLine), 100);
130 this._highlightTimer = setTimeout(this._highlightInChunks.bind(this, toLine, this._requestedEndLine), 10);
DatabaseQueryView.js 59 setTimeout(moveBackIfOutside.bind(this), 0);
119 this._selectionTimeout = setTimeout(moveBackIfOutside.bind(this), 100);
PanelEnablerView.js 86 setTimeout(this.resize.bind(this), 0);
AuditLauncherView.js 214 setTimeout(this.resize(), 0);
Panel.js 160 matchesCountUpdateTimeout = setTimeout(updateMatchesCount.bind(this), 500);
  /external/webkit/WebCore/page/
PositionOptions.h 46 void setTimeout(int timeout)
  /external/webkit/WebKit/chromium/src/js/
DevToolsHostStub.js 149 setTimeout(function() {
159 setTimeout(function() {
275 setTimeout(function() {
ProfilerAgent.js 155 setTimeout(function() { RemoteProfilerAgent.getLogLines(pos); }, 500);
Tests.js 116 this.timerId_ = setTimeout(function() {
316 setTimeout(function() {
561 setTimeout(switchToScriptsTab, 0);
566 setTimeout(checkScriptsPanel, 0);
590 setTimeout(switchToElementsTab, 0);
713 'setTimeout("handleClick()" , 0)',
722 setTimeout(testScriptPause, 300);
881 'setTimeout("calculate(123)" , 0)',
951 setTimeout(callback, 0);
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
timeout-clear-watch.js 14 window.setTimeout(completeTest, 0);
callback-exception.js 21 window.setTimeout(completeTest, 0);
permission-denied-already-clear-watch.js 30 window.setTimeout(completeTest, 0);
permission-denied-stops-watches.js 27 window.setTimeout(completeTest, 0);
  /external/webkit/LayoutTests/storage/domstorage/events/resources/
eventTestHarness.js 24 setTimeout(onTimeout, 0);
  /external/webkit/WebCore/bindings/js/
JSWorkerContextCustom.cpp 144 JSValue JSWorkerContext::setTimeout(ExecState* exec, const ArgList& args)
150 return jsNumber(exec, impl()->setTimeout(action, delay));
JSGeolocationCustom.cpp 108 // Wrap to int32 and force non-negative to match behavior of window.setTimeout.
109 options->setTimeout(max(0, timeoutValue.toInt32(exec)));
126 // Wrap to int32 and force non-negative to match behavior of window.setTimeout.
  /external/webkit/WebCore/workers/
WorkerContext.idl 56 [Custom] long setTimeout(in TimeoutHandler handler, in long timeout);
57 // [Custom] long setTimeout(in DOMString code, in long timeout);
WorkerContext.h 94 int setTimeout(ScheduledAction*, int timeout);
WorkerContext.cpp 171 int WorkerContext::setTimeout(ScheduledAction* action, int timeout)
  /external/webkit/WebCore/bindings/v8/custom/
V8GeolocationCustom.cpp 135 // Wrap to int32 and force non-negative to match behavior of window.setTimeout.
136 options->setTimeout(max(0, timeoutInt32->Value()));
161 // Wrap to int32 and force non-negative to match behavior of window.setTimeout.
  /packages/apps/Email/src/com/android/email/service/
EmailServiceProxy.java 100 public EmailServiceProxy setTimeout(int secs) {
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 80 ConnManagerParams.setTimeout(params, REGISTRATION_TIMEOUT);

Completed in 575 milliseconds

1 2