HomeSort by relevance Sort by last modified time
    Searched defs:CanRedo (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/chromium/public/
WebContextMenuData.h 116 CanRedo = 0x2,
  /external/webkit/WebKit/wx/
WebFrame.cpp 286 if (m_impl->frame && m_impl->frame->editor() && CanRedo())
298 bool wxWebFrame::CanRedo()
301 return m_impl->frame->editor()->canRedo();

Completed in 322 milliseconds