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

  /external/webkit/WebKit/chromium/public/
WebContextMenuData.h 116 CanRedo = 0x2,
  /external/webkit/WebKit/wx/
WebFrame.h 115 bool CanRedo();
WebFrame.cpp 286 if (m_impl->frame && m_impl->frame->editor() && CanRedo())
298 bool wxWebFrame::CanRedo()
301 return m_impl->frame->editor()->canRedo();
  /external/webkit/WebKit/chromium/src/
ContextMenuClientImpl.cpp 232 if (m_webView->focusedWebCoreFrame()->editor()->canRedo())
233 data.editFlags |= WebContextMenuData::CanRedo;

Completed in 879 milliseconds