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

  /external/webkit/Source/WebKit2/Shared/API/c/gtk/
WKBaseGtk.h 37 typedef const struct OpaqueWKView* WKViewRef;
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKView.h 44 typedef void (*WKViewRegisterEditCommandCallback)(WKViewRef, WKEditCommandRef, WKViewUndoType undoOrRedo, const void *clientInfo);
45 typedef void (*WKViewClearAllEditCommandsCallback)(WKViewRef, const void *clientInfo);
46 typedef bool (*WKViewCanUndoRedoCallback)(WKViewRef, WKViewUndoType undoOrRedo, const void *clientInfo);
47 typedef void (*WKViewExecuteUndoRedoCallback)(WKViewRef, WKViewUndoType undoOrRedo, const void *clientInfo);
61 WK_EXPORT WKViewRef WKViewCreate(RECT rect, WKContextRef context, WKPageGroupRef pageGroup, HWND parentWindow);
63 WK_EXPORT HWND WKViewGetWindow(WKViewRef view);
65 WK_EXPORT WKPageRef WKViewGetPage(WKViewRef view);
67 WK_EXPORT void WKViewSetViewUndoClient(WKViewRef view, const WKViewUndoClient* client);
68 WK_EXPORT void WKViewReapplyEditCommand(WKViewRef view, WKEditCommandRef command);
69 WK_EXPORT void WKViewUnapplyEditCommand(WKViewRef view, WKEditCommandRef command)
    [all...]
WKViewPrivate.cpp 34 void WKViewSetOverrideCursor(WKViewRef viewRef, HCURSOR overrideCursor)
WKView.cpp 39 WKViewRef WKViewCreate(RECT rect, WKContextRef contextRef, WKPageGroupRef pageGroupRef, HWND parentWindow)
45 HWND WKViewGetWindow(WKViewRef viewRef)
50 WKPageRef WKViewGetPage(WKViewRef viewRef)
55 void WKViewSetParentWindow(WKViewRef viewRef, HWND hostWindow)
60 void WKViewWindowAncestryDidChange(WKViewRef viewRef)
65 void WKViewSetIsInWindow(WKViewRef viewRef, bool isInWindow)
70 void WKViewSetInitialFocus(WKViewRef viewRef, bool forward)
75 void WKViewSetScrollOffsetOnNextResize(WKViewRef viewRef, WKSize scrollOffset)
80 void WKViewSetFindIndicatorCallback(WKViewRef viewRef, WKViewFindIndicatorCallback callback, void* context)
85 WKViewFindIndicatorCallback WKViewGetFindIndicatorCallback(WKViewRef viewRef, void** context
    [all...]
WKViewPrivate.h 36 WK_EXPORT void WKViewSetOverrideCursor(WKViewRef viewRef, HCURSOR overrideCursor);
WKAPICastWin.h 42 WK_ADD_API_MAPPING(WKViewRef, WebView)
  /external/webkit/Source/WebKit2/UIProcess/API/C/gtk/
WKAPICastGtk.h 38 WK_ADD_API_MAPPING(WKViewRef, WebView)
WKView.h 38 WK_EXPORT WKViewRef WKViewCreate(WKContextRef context, WKPageGroupRef pageGroup);
40 WK_EXPORT GtkWidget* WKViewGetWindow(WKViewRef view);
42 WK_EXPORT WKPageRef WKViewGetPage(WKViewRef view);
WKView.cpp 40 WKViewRef WKViewCreate(WKContextRef contextRef, WKPageGroupRef pageGroupRef)
46 GtkWidget* WKViewGetWindow(WKViewRef viewRef)
51 WKPageRef WKViewGetPage(WKViewRef viewRef)
  /external/webkit/Source/WebKit2/Shared/API/c/win/
WKBaseWin.h 33 typedef const struct OpaqueWKView* WKViewRef;
  /external/webkit/Tools/MiniBrowser/win/
BrowserView.h 43 WKViewRef webView() const { return m_webView; }
46 WKViewRef m_webView;
  /external/webkit/Tools/MiniBrowser/gtk/
main.c 33 WKViewRef webView = g_object_get_data(G_OBJECT(entry), "web-view");
43 static void goBackCallback(GtkWidget *widget, WKViewRef webView)
48 static void goForwardCallback(GtkWidget *widget, WKViewRef webView)
53 static GtkWidget *createToolbar(GtkWidget *uriEntry, WKViewRef webView)
86 static WKViewRef createWebView()
91 static GtkWidget *createWindow(WKViewRef webView)
126 WKViewRef webView = createWebView();
  /external/webkit/Tools/WebKitTestRunner/
PlatformWebView.h 47 typedef WKViewRef PlatformWKView;
  /external/webkit/Tools/TestWebKitAPI/
PlatformWebView.h 46 typedef WKViewRef PlatformWKView;
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
HideFindIndicator.cpp 42 static void findIndicatorCallback(WKViewRef, HBITMAP selectionBitmap, RECT, bool, void*)

Completed in 436 milliseconds