Searched defs:show (Results 1 - 25 of 215) sorted by relevance

123456789

/external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
H A Dbackground.js10 function show() { function
19 notification.show();
31 // While activated, show notifications at the display frequency.
32 if (JSON.parse(localStorage.isActivated)) { show(); }
43 show();
/external/valgrind/main/VEX/test/
H A Dfpgames.s11 .globl show
12 .type show,@function
13 show: label
74 .size show,.Lfe1-show
89 call show
96 call show
/external/zlib/src/
H A Dconfigure135 show() function
164 show $cc -c $test.c
335 show $*
342 show $*
354 show $*
414 show "$NM $test.o | grep _hello"
743 # show the results in the log
/external/chromium/chrome/browser/resources/net_internals/
H A Dtopmidbottomview.js54 TopMidBottomView.prototype.show = function(isVisible) {
55 TopMidBottomView.superClass_.show.call(this, isVisible);
56 this.topView_.show(isVisible);
57 this.midView_.show(isVisible);
58 this.bottomView_.show(isVisible);
H A Dview.js26 * Called to show/hide the view.
28 View.prototype.show = function(isVisible) {
101 DivView.prototype.show = function(isVisible) {
102 DivView.superClass_.show.call(this, isVisible);
135 WindowView.prototype.show = function() {
136 WindowView.superClass_.show.call(this, isVisible);
137 this.childView_.show(isVisible);
H A Dresizableverticalsplitview.js77 ResizableVerticalSplitView.prototype.show = function(isVisible) {
78 ResizableVerticalSplitView.superClass_.show.call(this, isVisible);
79 this.leftView_.show(isVisible);
80 this.sizerView_.show(isVisible);
81 this.rightView_.show(isVisible);
H A Ddetailsview.js84 DetailsSubView.prototype.show = function(isVisible) {
85 DetailsSubView.superClass_.show.call(this, isVisible);
/external/javassist/sample/evolve/
H A DWebPage.java8 * show() on the created object.
12 public void show(OutputStreamWriter out) throws IOException { method in class:WebPage
/external/javassist/sample/evolve/sample/evolve/
H A DWebPage.java8 * show() on the created object.
12 public void show(OutputStreamWriter out) throws IOException { method in class:WebPage
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_icon_view.cc21 // We want to show the dialog on mouse release; that is the standard behavior
30 void LocationIconView::ShowTooltip(bool show) { argument
31 if (show) {
/external/chromium_org/cc/resources/
H A Dpicture_pile.h39 void set_show_debug_picture_borders(bool show) { argument
40 show_debug_picture_borders_ = show;
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_icon_view.cc22 // We want to show the dialog on mouse release; that is the standard behavior
38 void LocationIconView::ShowTooltip(bool show) { argument
39 SetTooltipText(show ?
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen.cc14 void RenderWidgetFullscreen::show(WebKit::WebNavigationPolicy) { function in class:content::RenderWidgetFullscreen
H A Dexternal_popup_menu.cc24 void ExternalPopupMenu::show(const WebKit::WebRect& bounds) { function in class:content::ExternalPopupMenu
/external/javassist/sample/rmi/
H A DAlertDialog.java22 public void show(String message) { method in class:AlertDialog
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentVideoViewControls.java27 public void show(); method in interface:ContentVideoViewControls
32 * @param timeout_ms The timeout in milliseconds. Use 0 to show
35 public void show(int timeout_ms); method in interface:ContentVideoViewControls
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DSoftContextMenu.js40 show: function(event, alignToCurrentTarget)
228 this._subMenu.show(this._buildMouseEventForSubMenu(menuItemElement));
396 new WebInspector.SoftContextMenu(items).show(event);
H A DPanel.js59 show: function()
61 WebInspector.View.prototype.show.call(this, WebInspector.inspectorView.panelsElement());
204 this.splitView.show(parentElement);
/external/jmonkeyengine/engine/src/test/jme3test/collision/
H A DRayTrace.java62 public void show(){ method in class:RayTrace
/external/kernel-headers/original/linux/
H A Dseq_file.h31 int (*show) (struct seq_file *m, void *v); member in struct:seq_operations
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowProgressDialog.java18 public static ProgressDialog show(Context context, CharSequence title, CharSequence message) { method in class:ShadowProgressDialog
19 return show(context, title, message, false);
23 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate) { method in class:ShadowProgressDialog
24 return show(context, title, message, indeterminate, false, null);
28 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable) { method in class:ShadowProgressDialog
29 return show(context, title, message, indeterminate, cancelable, null);
33 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable, ProgressDialog.OnCancelListener onCancelListener) { method in class:ShadowProgressDialog
40 progressDialog.show();
/external/valgrind/main/none/tests/amd64/
H A Dbug132918.c35 static void show ( char* s, Res* res ) function
46 do_fprem(&r, 10.1, 200.2); show("xx1", &r);
47 do_fprem(&r, 20.3, 1.44); show("xx2", &r);
51 do_fprem(&r, 12.3*sin(theta), cos(theta)); show("xx", &r);
/external/chromium/chrome/browser/chromeos/login/
H A Dtake_photo_view.h70 void set_show_title(bool show) { show_title_ = show; } argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupMenuChromium.cpp70 void PopupMenuChromium::show(const FloatQuad& controlPosition, const IntSize& controlSize, int index) function in class:WebCore::PopupMenuChromium
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DPropertyEditorPresentation.java18 * Implementations of {@link PropertyEditorPresentation} are used to show some presentation for
30 public abstract int show(PropertyTable propertyTable, method in class:PropertyEditorPresentation

Completed in 2862 milliseconds

123456789