Searched defs:webView (Results 26 - 50 of 135) sorted by relevance

123456

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DWebColorChooserProxyQt.h47 static PassRefPtr<WebColorChooserProxy> create(WebColorChooserProxy::Client* client, QQuickWebView* webView, const WebCore::Color& initialColor, const WebCore::IntRect& elementRect) argument
H A DWebPopupMenuProxyQt.h53 static PassRefPtr<WebPopupMenuProxyQt> create(WebPopupMenuProxy::Client* client, QQuickWebView* webView) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h50 virtual void* webView() const { return 0; } function in class:WebKit::WebChromeClient
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DEditorClientGtk.h67 WebKitWebView* webView() { return m_webView; } function in class:WebKit::EditorClient
H A DWebViewInputMethodFilter.cpp45 void WebViewInputMethodFilter::setWebView(WebKitWebView* webView) argument
H A DAcceleratedCompositingContext.h47 static PassOwnPtr<AcceleratedCompositingContext> create(WebKitWebView* webView) argument
H A DAcceleratedCompositingContextCairo.cpp41 AcceleratedCompositingContext::AcceleratedCompositingContext(WebKitWebView* webView) argument
H A DChromeClientGtk.h165 WebKitWebView* webView() { return m_webView; } function in class:WebKit::ChromeClient
H A DDragClientGtk.cpp46 DragClient::DragClient(WebKitWebView* webView) argument
79 WebKitWebView* webView = webkit_web_frame_get_web_view(kit(frame)); local
H A DGeolocationClientGtk.cpp40 GeolocationClient::GeolocationClient(WebKitWebView* webView) argument
H A DGtkAdjustmentWatcher.cpp33 GtkAdjustmentWatcher::GtkAdjustmentWatcher(WebKitWebView* webView) argument
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitviewportattributesprivate.h31 WebKitWebView* webView; member in struct:_WebKitViewportAttributesPrivate
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DContextMenuClientWinCE.cpp35 ContextMenuClientWinCE::ContextMenuClientWinCE(WebView *webView) argument
H A DInspectorClientWinCE.cpp34 InspectorClientWinCE::InspectorClientWinCE(WebView* webView) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebViewBaseInputMethodFilter.cpp34 void WebViewBaseInputMethodFilter::setWebView(WebKitWebViewBase* webView) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/tests/inspectorserver/
H A Dtst_inspectorserver.cpp95 inline QQuickWebView* tst_InspectorServer::webView() const function in class:tst_InspectorServer
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/tests/
H A Dutil.cpp77 bool waitForLoadSucceeded(QQuickWebView* webView, int timeout) argument
93 bool waitForLoadFailed(QQuickWebView* webView, int timeout) argument
109 bool waitForViewportReady(QQuickWebView* webView, int timeout) argument
116 LoadSpy::LoadSpy(QQuickWebView* webView) argument
129 LoadStartedCatcher::LoadStartedCatcher(QQuickWebView* webView) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebFullScreenManagerProxy.cpp56 void WebFullScreenManagerProxy::setWebView(PlatformWebView* webView) argument
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-CoreLocation/Examples/WhereIsMyMac/
H A DWhereIsMyMacAppDelegate.py21 webView = objc.IBOutlet() variable in class:WhereIsMyMacAppDelegate
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.h54 Evas_Object* webView() const { return m_view; } function in class:WebCore::FrameLoaderClientEfl
/macosx-10.9.5/WebKit-7537.78.2/gtk/tests/
H A Dtestdomnode.c32 GtkWidget* webView; member in struct:__anon5562
H A Dtesthittestresult.c34 WebKitWebView* webView; member in struct:__anon5564
73 load_status_cb(WebKitWebView* webView, argument
[all...]
H A Dtestwebbackforwardlist.c27 WebKitWebView* webView; local
109 WebKitWebView* webView; local
199 WebKitWebView* webView; local
270 WebKitWebView* webView; local
[all...]
H A Dtestwebframe.c31 static void createFrameSignalTestFrameCreatedCallback(WebKitWebView* webView, WebKitWebFrame* frame, gpointer data) argument
45 GtkWidget* webView; local
60 gtk_container_add(GTK_CONTAINER(window), webView); local
75 GtkWidget *webView; local
88 gtk_container_add(GTK_CONTAINER(window), webView); local
96 WebKitWebView* webView; local
120 print_requested_cb(WebKitWebView* webView, WebKitWebFrame* webFrame, GMainLoop* loop) argument
135 WebKitWebView* webView; local
[all...]
H A Dtestwebinspector.c40 static gboolean consoleMessageCallback(WebKitWebView* webView, const char* message, unsigned int line, const char* sourceId) argument
78 static void loadFinished(WebKitWebView *webView, WebKitWebFrame *frame, gboolean *isLoadFinished) argument
87 WebKitWebView *webView = WEBKIT_WEB_VIEW(webkit_web_view_new()); local
130 WebKitWebView *webView = WEBKIT_WEB_VIEW(webkit_web_view_new()); local
[all...]

Completed in 433 milliseconds

123456