Searched defs:show (Results 126 - 150 of 216) sorted by relevance

123456789

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
H A Dsearch_widget.js65 cvox.SearchWidget.prototype.show = function() {
66 goog.base(this, 'show');
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.js38 setProperty('.show-folder', 'title', 'showInFolderTitle');
218 item.getElement('show-folder').onclick = function() {
219 item.show();
339 function setByExtension(show) {
340 if (show) {
457 DownloadItem.prototype.show = function() {
458 chrome.downloads.show(this.id);
587 // First show up to kShowNewMax items newer than kOldMs. If there aren't any
588 // items newer than kOldMs, then show up to kShowNewMax items of any age. If
589 // there are any hidden items, show th
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DPopupTouchHandleDrawable.java312 private void show() { method in class:PopupTouchHandleDrawable
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSelector.cpp409 void CSSSelector::show(int indent) const function in class:blink::CSSSelector
426 tagHistory()->show(indent + 2);
432 void CSSSelector::show() const function in class:blink::CSSSelector
434 printf("\n******* CSSSelector::show(\"%s\") *******\n", selectorText().ascii().data());
435 show(2);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.cpp629 void HTMLElementStack::show() function in class:blink::HTMLElementStack
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChrome.cpp127 void Chrome::show(NavigationPolicy policy) const function in class:blink::Chrome
129 m_client->show(policy);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DAtomicString.cpp510 void AtomicString::show() const function in class:WTF::AtomicString
512 m_string.show();
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
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/third_party/libvpx/source/libvpx/vp8/common/
H A Dmfqe.c278 YV12_BUFFER_CONFIG *show = cm->frame_to_show; local
294 y_ptr = show->y_buffer;
295 u_ptr = show->u_buffer;
296 v_ptr = show->v_buffer;
320 y_ptr + 8*(i*show->y_stride+j),
321 u_ptr + 4*(i*show->uv_stride+j),
322 v_ptr + 4*(i*show->uv_stride+j),
323 show->y_stride,
324 show->uv_stride,
335 unsigned char *up = u_ptr + 4*(i*show
[all...]
/external/chromium_org/ui/app_list/views/
H A Dapp_list_folder_view.cc86 void AppListFolderView::ScheduleShowHideAnimation(bool show, argument
94 if (show)
98 layer()->SetOpacity(show ? 0.0f : 1.0f);
104 show ? kFolderFadeInTweenType : kFolderFadeOutTweenType);
107 show ? kFolderTransitionInDurationMs : kFolderTransitionOutDurationMs));
109 layer()->SetOpacity(show ? 1.0f : 0.0f);
141 // the container view to show the app list instead.
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dsuggest_apps_dialog.js179 * Dummy function for SuggestAppsDialog.show() not to be called unintentionally.
181 SuggestAppsDialog.prototype.show = function() {
182 console.error('SuggestAppsDialog.show() shouldn\'t be called directly.');
217 * Internal method to show a dialog. This should be called only from 'Suggest.
252 var show = this.dialogText_ ?
257 if (!show) {
281 this.frame_.classList.add('show-spinner');
322 this.frame_.classList.remove('show-spinner');
336 this.frame_.classList.remove('show-spinner');
368 this.frame_.classList.add('show
[all...]
/external/elfutils/0.153/src/
H A Daddr2line.c70 { "functions", 'f', NULL, 0, N_("Also show function names"), 0 },
71 { "symbols", 'S', NULL, 0, N_("Also show symbol or section names"), 0 },
72 { "flags", 'F', NULL, 0, N_("Also show line table flags"), 0 },
544 inline void show (int (*get) (Dwarf_Line *, bool *), function
559 show (&dwarf_linebeginstatement, " (is_stmt)");
560 show (&dwarf_lineblock, " (basic_block)");
561 show (&dwarf_lineprologueend, " (prologue_end)");
562 show (&dwarf_lineepiloguebegin, " (epilogue_begin)");
/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c278 YV12_BUFFER_CONFIG *show = cm->frame_to_show; local
294 y_ptr = show->y_buffer;
295 u_ptr = show->u_buffer;
296 v_ptr = show->v_buffer;
320 y_ptr + 8*(i*show->y_stride+j),
321 u_ptr + 4*(i*show->uv_stride+j),
322 v_ptr + 4*(i*show->uv_stride+j),
323 show->y_stride,
324 show->uv_stride,
335 unsigned char *up = u_ptr + 4*(i*show
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAlertDialog.java204 public void show() { method in class:ShadowAlertDialog
205 super.show();
459 public AlertDialog show() { method in class:ShadowAlertDialog.ShadowBuilder
461 dialog.show();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
H A DTestFragmentTransaction.java80 public FragmentTransaction show(Fragment fragment) { method in class:TestFragmentTransaction
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.c252 size_t len, int show)
263 } else if (!show) {
285 } else if (show && len) {
323 } else if (show && len) {
353 } else if (show) {
365 } else if (show) {
391 size_t len, int show)
404 } else if (!show) {
419 _wpa_hexdump(level, title, buf, len, show);
424 if (!show) {
251 _wpa_hexdump(int level, const char *title, const u8 *buf, size_t len, int show) argument
390 _wpa_hexdump_ascii(int level, const char *title, const void *buf, size_t len, int show) argument
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.c252 size_t len, int show)
263 } else if (!show) {
285 } else if (show && len) {
323 } else if (show && len) {
353 } else if (show) {
365 } else if (show) {
391 size_t len, int show)
404 } else if (!show) {
419 _wpa_hexdump(level, title, buf, len, show);
424 if (!show) {
251 _wpa_hexdump(int level, const char *title, const u8 *buf, size_t len, int show) argument
390 _wpa_hexdump_ascii(int level, const char *title, const void *buf, size_t len, int show) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.c252 size_t len, int show)
263 } else if (!show) {
285 } else if (show && len) {
323 } else if (show && len) {
353 } else if (show) {
365 } else if (show) {
391 size_t len, int show)
404 } else if (!show) {
419 _wpa_hexdump(level, title, buf, len, show);
424 if (!show) {
251 _wpa_hexdump(int level, const char *title, const u8 *buf, size_t len, int show) argument
390 _wpa_hexdump_ascii(int level, const char *title, const void *buf, size_t len, int show) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DFilteredItemSelectionDialog.js548 WebInspector.JavaScriptOutlineDialog.show = function(view, uiSourceCode, selectItemCallback)
553 WebInspector.Dialog.show(view.element, filteredItemSelectionDialog);
875 WebInspector.OpenResourceDialog.show = function(sourcesView, relativeToElement, query, defaultScores)
882 WebInspector.Dialog.show(relativeToElement, filteredItemSelectionDialog);
929 WebInspector.SelectUISourceCodeForProjectTypesDialog.show = function(name, types, callback, relativeToElement)
937 WebInspector.Dialog.show(relativeToElement, filteredItemSelectionDialog);
/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.cc252 bool show = delegate->ShouldShowAvatar(window); local
253 if (!show) {
/external/chromium_org/ash/shelf/
H A Dshelf_button.cc151 void ShowAttention(bool show) { argument
152 if (show_attention_ != show) {
153 show_attention_ = show;
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_provider.cc574 em::ShowUserNamesOnSigninProto* show = local
578 show->set_show_user_names(show_value);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dcore_oobe_handler.cc223 void CoreOobeHandler::ShowControlBar(bool show) { argument
224 CallJS("showControlBar", show);
304 void CoreOobeHandler::ShowOobeUI(bool show) { argument
305 if (show == show_oobe_ui_)
308 show_oobe_ui_ = show;
334 // Don't show version label on the stable channel by default.
H A Doobe_ui.cc502 void OobeUI::ShowOobeUI(bool show) { argument
503 core_handler_->ShowOobeUI(show);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DPopupZoomer.java34 * PopupZoomer is used to show the on-demand link zooming popup. It handles manipulation of the
274 private void startAnimation(boolean show) { argument
276 mShowing = show;
278 if (show) {
445 // Fraction of the animation to actally show.
472 // Compute the |mDrawRect| to show.
502 public void show(Rect rect) { method in class:PopupZoomer

Completed in 5368 milliseconds

123456789