HomeSort by relevance Sort by last modified time
    Searched refs:shouldCheck (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/wx/
ContextMenuItemWx.cpp 100 void ContextMenuItem::setChecked(bool shouldCheck)
102 m_platformDescription.checked = shouldCheck;
  /external/webkit/WebCore/platform/
ContextMenu.cpp 569 bool shouldCheck = false;
576 shouldCheck = false;
585 shouldCheck = frame->editor()->selectionHasStyle(style.get()) != FalseTriState;
591 shouldCheck = command.state() == TrueTriState;
597 shouldCheck = command.state() == TrueTriState;
603 shouldCheck = command.state() == TrueTriState;
634 shouldCheck = frame->editor()->selectionHasStyle(style.get()) != FalseTriState;
644 shouldCheck = true;
652 shouldCheck = frame->editor()->selectionHasStyle(style.get()) != FalseTriState;
660 shouldCheck = frame->editor()->selectionHasStyle(style.get()) != FalseTriState
    [all...]
  /external/webkit/WebCore/platform/gtk/
ContextMenuItemGtk.cpp 241 void ContextMenuItem::setChecked(bool shouldCheck)
243 m_platformDescription.checked = shouldCheck;

Completed in 15 milliseconds