HomeSort by relevance Sort by last modified time
    Searched refs:DISMISS (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/download/
download_danger_prompt.h 28 DISMISS,
download_danger_prompt_browsertest.cc 126 // dialog should DISMISS itself.
127 SetUpExpectations(DownloadDangerPrompt::DISMISS);
132 // If the download is in a terminal state then the dialog should DISMISS
134 SetUpExpectations(DownloadDangerPrompt::DISMISS);
140 // If the download is dangerous and is not in a terminal state, don't dismiss
149 // If the containing tab is closed, the dialog should DISMISS itself.
151 SetUpExpectations(DownloadDangerPrompt::DISMISS);
download_danger_prompt.cc 92 RunDone(DISMISS);
99 case DISMISS:
100 RunDone(DISMISS);
112 RunDone(DISMISS);
233 RunDone(DISMISS);
  /external/chromium_org/chrome/browser/ui/views/download/
download_danger_prompt_views.cc 143 case DISMISS:
204 RunDone(DISMISS);
231 RunDone(DISMISS);
  /frameworks/base/core/java/android/app/
Dialog.java 110 private static final int DISMISS = 0x43;
307 * Hide the dialog, but do not dismiss it.
316 * Dismiss this dialog, removing it from the screen. This method can be
322 public void dismiss() { method in class:Dialog
715 dismiss(); method
987 dismiss(); method
1139 dismiss(); method
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 62 private static final int DISMISS = 0x43;
833 d.setDismissMessage(new MockDismissCancelHandler(d, ht.getLooper()).obtainMessage(DISMISS,
    [all...]
  /external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc 55 DISMISS = 0,
301 case DISMISS:
490 PerformActionOnInfoBar(browser(), DISMISS, 0, 0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 146 private static final int DISMISS = 17;
329 // If we just switched to a guest, try to dismiss keyguard.
330 dismiss();
1010 public void dismiss() { method in class:KeyguardViewMediator
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java 131 private static final int DISMISS = "dismiss".hashCode();
274 Message delayed = Message.obtain(mHandler, DISMISS);
286 if (msg.what == DISMISS) {
287 ((ListPopupWindow) msg.obj).dismiss();
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc     [all...]

Completed in 202 milliseconds