HomeSort by relevance Sort by last modified time
    Searched refs:show (Results 176 - 200 of 668) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/WebCore/inspector/front-end/
SourceView.js 41 show: function(parentElement)
43 WebInspector.ResourceView.prototype.show.call(this, parentElement);
Drawer.js 70 x.show();
87 show: function()
93 this.visibleView.show();
95 WebInspector.View.prototype.show.call(this); method
  /external/webkit/WebCore/platform/
LocalizedStrings.h 70 String contextMenuItemTagShowSpellingPanel(bool show);
94 String contextMenuItemTagShowSubstitutions(bool show);
  /external/webkit/WebKit/qt/tests/qwebview/
tst_qwebview.cpp 143 view1->show();
154 view2->show(); // in Windowless mode, you should still be able to see the plugin here
  /external/webkit/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp 144 void EmbeddedWidget::show() function in class:EmbeddedWidget
151 Widget::show();
  /external/zlib/
Android.mk 4 # measurements show that the ARM version of ZLib is about x1.17 faster
  /frameworks/base/core/java/android/app/
DatePickerDialog.java 131 public void show() { method in class:DatePickerDialog
132 super.show();
  /frameworks/base/core/java/com/android/internal/widget/
DigitalClock.java 88 void setShowAmPm(boolean show) {
89 mAmPm.setVisibility(show ? View.VISIBLE : View.GONE);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PowerDialog.java 171 public void show() { method in class:PowerDialog
172 super.show();
173 Log.d(TAG, "show... disabling expand");
  /packages/apps/DeskClock/src/com/android/deskclock/
DigitalClock.java 84 void setShowAmPm(boolean show) {
85 mAmPm.setVisibility(show ? View.VISIBLE : View.GONE);
  /packages/apps/Phone/src/com/android/phone/
SpecialCharSequenceMgr.java 227 .show();
241 .show();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CorpusSelectionDialog.java 65 public void show(Corpus corpus) { method in class:CorpusSelectionDialog
67 show(); method
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
SizeLimitActivity.java 35 * Activity to show dialogs to the user when a download exceeds a limit on download sizes for
62 mDialog.show();
110 mDialog = builder.setOnCancelListener(this).show();
  /bionic/libc/kernel/common/linux/
elevator.h 69 ssize_t (*show)(elevator_t *, char *); member in struct:elv_fs_entry
  /cts/tools/host/src/com/android/cts/
CommandHistory.java 75 public void show(final int cmdCount) { method in class:CommandHistory
  /development/ndk/platforms/android-3/include/linux/
elevator.h 69 ssize_t (*show)(elevator_t *, char *); member in struct:elv_fs_entry
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 163 R.string.alarm_service_finished, // the message to show
165 ).show(); // show the text
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java 49 // show the icon in the status bar
65 Toast.makeText(this, R.string.alarm_service_finished, Toast.LENGTH_SHORT).show();
96 * Show a notification while this service is running.
110 // Set the info for the views that show in the notification panel.
IncomingMessage.java 62 // show the toast
66 toast.show();
97 // Set the info for the views that show in the notification panel.
RemoteService.java 50 * show how to interact with the service.
88 Toast.makeText(this, R.string.remote_service_stopped, Toast.LENGTH_SHORT).show();
175 * Show a notification while this service is running.
189 // Set the info for the views that show in the notification panel.
319 Toast.LENGTH_SHORT).show();
331 Toast.LENGTH_SHORT).show();
416 Toast.LENGTH_SHORT).show();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmap.java 114 alert.show();
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Spinner1.java 36 Toast.makeText(this, msg, Toast.LENGTH_SHORT).show();
  /external/v8/test/mjsunit/regress/
regress-1493017.js 29 // transitions do not show up as properties in for in.
49 // Test that the deleted map transitions do not show up in for in.
  /external/webkit/WebCore/page/mac/
WebCoreViewFactory.h 67 - (NSString *)contextMenuItemTagShowSpellingPanel:(bool)show;
89 - (NSString *)contextMenuItemTagShowSubstitutions:(bool)show;
  /external/webkit/WebKit/android/WebCoreSupport/
EditorClientAndroid.h 104 virtual void showSpellingUI(bool show);

Completed in 298 milliseconds

1 2 3 4 5 6 78 91011>>