Searched refs:onValue (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkMenu.c1883 char *onValue = Tcl_GetString(mePtr->onValuePtr);
1885 if (strcmp(value, onValue) == 0) {
2522 char *onValue;
2561 onValue = Tcl_GetString(mePtr->onValuePtr);
2562 if (strcmp(value, onValue) == 0) {
1872 char *onValue = Tcl_GetString(mePtr->onValuePtr); local
2504 char *onValue; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkMenu.c1900 char *onValue = Tcl_GetStringFromObj(mePtr->onValuePtr,
1904 if (strcmp(value, onValue) == 0) {
2552 char *onValue;
2591 onValue = Tcl_GetStringFromObj(mePtr->onValuePtr, NULL);
2592 if (strcmp(value, onValue) == 0) {
1889 char *onValue = Tcl_GetStringFromObj(mePtr->onValuePtr, local
2534 char *onValue; local
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditorCommand.cpp158 static bool executeToggleStyle(Frame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const char* offValue, const char* onValue) argument
166 styleIsPresent = frame.editor().selectionStartHasStyle(propertyID, onValue);
168 styleIsPresent = frame.editor().selectionHasStyle(propertyID, onValue) == TrueTriState;
170 RefPtr<EditingStyle> style = EditingStyle::create(propertyID, styleIsPresent ? offValue : onValue);

Completed in 179 milliseconds