Searched refs:isSelected (Results 1 - 25 of 62) sorted by relevance

123

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DAssistedNodeInformation.h61 , isSelected(false)
70 , isSelected(item.isSelected)
79 , isSelected(selected)
86 bool isSelected; member in struct:WebKit::OptionItem
H A DWebPopupItem.cpp56 WebPopupItem::WebPopupItem(Type type, const String& text, TextDirection textDirection, bool hasTextDirectionOverride, const String& toolTip, const String& accessibilityText, bool isEnabled, bool isLabel, bool isSelected) argument
65 , m_isSelected(isSelected)
116 bool isSelected;
117 if (!decoder.decode(isSelected))
120 item = WebPopupItem(type, text, textDirection, hasTextDirectionOverride, toolTip, accessibilityText, isEnabled, isLabel, isSelected);
H A DWebPopupItem.h47 WebPopupItem(Type, const String& text, WebCore::TextDirection, bool hasTextDirectionOverride, const String& toolTip, const String& accessibilityText, bool isEnabled, bool isLabel, bool isSelected);
H A DAssistedNodeInformation.cpp39 encoder << isSelected; local
52 if (!decoder.decode(result.isSelected))
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_popup_menu_item_private.h48 bool isSelected() const;
H A Dewk_popup_menu_item.cpp102 bool EwkPopupMenuItem::isSelected() const function in class:EwkPopupMenuItem
167 return item->isSelected();
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nscollectionview.py6 self.failUnlessResultIsBOOL(NSCollectionViewItem.isSelected)
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DRadioButtonNavigationItem.js89 var isSelected = this.selected;
91 if (!isSelected) {
100 if (!isSelected) {
H A DScopeBar.js72 var isSelected = item.selected;
74 if (!isSelected)
81 if (!isSelected)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-PreferencePanes/PyObjCTest/
H A Dtest_nspreferencepane.py21 self.failUnlessResultIsBOOL(NSPreferencePane.isSelected)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-PreferencePanes/PyObjCTest/
H A Dtest_nspreferencepane.py21 self.assertResultIsBOOL(NSPreferencePane.isSelected)
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityMenuListOption.cpp67 return !m_parent->isOffScreen() || isSelected();
76 bool AccessibilityMenuListOption::isSelected() const function in class:WebCore::AccessibilityMenuListOption
H A DAccessibilityMenuListOption.h54 virtual bool isSelected() const override;
H A DAccessibilityListBox.cpp96 if (listBoxOption->isSelected())
116 if (toAccessibilityListBoxOption(child.get())->isSelected())
H A DAccessibilityListBoxOption.cpp79 bool AccessibilityListBoxOption::isSelected() const function in class:WebCore::AccessibilityListBoxOption
191 bool isOptionSelected = isSelected();
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DWidgetGtk.cpp87 void Widget::setIsSelected(bool isSelected) argument
99 g_object_set(platformWidget(), "webkit-widget-is-selected", isSelected, NULL);
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebPlugin.h89 - (void)webPlugInSetIsSelected:(BOOL)isSelected;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/efl/
H A DWKPopupItem.cpp93 return toImpl(itemRef)->isSelected();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DWebPopupItemEfl.h53 bool isSelected() const { return m_data.m_isSelected; } function in class:WebKit::WebPopupItemEfl
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundleHitTestResult.h64 bool isSelected() const;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_ikimagebrowsercell.py25 self.assertResultIsBOOL(IKImageBrowserCell.isSelected)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nstablerowview.py12 self.assertResultIsBOOL(AppKit.NSTableRowView.isSelected)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-PreferencePanes-2.5.1/PyObjCTest/
H A Dtest_nspreferencepane.py32 self.assertResultIsBOOL(NSPreferencePane.isSelected)
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWidgetMac.mm52 - (void)setIsSelected:(BOOL)isSelected;
53 - (void)webPlugInSetIsSelected:(BOOL)isSelected;
258 void Widget::setIsSelected(bool isSelected)
264 [view webPlugInSetIsSelected:isSelected];
266 [view setIsSelected:isSelected];
/macosx-10.10/WebCore-7600.1.25/accessibility/atk/
H A DAXObjectCacheAtk.cpp176 bool isSelected = item->isSelected(); local
177 atk_object_notify_state_change(axItem, ATK_STATE_SELECTED, isSelected);
178 g_signal_emit_by_name(axItem, "focus-event", isSelected);
179 atk_object_notify_state_change(axItem, ATK_STATE_FOCUSED, isSelected);

Completed in 209 milliseconds

123