HomeSort by relevance Sort by last modified time
    Searched full:showing (Results 226 - 250 of 2250) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/test/webdriver/
webdriver_error.cc 81 } else if (error.message() == "No modal dialog is showing" ||
82 error.message() == "No JavaScript modal dialog is showing") {
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
GestureDetectorResetTest.java 85 * Tests that showing a select popup and having the page reload while the popup is showing does
  /external/chromium_org/content/renderer/
external_popup_menu_browsertest.cc 73 // Normal case: test showing a select popup, canceling/selecting an item.
108 // Page shows popup, then navigates away while popup showing, then select.
  /external/chromium_org/ui/shell_dialogs/
base_shell_dialog_win.h 21 // A base class for all shell dialog implementations that handles showing a
81 // The derived class must call EndRun once the dialog is done showing to
  /external/chromium_org/ui/views/controls/button/
menu_button.h 97 // Whether or not we're showing a drop marker.
105 // showing and used to detect if the menu was deleted while running.
  /external/chromium_org/ui/views/controls/combobox/
native_combobox_views.h 88 // Responsible for showing the context menu.
91 // Is the drop down list showing
  /external/chromium_org/ui/views/widget/
tooltip_manager_win.h 87 // Returns the Widget we're showing tooltips for.
102 // Whether or not the tooltip is showing.
  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 101 // Show the header if we are (a) past the predefines, or (b) showing all
108 // are showing all headers.
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CameraWidgetFrame.java 116 void onKeyguardVisibilityChanged(boolean showing) {
117 if (mShowing == showing)
119 mShowing = showing;
467 public void onBouncerShowing(boolean showing) {
468 if (showing) {
489 private void onKeyguardVisibilityChanged(boolean showing) {
490 if (DEBUG) Log.d(TAG, "onKeyguardVisibilityChanged " + showing
492 if (mTransitioning && !showing) {
  /frameworks/support/v4/java/android/support/v4/widget/
ContentLoadingProgressBar.java 26 * dismissed before showing. Once visible, the progress bar will be visible for
92 * progress view was not yet visible, cancels showing the progress view.
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailViewPagerAdapter.java 62 * Enable swiping if the detail and update fragments should be showing. Otherwise diable
63 * swiping if only the detail fragment should be showing.
  /packages/apps/UnifiedEmail/src/com/android/mail/
MinTimeProgressDialog.java 26 * be dismissed before showing. Once visible, the dialog will be visible for at
77 // at all yet OR enough time of the dialog showing
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewProgressController.java 32 * <p>Controller to handle showing and hiding progress in the conversation views.</p>
78 // If the loading view isn't already showing, show it and remove any
  /development/samples/ApiDemos/res/layout/
presentation_activity.xml 35 <!-- A checkbox to toggle between showing all displays or only presentation displays. -->
presentation_with_media_router_activity.xml 41 <!-- Some content for visual interest in the case where no presentation is showing. -->
  /development/samples/ApiDemos/res/xml/
default_values.xml 17 <!-- This is a primitive example showing how to set default values for preferences.
preference_headers.xml 17 <!-- This is a primitive example showing the different types of preferences available. -->
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessageInterstitial.java 54 // We will launch the app showing what the user picked. In this simple
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List17.java 36 // Use the built-in layout for showing a list item with a single
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
CountingFragment.java 55 * The Fragment's UI is just a simple text view showing its
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
_index.html 2 <p>This section includes samples showing the use of the application
  /external/chromium/base/debug/
debugger.h 38 // Used in test code, this controls whether showing dialogs and breaking into
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification.cc 68 // Force showing a user hidden notification on an urgent transition.
  /external/chromium/chrome/browser/extensions/
extension_context_menu_model.h 27 // Delegate to handle showing an ExtensionAction popup.
extension_infobar_delegate.h 58 // The extension host we are showing the InfoBar for. The delegate needs to

Completed in 1373 milliseconds

1 2 3 4 5 6 7 8 91011>>