Searched defs:checked (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/Net-DNS/
H A Dnetdns.c92 int len = -1, checked = 0; local
/macosx-10.9.5/Libinfo-449.1.3/dns.subproj/
H A Dres_comp.c84 int len = -1, checked = 0; local
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DContextMenuItem.cpp46 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked) argument
55 ContextMenuItem::ContextMenuItem(ContextMenuAction action, const String& title, bool enabled, bool checked, const Vector<ContextMenuItem>& subMenuItems) argument
100 void ContextMenuItem::setChecked(bool checked) argument
105 bool ContextMenuItem::checked() const function in class:WebCore::ContextMenuItem
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebContextMenuItemData.h58 bool checked() const { return m_checked; } function in class:WebKit::WebContextMenuItemData
H A DWebContextMenuItemData.cpp50 WebContextMenuItemData::WebContextMenuItemData(WebCore::ContextMenuItemType type, WebCore::ContextMenuAction action, const String& title, bool enabled, bool checked) argument
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSInspectorFrontendHostCustom.cpp97 JSValue checked = item->get(exec, Identifier(exec, "checked")); local
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DInputType.h73 bool checked; member in struct:WebCore::ClickHandlingState
H A DHTMLInputElement.h141 bool checked() const { return m_isChecked; } function in class:WebCore::HTMLInputElement
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKContextMenuItem.cpp60 WKContextMenuItemRef WKContextMenuItemCreateAsCheckableAction(WKContextMenuItemTag tag, WKStringRef title, bool enabled, bool checked) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_context_menu_item.cpp53 EwkContextMenuItem::EwkContextMenuItem(Ewk_Context_Menu_Item_Type type, Ewk_Context_Menu_Item_Action action, const char* title, Eina_Bool checked, Eina_Bool enabled, PassRefPtr<EwkContextMenu> subMenu, EwkContextMenu* parentMenu) argument
64 Ewk_Context_Menu_Item* ewk_context_menu_item_new(Ewk_Context_Menu_Item_Type type, Ewk_Context_Menu_Item_Action action, const char* title, Eina_Bool checked, Eina_Bool enabled) argument
131 Eina_Bool ewk_context_menu_item_checked_set(Ewk_Context_Menu_Item* item, Eina_Bool checked) argument
H A Dewk_context_menu_item_private.h49 static PassOwnPtr<EwkContextMenuItem> create(Ewk_Context_Menu_Item_Type type, Ewk_Context_Menu_Item_Action action, const char* title, Eina_Bool checked, Eina_Bool enabled, PassRefPtr<EwkContextMenu> subMenu = 0, EwkContextMenu* parentMenu = 0) argument
63 bool checked() const { return m_isChecked; } function in class:EwkContextMenuItem
64 void setChecked(bool checked) { m_isChecked = checked; } argument
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DContextMenuItemGtk.cpp122 static PlatformMenuItemDescription createPlatformMenuItemDescription(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked) argument
132 gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(platformAction.get()), checked); local
174 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked) argument
179 ContextMenuItem::ContextMenuItem(ContextMenuAction action, const String& title, bool enabled, bool checked, Vector<ContextMenuItem>& subMenuItems) argument
260 bool ContextMenuItem::checked() const function in class:WebCore::ContextMenuItem
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/
H A Dtest_ewk2_context_menu.cpp44 static inline void checkBasicContextMenuItem(Ewk_Context_Menu_Item* item, Ewk_Context_Menu_Item_Type type, Ewk_Context_Menu_Item_Action action, const char* title, Eina_Bool checked, Eina_Bool enabled) argument
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dentities.h59 int checked; /* was the entity content checked */ member in struct:_xmlEntity
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dentities.h59 int checked; /* was the entity content checked */ member in struct:_xmlEntity
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_contextmenu.cpp58 bool checked : 1; member in struct:_Ewk_Context_Menu_Item
190 Eina_Bool ewk_context_menu_item_checked_set(Ewk_Context_Menu_Item* item, Eina_Bool checked) argument
103 ewk_context_menu_item_new(Ewk_Context_Menu_Item_Type type, Ewk_Context_Menu_Action action, Ewk_Context_Menu* parentMenu, Ewk_Context_Menu* submenu, const char* title, Eina_Bool checked, Eina_Bool enabled) argument
/macosx-10.9.5/libresolv-54/
H A Dns_name.c389 int n, len, checked, l; local
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqgraphicswebview.cpp807 void QGraphicsWebView::triggerPageAction(QWebPage::WebAction action, bool checked) argument
H A Dqwebview.cpp511 void QWebView::triggerPageAction(QWebPage::WebAction action, bool checked) argument
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dauthors.el
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMHTMLClasses.cpp1063 HRESULT STDMETHODCALLTYPE DOMHTMLInputElement::checked( function in class:DOMHTMLInputElement
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclEncoding.c2638 int checked, i; local
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dcpuid.c1039 static int checked = 0; local
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dflyspell.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h607 @property BOOL checked; variable

Completed in 316 milliseconds

12