Home | History | Annotate | Download | only in api

Lines Matching full:checkbox

196         "description": "Retrieves the state of the extension's access to Incognito-mode (as determined by the user-controlled 'Allowed in Incognito' checkbox.",
215 "description": "Retrieves the state of the extension's access to the 'file://' scheme (as determined by the user-controlled 'Allow access to File URLs' checkbox.",
293 "enum": ["button", "checkbox", "combobox", "link", "menu", "menuitem", "radiobutton", "tab", "textbox", "window"]
317 "description": "Information about the state of a checkbox.",
319 "isChecked": {"type": "boolean", "description": "True if this checkbox is checked."}
465 "description": "Fired when a control's action is taken, like pressing a button or toggling a checkbox.",
2818 "enum": ["normal", "checkbox", "radio", "separator"],
2830 "description": "The initial state of a checkbox or radio item: true for selected and false for unselected. Only one radio item can be selected at a time in a given group of radio items."
2904 "enum": ["normal", "checkbox", "radio", "separator"],