OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebUndoClient
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/win/
WebUndoClient.cpp
27
#include "
WebUndoClient
.h"
35
void
WebUndoClient
::registerEditCommand(WebView* view, PassRefPtr<WebEditCommandProxy> prpCommand, WebPageProxy::UndoOrRedo undoOrRedo)
44
void
WebUndoClient
::clearAllEditCommands(WebView* view)
52
bool
WebUndoClient
::canUndoRedo(WebView* view, WebPageProxy::UndoOrRedo undoOrRedo)
60
void
WebUndoClient
::executeUndoRedo(WebView* view, WebPageProxy::UndoOrRedo undoOrRedo)
WebUndoClient.h
38
class
WebUndoClient
: public APIClient<WKViewUndoClient> {
WebView.h
33
#include "
WebUndoClient
.h"
218
WebUndoClient
m_undoClient;
Completed in 93 milliseconds