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

  /external/webkit/Source/WebKit2/Shared/API/c/win/
WKBaseWin.h 34 typedef const struct OpaqueWKEditCommand* WKEditCommandRef;
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKAPICastWin.h 43 WK_ADD_API_MAPPING(WKEditCommandRef, WebEditCommandProxy)
WKView.h 44 typedef void (*WKViewRegisterEditCommandCallback)(WKViewRef, WKEditCommandRef, WKViewUndoType undoOrRedo, const void *clientInfo);
68 WK_EXPORT void WKViewReapplyEditCommand(WKViewRef view, WKEditCommandRef command);
69 WK_EXPORT void WKViewUnapplyEditCommand(WKViewRef view, WKEditCommandRef command);
WKView.cpp 97 void WKViewReapplyEditCommand(WKViewRef viewRef, WKEditCommandRef command)
102 void WKViewUnapplyEditCommand(WKViewRef viewRef, WKEditCommandRef command)

Completed in 246 milliseconds