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

123456789

/external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
H A Dbackground.js10 function show() { function
29 // While activated, show notifications at the display frequency.
30 if (JSON.parse(localStorage.isActivated)) { show(); }
41 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/qemu/distrib/zlib-1.2.8/
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/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_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dmulti_profile_share_dialog.js76 MultiProfileShareDialog.prototype.show = function(plural) {
H A Dconflict_dialog.js95 * @return {boolean} True if the dialog can show successfully. False if the
96 * dialog failed to show due to an existing dialog.
98 ConflictDialog.prototype.show = function(fileName, callback) {
105 '', // We dont't show the title for the dialog.
/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/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dhelpline.h12 int (*show)(const char *fmt, va_list ap); member in struct:ui_helpline
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementMicrotaskQueueBase.cpp26 void CustomElementMicrotaskQueueBase::show(unsigned indent) function in class:blink::CustomElementMicrotaskQueueBase
30 m_queue[q]->show(indent);
H A DCustomElementMicrotaskImportStep.cpp98 void CustomElementMicrotaskImportStep::show(unsigned indent) function in class:blink::CustomElementMicrotaskImportStep
101 m_queue->show(indent + 1);
H A DCustomElementMicrotaskResolutionStep.cpp69 void CustomElementMicrotaskResolutionStep::show(unsigned indent) function in class:blink::CustomElementMicrotaskResolutionStep
72 m_element->outerHTML().show();
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DSelectPopup.java14 public void show(); method in interface:SelectPopup
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen.cc14 void RenderWidgetFullscreen::show(blink::WebNavigationPolicy) { function in class:content::RenderWidgetFullscreen
/external/javassist/sample/rmi/
H A DAlertDialog.java22 public void show(String message) { method in class:AlertDialog
/external/pdfium/fpdfsdk/src/javascript/
H A Dconsole.cpp30 JS_STATIC_METHOD_ENTRY(show, 0)
72 FX_BOOL console::show(OBJ_METHOD_PARAMS) function in class:console
/external/chromium_org/cc/resources/
H A Dpicture_pile.h43 void set_show_debug_picture_borders(bool show) { argument
44 show_debug_picture_borders_ = show;
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_install_with_prompt.h51 void set_show_post_install_ui(bool show) { show_post_install_ui_ = show; } argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
H A Dcontext_menu_widget.js91 cvox.ContextMenuWidget.prototype.show = function() {
93 goog.base(this, 'show');
H A Dkeyboard_help_widget.js56 cvox.KeyboardHelpWidget.prototype.show = function() {
57 goog.base(this, 'show');
H A Doverlay_widget.js30 cvox.OverlayWidget.prototype.show = function() {
31 goog.base(this, 'show');
H A Dselect_widget.js34 cvox.SelectWidget.prototype.show = function() {
35 goog.base(this, 'show');
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_icon_view.cc67 // Do not show page info if the user has been editing the location bar or the
75 void LocationIconView::ShowTooltip(bool show) { argument
76 SetTooltipText(show ?
/external/chromium_org/content/shell/renderer/test_runner/
H A Dnotification_presenter.cc64 bool NotificationPresenter::show(const WebNotification& notification) { function in class:content::NotificationPresenter
/external/chromium_org/pdf/
H A Dfading_control.cc42 void FadingControl::Fade(bool show, uint32 time_ms) { argument
45 if (!visible() && !show)
47 if (!visible() && show) {
48 Show(show, false);
52 if (transparency() == kOpaqueAlpha && show) {
57 int delta = show ? kOpaqueAlpha - transparency() : transparency();
69 if (!show)

Completed in 2050 milliseconds

123456789