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

123456789

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementMicrotaskRunQueue.cpp75 void CustomElementMicrotaskRunQueue::show(unsigned indent) function in class:blink::CustomElementMicrotaskRunQueue
78 m_syncQueue->show(indent);
80 m_asyncQueue->show(indent);
/external/chromium_org/third_party/WebKit/Source/web/
H A DNotificationPresenterImpl.cpp56 bool NotificationPresenterImpl::show(Notification* notification) function in class:blink::NotificationPresenterImpl
58 return m_presenter->show(notification);
H A DPopupMenuChromium.cpp56 void PopupMenuChromium::show(const FloatQuad& controlPosition, const IntSize& controlSize, int index) function in class:blink::PopupMenuChromium
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py45 def show(self): member in class:PerfEvent
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dvim_signs.py22 """ Define the sign and highlight (if applicable) and show the sign. """
31 self.show(name, buffer.number, line_number)
53 def show(self, name, buffer_number, line_number): member in class:VimSign
/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();
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/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_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DLoginPrompt.java95 public void show() { method in class:LoginPrompt
96 mDialog.show();
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DSelectPopupDropdown.java77 public void show() { method in class:SelectPopupDropdown
78 mDropdownPopupWindow.show();
H A DSelectPopupDialog.java132 public void show() { method in class:SelectPopupDialog
133 mListBoxPopup.show();
/external/chromium_org/content/renderer/
H A Dexternal_popup_menu.cc31 void ExternalPopupMenu::show(const blink::WebRect& bounds) { function in class:content::ExternalPopupMenu
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImport.cpp121 void HTMLImport::show() function in class:blink::HTMLImport
/external/chromium_org/third_party/skia/gm/
H A Dpathinterior.cpp36 void show(SkCanvas* canvas, const SkPath& path) { function in class:PathInteriorGM
96 this->show(canvas, path);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dbreadcrumbs_controller.js41 BreadcrumbsController.prototype.show = function(entry) {
/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
/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.
/external/skia/gm/
H A Dpathinterior.cpp40 void show(SkCanvas* canvas, const SkPath& path) { function in class:PathInteriorGM
100 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_org/ash/system/user/
H A Dbutton_from_view.cc47 void ButtonFromView::ForceBorderVisible(bool show) { argument
48 show_border_ = show;
/external/chromium_org/ash/wm/
H A Dlock_layout_manager_unittest.cc95 void ShowKeyboard(bool show) { argument
99 if (show == keyboard->keyboard_visible())
102 if (show) {
114 DCHECK_EQ(show, keyboard->keyboard_visible());
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
H A Dwidget.js73 cvox.Widget.prototype.show = function() {
133 this.show();
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DContentViewCoreSelectionTest.java186 private void setVisibileOnUiThread(final boolean show) { argument
191 if (show) {
232 private void assertWaitForPastePopupStatus(final boolean show) throws InterruptedException { argument
236 return show == mContentViewCore.getPastePopupForTest().isShowing();

Completed in 2276 milliseconds

123456789