Searched refs:checked (Results 76 - 100 of 223) sorted by relevance

123456789

/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/
H A DEngine.pm123 It defines how child processes are forked, checked and killed.
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DEngine.pm123 It defines how child processes are forked, checked and killed.
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/examples/
H A Dperltidyrc_dump.pl89 No .perltidyrc file found, use perltidy -dpro to see locations checked.
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/examples/
H A Dperltidyrc_dump.pl89 No .perltidyrc file found, use perltidy -dpro to see locations checked.
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DInputType.h73 bool checked; member in struct:WebCore::ClickHandlingState
H A DHTMLInputElement.cpp670 // Another radio button in the same group might be checked by state
671 // restore. We shouldn't call setChecked() even if this has the checked
785 bool checked = hasAttribute(checkedAttr); local
786 if (checked)
787 setChecked(checked);
884 if (checked() == nowChecked)
1759 return checked() && m_inputType->isCheckable();
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqwebpage_p.h145 void _q_webActionTriggered(bool checked);
H A Dqgraphicswebview.cpp803 \a checked state is assumed.
807 void QGraphicsWebView::triggerPageAction(QWebPage::WebAction action, bool checked) argument
809 page()->triggerAction(action, checked);
H A Dqwebview.cpp502 \a checked state is assumed.
511 void QWebView::triggerPageAction(QWebPage::WebAction action, bool checked) argument
513 page()->triggerAction(action, checked);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_context_menu.cpp167 wkItem = WKContextMenuItemCreateAsCheckableAction(getWKTagFromEwkAction(item->action()), adoptWK(WKStringCreateWithUTF8CString(item->title())).get(), item->enabled(), item->checked());
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitContextMenuItem.cpp98 item->priv->menuItem = WTF::adoptPtr(new ContextMenuItem(itemData->type(), itemData->action(), itemData->title(), itemData->enabled(), itemData->checked()));
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DFixDecompsNotes.txt171 sequence is being inserted, each character must be checked to see if it has
181 have to be checked for nonzero combining class; if so, they are reordered as
/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dpkt_rx1.s78 ; _pktRxBuf[n].rxBuffer[CX]. These values are checked in "PktReceive"
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/tablelist/
H A Dbwidget.tcl37 set checkedImg [image create photo -file [file join $dir checked.gif]]
H A Dbwidget_tile.tcl36 set checkedImg [image create photo -file [file join $dir checked.gif]]
H A Diwidgets.tcl42 set checkedImg [image create photo -file [file join $dir checked.gif]]
H A Diwidgets_tile.tcl42 set checkedImg [image create photo -file [file join $dir checked.gif]]
H A DmiscWidgets.tcl45 set checkedImg [image create photo -file [file join $dir checked.gif]]
H A DmiscWidgets_tile.tcl44 set checkedImg [image create photo -file [file join $dir checked.gif]]
H A DtileWidgets.tcl27 set checkedImg [image create photo -file [file join $dir checked.gif]]
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebPageAdapter.cpp830 if (it.checked())
955 void QWebPageAdapter::updateActionInternal(QWebPageAdapter::MenuAction action, const char* commandName, bool* enabled, bool* checked) argument
977 *checked = false;
986 *checked = command.state() != FalseTriState;
988 *checked = false;
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DThemeMac.mm187 bool checked = states & CheckedState;
189 if (oldIndeterminate != indeterminate || checked != oldChecked)
190 [cell setState:indeterminate ? NSMixedState : (checked ? NSOnState : NSOffState)];
192 // Window inactive state does not need to be checked explicitly, since we paint parented to
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclEncoding.c3063 int checked, i;
3073 checked = 0;
3076 checked++;
3094 checked++;
3113 checked++;
3137 * checked all the sequences, then it's a syntax error, otherwise
3141 if ((checked == dataPtr->numSubTables + 2)
3025 int checked, i; local
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclEncoding.c2669 int checked, i;
2679 checked = 0;
2681 checked++;
2698 checked++;
2717 checked++;
2740 * checked all the sequences, then it's a syntax error,
2744 if ((checked == dataPtr->numSubTables + 2)
2638 int checked, i; local
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dfortran.vim32 " are checked. Increase the limit below if you keep lots of comments at

Completed in 147 milliseconds

123456789