Searched defs:hide (Results 1 - 25 of 77) sorted by relevance

1234

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DSelectPopup.java18 public void hide(); method in interface:SelectPopup
H A DSelectPopupDropdown.java43 hide();
85 public void hide() { method in class:SelectPopupDropdown
H A DSelectPopupDialog.java137 public void hide() { method in class:SelectPopupDialog
H A DPastePopupMenu.java92 public void hide() { method in class:PastePopupMenu
106 hide();
/external/pdfium/fpdfsdk/src/javascript/
H A Dconsole.cpp28 JS_STATIC_METHOD_ENTRY(hide, 0)
53 FX_BOOL console::hide(OBJ_METHOD_PARAMS) function in class:console
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DInterp.java53 Set<Integer> hide = new HashSet<Integer>(); field in class:Interp.FilteringTokenStream
56 if ( hide.contains(get(i).getType()) ) get(i).setChannel(Token.HIDDEN_CHANNEL);
59 hide.add(ttype);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
H A Doverlay_widget.js51 cvox.OverlayWidget.prototype.hide = function(opt_noSync) {
53 goog.base(this, 'hide');
H A Dselect_widget.js56 cvox.SelectWidget.prototype.hide = function(opt_noSync) {
60 goog.base(this, 'hide', true);
H A Dwidget.js76 this.hide(true);
103 * Visual/aural hide of this widget.
108 cvox.Widget.prototype.hide = function(opt_noSync) {
131 this.hide();
164 this.hide();
168 this.hide();
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupMenuChromium.cpp53 hide();
65 void PopupMenuChromium::hide() function in class:blink::PopupMenuChromium
68 m_popup->hide();
H A DExternalPopupMenu.cpp112 void ExternalPopupMenu::hide() function in class:blink::ExternalPopupMenu
128 hide();
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dvim_signs.py59 def hide(self): member in class:VimSign
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dshare_dialog.js148 this.hide();
178 ShareDialog.prototype.hide = function(opt_onHide) {
202 FileManagerDialogBase.prototype.hide.call(
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
H A Dloupe.js51 function hide(event) { self.hide(); }
52 $('loupe-close').addEventListener('click', hide);
70 Loupe.prototype.hide = function()
/external/chromium_org/ui/aura/test/
H A Dtest_cursor_client.h29 // Set whether or not to hide cursor on key events.
30 void set_should_hide_cursor_on_key_event(bool hide) { argument
31 should_hide_cursor_on_key_event_ = hide;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dbreadcrumbs_controller.js250 BreadcrumbsController.prototype.hide = function() {
H A Dfile_manager_dialog_base.js113 FileManagerDialogBase.prototype.hide = function(opt_onHide) {
114 cr.ui.dialogs.BaseDialog.prototype.hide.call(
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DPropertyEditorPresentation.java40 public abstract void hide(PropertyTable propertyTable, Property property); method in class:PropertyEditorPresentation
H A DCompoundPropertyEditorPresentation.java65 public void hide(PropertyTable propertyTable, Property property) { method in class:CompoundPropertyEditorPresentation
67 presentation.hide(propertyTable, property);
/external/chromium_org/ash/system/
H A Dstatus_area_widget.cc107 // If the shelf is currently visible, don't hide the shelf if the mouse
181 void StatusAreaWidget::SetHideSystemNotifications(bool hide) { argument
183 system_tray_->SetHideNotifications(hide);
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DMediaControlElementTypes.cpp82 void MediaControlElement::hide() function in class:blink::MediaControlElement
/external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
H A DAutofillPopup.java118 public void hide() { method in class:AutofillPopup
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
H A DAutofillPopupBridge.java67 private void hide() { method in class:AutofillPopupBridge
68 if (mAutofillPopup != null) mAutofillPopup.hide();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DHelpScreen.js65 closeButton.addEventListener("click", this.hide.bind(this), false);
76 visibleHelpScreen.hide();
83 hide: function()
111 this.hide();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DProgressIndicator.js57 hide: function()
69 this.hide();

Completed in 540 milliseconds

1234