HomeSort by relevance Sort by last modified time
    Searched refs:show (Results 151 - 175 of 1209) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebKit/mac/WebInspector/
WebInspector.h 41 - (void)show:(id)sender;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtFallbackWebPopup.h 47 virtual void show(const QWebSelectData&);
QtMaemoWebPopup.h 58 virtual void show(const QWebSelectData& data);
  /external/webkit/Source/WebKit2/UIProcess/mac/
CorrectionPanel.h 42 void show(WKView*, WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebPopupMenu.h 52 virtual void show(const WebCore::IntRect&, WebCore::FrameView*, int index);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebInspector.h 54 void show();
  /external/webkit/Tools/DumpRenderTree/chromium/
NotificationPresenter.h 55 virtual bool show(const WebKit::WebNotification&);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TimeDialogActivity.java 37 b.setText("Show dialog");
41 new TimePickerDialog(TimeDialogActivity.this, null, 12, 12, true).show();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
ClearUserDictionaryDialogPreferenceEN.java 61 /* show the message */
63 Toast.LENGTH_LONG).show(); method
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
ClearLearnDictionaryDialogPreferenceJAJP.java 61 /* show the message */
63 Toast.LENGTH_LONG).show(); method
ClearUserDictionaryDialogPreferenceJAJP.java 61 /* show the message */
63 Toast.LENGTH_LONG).show(); method
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarUsage.java 68 Toast.makeText(this, "Selected Item: " + item.getTitle(), Toast.LENGTH_SHORT).show();
90 Toast.makeText(this, "Searching for: " + query + "...", Toast.LENGTH_SHORT).show();
AlarmService.java 73 Toast.LENGTH_LONG).show();
85 Toast.LENGTH_LONG).show();
FragmentAlertDialog.java 34 * Demonstrates how to show an AlertDialog that is managed by a Fragment.
47 Button button = (Button)findViewById(R.id.show);
59 newFragment.show(getFragmentManager(), "dialog");
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List15.java 68 " items", Toast.LENGTH_SHORT).show();
73 Toast.LENGTH_SHORT).show();
List16.java 69 " items", Toast.LENGTH_SHORT).show();
74 Toast.LENGTH_SHORT).show();
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentAlertDialogSupport.java 35 * Demonstrates how to show an AlertDialog that is managed by a Fragment.
48 Button button = (Button)findViewById(R.id.show);
60 newFragment.show(getSupportFragmentManager(), "dialog");
  /external/llvm/test/MC/ARM/
vpush-vpop.s 1 @ RUN: llvm-mc -triple armv7-unknown-unknown -show-encoding < %s | FileCheck --check-prefix=CHECK-ARM %s
2 @ RUN: llvm-mc -triple thumbv7-unknown-unknown -show-encoding < %s | FileCheck --check-prefix=CHECK-THUMB %s
  /external/llvm/test/MC/MBlaze/
mblaze_pattern.s 1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
  /external/webkit/Source/WebCore/inspector/front-end/
NetworkItemView.js 72 show: function(parentElement)
74 WebInspector.View.prototype.show.call(this, parentElement);
PanelEnablerView.js 82 show: function(parentElement)
84 WebInspector.View.prototype.show.call(this, parentElement);
PleaseWaitMessage.js 67 show: function(element, cancelCallback)
103 WebInspector.PleaseWaitMessage.prototype.show(element, cancelCallback);
  /external/webkit/Source/WebKit/qt/Api/
qwebinspector.cpp 162 // Allows QWebInspector::show() to init the inspector.
164 d->page->d->inspectorController()->show();
196 frontend->show();
  /frameworks/base/core/java/android/app/
ProgressDialog.java 92 public static ProgressDialog show(Context context, CharSequence title, method in class:ProgressDialog
94 return show(context, title, message, false);
97 public static ProgressDialog show(Context context, CharSequence title, method in class:ProgressDialog
99 return show(context, title, message, indeterminate, false, null);
102 public static ProgressDialog show(Context context, CharSequence title, method in class:ProgressDialog
104 return show(context, title, message, indeterminate, cancelable, null);
107 public static ProgressDialog show(Context context, CharSequence title, method in class:ProgressDialog
116 dialog.show();
  /frameworks/base/core/java/android/webkit/
ZoomControlEmbedded.java 38 public void show() { method in class:ZoomControlEmbedded
50 Toast.LENGTH_LONG).show(); method

Completed in 1039 milliseconds

1 2 3 4 5 67 8 91011>>