OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanUndo
(Results
1 - 4
of
4
) sorted by null
/external/webkit/WebKit/chromium/public/
WebContextMenuData.h
115
CanUndo
= 0x1,
/external/webkit/WebKit/wx/
WebFrame.h
114
bool
CanUndo
();
WebFrame.cpp
280
if (m_impl->frame && m_impl->frame->editor() &&
CanUndo
())
290
bool wxWebFrame::
CanUndo
()
293
return m_impl->frame->editor()->
canUndo
();
/external/webkit/WebKit/chromium/src/
ContextMenuClientImpl.cpp
230
if (m_webView->focusedWebCoreFrame()->editor()->
canUndo
())
231
data.editFlags |= WebContextMenuData::
CanUndo
;
Completed in 487 milliseconds