Searched defs:show (Results 26 - 50 of 215) sorted by relevance

123456789

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTooltipTextProvider.java54 public void show(Shell shell) { method in class:PropertyTooltipTextProvider
64 * @return the text to show as tooltip.
H A DPropertyTooltipProvider.java55 public void show(Shell shell) { method in class:PropertyTooltipProvider
60 * Returns position for tooltip control. Usually we should show directly on same row, because we
61 * use tooltip to show just longer (full) text of property. But for "class" property we show
62 * hierarchy, so it is better show it below and allow user see also property row.
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDialogFragment.java30 public int show(FragmentTransaction transaction, String tag) { method in class:ShadowDialogFragment
31 show(((TestFragmentTransaction)transaction).getManager(), tag);
36 public void show(FragmentManager manager, String tag) { method in class:ShadowDialogFragment
63 dialog.show();
/external/skia/gm/
H A Dpathinterior.cpp36 void show(SkCanvas* canvas, const SkPath& path) { function in class:PathInteriorGM
96 this->show(canvas, path);
/external/valgrind/main/VEX/test/
H A Dfxsave.c87 void show ( unsigned char* buf, int xx ) function
118 show(buf1, xx);
120 /* Zeroise x87/xmm state and dump it, to show that the
125 show(buf2, xx);
131 show(buf3, xx);
/external/valgrind/main/memcheck/tests/amd64/
H A Dfxsave-amd64.c133 void show ( unsigned char* buf, int xx ) function
167 show(buf1, xx);
169 /* Zeroise x87/xmm state and dump it, to show that the
174 show(buf2, xx);
180 show(buf3, xx);
191 show(buf1, xx);
193 /* Zeroise x87/xmm state and dump it, to show that the
198 show(buf2, xx);
204 show(buf3, xx);
/external/valgrind/main/memcheck/tests/x86/
H A Dfxsave.c88 void show ( unsigned char* buf, int xx ) function
119 show(buf1, xx);
121 /* Zeroise x87/xmm state and dump it, to show that the
126 show(buf2, xx);
132 show(buf3, xx);
/external/chromium/chrome/browser/resources/net_internals/
H A Dtabswitcherview.js52 TabSwitcherView.prototype.show = function(isVisible) {
53 TabSwitcherView.superClass_.show.call(this, isVisible);
55 this.tabHandleView_.show(isVisible);
59 activeTab.contentView.show(isVisible);
83 tab.contentView.show(false);
159 this.contentView.show(isSelected);
/external/chromium/chrome/browser/
H A Dspellcheck_message_filter.cc58 void SpellCheckMessageFilter::OnShowSpellingPanel(bool show) { argument
59 SpellCheckerPlatform::ShowSpellingPanel(show);
/external/chromium_org/ash/system/logout_button/
H A Dtray_logout_button.cc110 void OnShowLogoutButtonInTrayChanged(bool show) { argument
111 show_logout_button_in_tray_ = show;
163 void TrayLogoutButton::OnShowLogoutButtonInTrayChanged(bool show) { argument
164 logout_button_->OnShowLogoutButtonInTrayChanged(show);
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Dbreadcrumbs_controller.js67 * Check the given path and determines if the breadcrumb should show "Shared
249 BreadcrumbsController.prototype.show = function(rootPath, path) {
/external/chromium_org/chrome_frame/cfinstall/src/common/
H A Dcf-interactiondelegate-externs.js12 google.cf.installer.InteractionDelegate.prototype.show;
H A Dinteractiondelegate.js42 google.cf.installer.InteractionDelegate.prototype.show = function() {};
/external/chromium_org/content/plugin/
H A Dplugin_carbon_interpose_mac.cc81 static void ChromePluginShowHide(WindowRef window, Boolean show) { argument
82 if (show) {
84 ShowHide(window, show);
88 ShowHide(window, show);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDialogElement.cpp108 void HTMLDialogElement::show() function in class:WebCore::HTMLDialogElement
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLFormattingElementList.cpp205 void HTMLFormattingElementList::show() function in class:HTMLFormattingElementList
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DStyleSheetOutlineDialog.js49 WebInspector.StyleSheetOutlineDialog.show = function(view, uiSourceCode)
55 WebInspector.Dialog.show(view.element, filteredItemSelectionDialog);
H A DDialog.js55 delegate.show(this._element);
75 WebInspector.Dialog.show = function(relativeToElement, delegate)
147 show: function(element)
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DNotificationPresenter.cpp94 bool NotificationPresenter::show(const WebNotification& notification) function in class:WebTestRunner::NotificationPresenter
/external/chromium_org/third_party/WebKit/Source/web/
H A DExternalPopupMenu.cpp61 void ExternalPopupMenu::show(const FloatQuad& controlPosition, const IntSize&, int index) function in class:WebKit::ExternalPopupMenu
75 m_webExternalPopupMenu->show(m_frameView->contentsToWindow(rect));
H A DNotificationPresenterImpl.cpp106 bool NotificationPresenterImpl::show(Notification* notification) function in class:WebKit::NotificationPresenterImpl
108 return m_presenter->show(PassRefPtr<Notification>(notification));
/external/chromium_org/third_party/WebKit/public/web/
H A DWebSpellCheckClient.h75 virtual void showSpellingUI(bool show) { } argument
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dpresencereceivetask.cc116 const XmlElement * show = stanza->FirstNamed(QN_SHOW); local
117 if (show == NULL || show->FirstChild() == NULL) {
119 } else if (show->BodyText() == "away") {
121 } else if (show->BodyText() == "xa") {
123 } else if (show->BodyText() == "dnd") {
125 } else if (show->BodyText() == "chat") {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DCompoundPropertyEditorPresentation.java49 public int show(PropertyTable propertyTable, method in class:CompoundPropertyEditorPresentation
57 int presentationWidth = presentation.show(propertyTable, property, x, y, width, height);
/external/kernel-headers/original/linux/
H A Dsysdev.h42 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
49 .show = _show, \
96 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
104 .show = _show, \

Completed in 714 milliseconds

123456789