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

/macosx-10.9.5/WebCore-7537.78.1/page/
H A DContextMenuController.cpp1170 bool shouldCheck = false; local
1177 shouldCheck = false;
1183 shouldCheck = frame->editor().selectionHasStyle(CSSPropertyDirection, direction) != FalseTriState;
1189 shouldCheck = command.state() == TrueTriState;
1195 shouldCheck = command.state() == TrueTriState;
1201 shouldCheck = command.state() == TrueTriState;
1243 shouldCheck = frame->editor().selectionHasStyle(CSSPropertyWebkitTextDecorationsInEffect, "underline") != FalseTriState;
1252 shouldCheck = true;
1256 shouldCheck = frame->editor().selectionHasStyle(CSSPropertyFontStyle, "italic") != FalseTriState;
1261 shouldCheck
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DContextMenuItemGtk.cpp253 void ContextMenuItem::setChecked(bool shouldCheck) argument
257 gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(action), shouldCheck); local
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.cpp1286 int shouldCheck = (++it)->u.operand; local
1287 out.printf("[%4d] new_func\t\t %s, f%d, %s", location, registerName(exec, r0).data(), f0, shouldCheck ? "<Checked>" : "<Unchecked>");

Completed in 186 milliseconds