Searched refs:visible (Results 1 - 25 of 249) sorted by relevance

12345678910

/macosx-10.10/WebCore-7600.1.25/page/
H A DBarProp.idl32 readonly attribute boolean visible;
H A DPageVisibilityState.cpp39 DEPRECATED_DEFINE_STATIC_LOCAL(const String, visible, (ASCIILiteral("visible")));
45 return visible;
H A DBarProp.cpp49 bool BarProp::visible() const function in class:WebCore::BarProp
H A DBarProp.h48 bool visible() const;
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DFieldVisitor.java45 * @param visible <tt>true</tt> if the annotation is visible at runtime.
48 AnnotationVisitor visitAnnotation(String desc, boolean visible); argument
H A DClassAdapter.java80 final boolean visible)
82 return cv.visitAnnotation(desc, visible);
78 visitAnnotation( final String desc, final boolean visible) argument
H A DMethodVisitor.java68 * @param visible <tt>true</tt> if the annotation is visible at runtime.
71 AnnotationVisitor visitAnnotation(String desc, boolean visible); argument
78 * @param visible <tt>true</tt> if the annotation is visible at runtime.
84 boolean visible);
81 visitParameterAnnotation( int parameter, String desc, boolean visible) argument
/macosx-10.10/ruby-106/ruby/ext/win32ole/sample/
H A Die.rb4 ie.visible = TRUE
H A Dexcel3.rb6 application.visible = TRUE
H A Dexcel2.rb12 excel.visible = TRUE;
H A Dienavi.rb22 ie.visible = TRUE
H A Dienavi2.rb31 ie.visible = true
H A Dexcel1.rb5 application.visible = TRUE
/macosx-10.10/emacs-93/emacs/mac/src/
H A DEmacs.r124 OK, visible, silent,
126 OK, visible, silent,
128 OK, visible, silent,
130 OK, visible, silent
157 OK, visible, silent,
159 OK, visible, silent,
161 OK, visible, silent,
163 OK, visible, silent
/macosx-10.10/ruby-106/ruby/test/win32ole/
H A Dtest_word.rb49 @obj.visible = true
60 obj2.visible = true
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkAboutDlg.r37 visible,
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebCoreFullScreenPlaceholderView.h41 - (void)setExitWarningVisible:(BOOL)visible;
H A DWebCoreFullScreenPlaceholderView.mm76 - (void)setExitWarningVisible:(BOOL)visible
78 [_exitWarning.get() setHidden:!visible];
79 if (visible) {
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DHoverMenu.css37 .hover-menu.visible {
65 .hover-menu.visible > img {
H A DSidebarPanel.js67 get visible()
110 if (this.visible)
120 this._toolbarItem.activated = this.visible;
152 this._toolbarItem.activated = this.visible;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitUIClient.cpp95 virtual void setToolbarsAreVisible(WebPageProxy*, bool visible) override
97 webkitWindowPropertiesSetToolbarVisible(webkit_web_view_get_window_properties(m_webView), visible); variable
105 virtual void setMenuBarIsVisible(WebPageProxy*, bool visible) override
107 webkitWindowPropertiesSetToolbarVisible(webkit_web_view_get_window_properties(m_webView), visible); variable
115 virtual void setStatusBarIsVisible(WebPageProxy*, bool visible) override
117 webkitWindowPropertiesSetStatusbarVisible(webkit_web_view_get_window_properties(m_webView), visible); variable
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSITargetProberDocument.h73 - ( void ) setDrawerVisible: ( BOOL ) visible;
/macosx-10.10/WebCore-7600.1.25/platform/
H A DPopupMenuStyle.h46 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, bool isDisplayNone, bool hasDefaultAppearance, Length textIndent, TextDirection textDirection, bool hasTextDirectionOverride, BackgroundColorType backgroundColorType = DefaultBackgroundColor, PopupMenuType menuType = SelectPopup, PopupMenuSize menuSize = PopupMenuSizeNormal) argument
50 , m_visible(visible)
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DBackForwardEntry.js59 this.contentView.visible = true;
66 this.contentView.visible = false;
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dtransreg.h205 UBool visible,
216 UBool visible,
228 UBool visible,
239 UBool visible,
385 UBool visible);
389 UBool visible);
396 UBool visible);
440 * DAG of visible IDs by spec. Hashtable: source => (Hashtable:

Completed in 278 milliseconds

12345678910