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

123

/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/content/public/android/java/src/org/chromium/content/browser/
H A DContentVideoViewControls.java33 * the controls until hide() is called.
40 public void hide(); method in interface:ContentVideoViewControls
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DCursorController.java17 void hide(); method in interface:CursorController
H A DSelectPopupDialog.java212 hide(null);
223 public static void hide(ContentViewCore contentView) { method in class:SelectPopupDialog
H A DInsertionHandleController.java52 hide();
121 hide();
126 public void hide() { method in class:InsertionHandleController
128 if (mHandle != null) mHandle.hide();
255 void hide() { method in class:InsertionHandleController.PastePopupMenu
268 hide();
H A DSelectionHandleController.java47 hide();
57 public void hide() { method in class:SelectionHandleController
59 if (mStartHandle != null) mStartHandle.hide();
60 if (mEndHandle != null) mEndHandle.hide();
66 hide();
113 hide();
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupMenuChromium.cpp67 hide();
81 void PopupMenuChromium::hide() function in class:WebCore::PopupMenuChromium
84 m_popup->hide();
H A DExternalPopupMenu.cpp66 hide();
82 void ExternalPopupMenu::hide() function in class:WebKit::ExternalPopupMenu
98 hide();
/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/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);
H A DButtonPropertyEditorPresentation.java78 public final void hide(PropertyTable propertyTable, Property property) { method in class:ButtonPropertyEditorPresentation
79 m_impl.hide(propertyTable, property);
H A DButtonPropertyEditorPresentationImpl.java53 public final void hide(PropertyTable propertyTable, Property property) { method in class:ButtonPropertyEditorPresentationImpl
/external/chromium_org/ash/system/
H A Dstatus_area_widget.cc81 // If the launcher is currently visible, don't hide the launcher if the mouse
119 void StatusAreaWidget::SetHideSystemNotifications(bool hide) { argument
121 system_tray_->SetHideNotifications(hide);
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Dbreadcrumbs_controller.js29 * Whether to hide the last part of the path.
30 * @param {boolean} value True if hide.
257 BreadcrumbsController.prototype.hide = function() {
H A Dshare_dialog.js143 this.hide();
168 this.hide();
176 ShareDialog.prototype.hide = function() {
190 cr.ui.dialogs.BaseDialog.prototype.hide.call(this);
211 this.hide();
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
H A DAutofillPopupGlue.java51 private void hide() { method in class:AutofillPopupGlue
52 mAutofillPopup.hide();
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/
H A Dimporting_dialog.js122 ImportingDialog.prototype.hide = function(opt_onHide) {
125 cr.ui.dialogs.BaseDialog.prototype.hide.call(this, opt_onHide);
134 this.hide();
142 this.hide();
160 this.hide();
204 this.hide();
H A Dselect_album_dialog.js160 SelectAlbumDialog.prototype.hide = function() {
172 this.hide();
192 this.hide();
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DMediaControlElementTypes.cpp75 void MediaControlElement::hide() function in class:WebCore::MediaControlElement
88 // Following the code from show() and hide() above, we only have
H A DMediaControls.cpp99 m_panelMuteButton->hide();
103 m_volumeSlider->hide();
116 m_fullScreenButton->hide();
129 m_panelMuteButton->hide();
130 m_volumeSlider->hide();
134 m_toggleClosedCaptionsButton->hide();
137 m_fullScreenButton->hide();
152 void MediaControls::hide() function in class:WebCore::MediaControls
155 m_panel->hide();
245 m_toggleClosedCaptionsButton->hide();
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DHelpScreen.js66 closeButton.addEventListener("click", this.hide.bind(this), false);
77 visibleHelpScreen.hide();
83 hide: function()
110 this.hide();
137 WebInspector.debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.GlobalObjectCleared, this.hide, this);
146 WebInspector.debuggerModel.removeEventListener(WebInspector.DebuggerModel.Events.GlobalObjectCleared, this.hide, this);
H A DProgressIndicator.js62 hide: function()
74 this.hide();
H A DSidebarOverlay.js84 hide: function()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb173 def hide!

Completed in 442 milliseconds

123