Lines Matching refs:WebView
57 class WebView : public WebWidget {
84 // Creates a WebView that is NOT yet initialized. You will need to
87 WEBKIT_API static WebView* create(WebViewClient*);
89 // After creating a WebView, you should immediately call this method.
103 // The returned pointer is valid for the lifetime of the WebView.
111 // Makes the WebView transparent. This is useful if you want to have
125 // Controls the WebView's active state, which may affect the rendering
214 // WebView (if there is such an image)
217 // Notifies the WebView that a drag has terminated.
222 // Notifies the WebView that a drag is going on.
227 // Notfies the WebView that the system drag and drop operation has ended.
231 // something on the WebView.
253 // Inspect a particular point in the WebView. (x = -1 || y = -1) is a
267 // be set once per WebView.
279 // Notifies the WebView that AutoFill suggestions are available for a node.
311 // Tells all WebView instances to update the visited link state for the
315 // Tells all WebView instances to update the visited state for all
352 // this WebView. One will be created if it doesn't already exist.
359 ~WebView() {}