OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKViewGetWindow
(Results
1 - 12
of
12
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/API/C/gtk/
WKView.h
40
WK_EXPORT GtkWidget*
WKViewGetWindow
(WKViewRef view);
WKView.cpp
46
GtkWidget*
WKViewGetWindow
(WKViewRef viewRef)
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
WMCloseCallsUIClientClose.cpp
52
::SendMessageW(
WKViewGetWindow
(webView.platformView()), WM_CLOSE, 0, 0);
WMPrint.cpp
39
HWND window =
WKViewGetWindow
(webView.platformView());
ResizeViewWhileHidden.cpp
95
HWND window =
WKViewGetWindow
(webView.platformView());
/external/webkit/Tools/WebKitTestRunner/win/
PlatformWebViewWin.cpp
70
::SetWindowPos(
WKViewGetWindow
(m_view), 0, 0, 0, width, height, SWP_NOMOVE | SWP_NOZORDER | SWP_NOACTIVATE | SWP_NOCOPYBITS);
80
::SetFocus(::
WKViewGetWindow
(m_view));
/external/webkit/Tools/TestWebKitAPI/win/
PlatformWebViewWin.cpp
82
::SetWindowPos(
WKViewGetWindow
(m_view), 0, 0, 0, width, height, SWP_NOMOVE | SWP_NOZORDER | SWP_NOACTIVATE | SWP_NOCOPYBITS);
87
HWND window =
WKViewGetWindow
(m_view);
97
HWND window =
WKViewGetWindow
(m_view);
105
HWND window =
WKViewGetWindow
(m_view);
114
HWND window =
WKViewGetWindow
(m_view);
/external/webkit/Tools/MiniBrowser/gtk/
main.c
101
gtk_box_pack_start(GTK_BOX(vbox),
WKViewGetWindow
(webView), TRUE, TRUE, 0);
133
gtk_widget_grab_focus(
WKViewGetWindow
(webView));
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKView.cpp
45
HWND
WKViewGetWindow
(WKViewRef viewRef)
WKView.h
63
WK_EXPORT HWND
WKViewGetWindow
(WKViewRef view);
/external/webkit/Tools/MiniBrowser/win/
BrowserView.cpp
135
HWND webViewWindow =
WKViewGetWindow
(m_webView);
BrowserWindow.cpp
222
HWND webViewWindow =
WKViewGetWindow
(m_browserView.webView());
Completed in 36 milliseconds