Searched refs:cancelled (Results 1 – 14 of 14) sorted by relevance
141 if (!loader.cancelled()) { in handleSslErrorRequest()166 if (!loader.cancelled()) { in checkSslPrefTable()191 if (loader.cancelled()) { in processNextLoader()255 if (!loader.cancelled()) { in handleSslErrorResponse()
113 while (!sendData() && !mLoadListener.cancelled()); in load()124 if (mLoadListener.cancelled()) { in handleMessage()
298 public boolean cancelled() { in cancelled() method in LoadListener
157 boolean cancelled = mTask.cancel(false); in cancelLoad()158 if (DEBUG) Log.v(TAG, "cancelLoad: cancelled=" + cancelled); in cancelLoad()159 if (cancelled) { in cancelLoad()163 return cancelled; in cancelLoad()
172 boolean cancelled = mTask.cancel(false); in cancelLoad()173 if (DEBUG) Slog.v(TAG, "cancelLoad: cancelled=" + cancelled); in cancelLoad()174 if (cancelled) { in cancelLoad()178 return cancelled; in cancelLoad()
273 if (tp.cancelled()) { in touchCancel()393 public boolean cancelled() { return mCancelled; } in cancelled() method in WebViewEventSender.TouchPoint
181 <p>However, note that dialogs can also be "cancelled." This is a special case that indicates182 the dialog was explicitly cancelled by the user. This will occur if the user presses the 184 (perhaps from a "Cancel" button in the dialog). When a dialog is cancelled,186 was explicitly cancelled (and not dismissed normally), then you should register
141 <dd>Your alarms registered with {@link android.app.AlarmManager} will be cancelled. You must
311 // User cancelled the image capture323 // User cancelled the video capture
254 or the notification is cancelled, add {@link android.app.Notification#FLAG_INSISTENT} to the
528 onAnimationCancel()} - Called when the animation is canceled. A cancelled animation
231 myMessageboxFunction("Fight cancelled");
684 cancelled and the
867 /sdcard/android/layout_tests/http/tests/xmlhttprequest/frame-load-cancelled-abort.html