Searched defs:show (Results 101 - 125 of 215) sorted by relevance

123456789

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnmfmtrt.cpp245 UBool show = verbose; local
265 show = TRUE;
272 show = TRUE;
281 show = TRUE;
290 if (show) {
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Drostermodule_unittest.cc104 WritePresenceShow(std::ostream& os, XmppPresenceShow show) { argument
105 switch(show) {
314 "<show>dnd</show>"
330 "<show>xa</show>"
431 "<show>xa</show>"
460 "<cli:show>xa</cli:show>"
[all...]
H A Dpresencestatus.h43 // we will show the one with the highest show in the following
57 Show show() const { return show_; } function in class:buzz::PresenceStatus
75 void set_show(Show show) { show_ = show; } argument
100 // Don't show these.
128 switch (show()) {
/external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
H A DAutofillPopup.java95 if (v == mAnchorView) AutofillPopup.this.show();
104 public void show() { method in class:AutofillPopup
107 super.show();
133 public void show(AutofillSuggestion[] suggestions) { method in class:AutofillPopup
144 // Once the mAnchorRect is resized and placed correctly, it will show the Autofill popup.
/external/chromium_org/ui/app_list/views/
H A Dcontents_view.cc140 void ContentsView::ShowSearchResults(bool show) { argument
141 SetShowState(show ? SHOW_SEARCH_RESULTS : SHOW_APPS);
172 NOTREACHED() << "Unknown show state " << show_state_;
/external/chromium_org/ui/aura/
H A Droot_window_host_ozone.cc97 void RootWindowHostOzone::OnCursorVisibilityChanged(bool show) { argument
/external/chromium_org/win8/delegate_execute/
H A Dcommand_execute_impl.cc198 STDMETHODIMP CommandExecuteImpl::SetShowWindow(int show) { argument
199 AtlTrace("In %hs show=%d\n", __FUNCTION__, show);
200 start_info_.wShowWindow = show;
/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c419 dispatch ("show");
486 strcpy (buffer,"show");dispatch (buffer);
507 sprintf (tmp_buffer,"show");dispatch (tmp_buffer);
521 sprintf (tmp_buffer,"show");dispatch (tmp_buffer);
613 void show (char *command_line) function
713 sprintf (buffer,"show");dispatch (buffer);
742 sprintf (buffer,"show");dispatch (buffer);
768 dispatch ("show");
/external/e2fsprogs/misc/
H A Dblkid.c58 "\t-s\tshow specified tag(s) (default show all tags)\n"
219 static void print_tags(blkid_dev dev, char *show[], int numtag, int output) argument
240 if (numtag && show) {
242 if (!strcmp(type, show[i]))
271 char *show[128] = { NULL, }; local
319 if (numtag >= sizeof(show) / sizeof(*show)) {
323 show[numtag++] = optarg;
386 print_tags(dev, show, numtag, output_format);
389 /* If we didn't specify a single device, show al
[all...]
/external/icu4c/test/intltest/
H A Dnmfmtrt.cpp245 UBool show = verbose; local
265 show = TRUE;
272 show = TRUE;
281 show = TRUE;
290 if (show) {
/external/kernel-headers/original/linux/
H A Delevator.h58 ssize_t (*show)(elevator_t *, char *); member in struct:elv_fs_entry
H A Dsysfs.h38 .show = _show, \
44 .show = _name##_show, \
64 ssize_t (*show)(struct kobject *, struct attribute *,char *); member in struct:sysfs_ops
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDialog.java110 public void show() { method in class:ShadowDialog
/external/skia/gm/
H A Dpathfill.cpp170 static void show(SkCanvas* canvas, const SkPath& path, const SkPaint& paint, function in class:PathInverseFillGM
203 show(canvas, path, paint, clipPtr, clipR.fTop, clipR.centerY());
204 show(canvas, path, paint, clipPtr, clipR.centerY(), clipR.fBottom);
/external/valgrind/main/VEX/useful/
H A Dshow_fp_state.c151 void show ( unsigned char* st ) function
182 show(st);
/external/chromium/chrome/browser/resources/
H A Dnew_new_tab.js310 a.href = ''; // To make underline show up.
421 // Enables scrollbars (they will only show up if needed).
501 // space to show the expanded section completely, this will be the available
792 * syncsectionisvisible: true if the sync section needs to show up on the new
982 * @param {string} actionText The text to show as a link next to the message.
994 function show() {
996 notificationElement.classList.add('show');
1044 notificationElement.onmouseover = show;
1046 actionLink.onfocus = show;
1051 show();
[all...]
/external/chromium_org/ash/wm/
H A Dwindow_animations.cc53 // Brightness/grayscale values for hide/show window animations.
77 void AddLayerAnimationsForMinimize(aura::Window* window, bool show) { argument
109 rotation_about_pivot->SetReversed(show);
119 show ? ui::Tween::EASE_IN : ui::Tween::EASE_IN_OUT);
126 if (!show) {
132 float opacity = show ? 1.0f : 0.0f;
166 bool show) {
170 if (show) {
180 if (show) {
190 if (!show) {
165 AnimateShowHideWindowCommon_BrightnessGrayscale(aura::Window* window, bool show) argument
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Dfile_selection.js322 * Animates preview panel show/hide transitions.
330 // If one or more files are selected, show the file info.
332 // If the directory is not root dir, show the directory info.
353 var show = function() {
356 cr.dispatchSimpleEvent(this, 'show-preview-panel');
376 show();
666 this.searchBreadcrumbs_.show(PathUtil.getRootPath(path), path);
685 this.searchBreadcrumbs_.show(
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dcore_oobe_handler.cc232 void CoreOobeHandler::ShowOobeUI(bool show) { argument
233 if (show == show_oobe_ui_)
236 show_oobe_ui_ = show;
257 // Don't show version label on the stable channel by default.
H A Doobe_ui.cc408 void OobeUI::ShowOobeUI(bool show) { argument
409 core_handler_->ShowOobeUI(show);
/external/chromium_org/chrome/test/automation/
H A Dautomation_proxy.cc371 bool AutomationProxy::OpenNewBrowserWindow(Browser::Type type, bool show) { argument
374 show));
/external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
H A Dplotter.js105 * This class is used to show a legend near the mouse cursor.
148 * @param {boolean} show Shows the element if true, or hides it.
150 HoveringInfo.prototype.show = function(show) {
151 this.containerDiv_.style.display = show ? 'block' : 'none';
653 * @param {boolean} show Whether or not to show the highlight div.
655 Plotter.prototype.updateEventDiv_ = function(x, show) {
660 if (show) {
673 * @param {boolean} show Whethe
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.cpp612 void HTMLElementStack::show() function in class:WebCore::HTMLElementStack
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DView.js181 show: function(parentElement, insertBefore)
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DAtomicString.cpp460 void AtomicString::show() const function in class:WTF::AtomicString
462 m_string.show();

Completed in 601 milliseconds

123456789