| /external/webkit/Source/WebKit/mac/WebCoreSupport/ |
| WebDeviceOrientationClient.h | 33 @class WebView; 36 // passed to the Page constructor by the WebView. It is a simple proxy to 37 // either the real or mock client which is passed to the WebView. It is 38 // required because the WebView must pass a client to the Page constructor, 43 WebDeviceOrientationClient(WebView*); 55 WebView* m_webView;
|
| /external/webkit/Source/WebKit/win/WebCoreSupport/ |
| WebGeolocationClient.h | 37 class WebView; 41 WebGeolocationClient(WebView*); 53 COMPtr<WebView> m_webView;
|
| WebContextMenuClient.h | 31 class WebView; 35 WebContextMenuClient(WebView*); 50 WebView* m_webView;
|
| WebDragClient.h | 31 class WebView; 35 WebDragClient(WebView*); 43 WebView* m_webView;
|
| /external/webkit/Source/WebKit/wince/WebCoreSupport/ |
| ContextMenuClientWinCE.h | 30 class WebView; 36 ContextMenuClientWinCE(WebView*); 52 WebView* m_webView;
|
| InspectorClientWinCE.h | 30 class WebView; 36 InspectorClientWinCE(WebView* webView); 54 WebView* m_inspectedWebView;
|
| /frameworks/base/core/tests/coretests/src/android/webkit/ |
| AccessibilityInjectorTestActivity.java | 26 private WebView mWebView; 32 mWebView = (WebView) findViewById(R.id.webview); 35 public WebView getWebView() {
|
| /cts/tests/src/android/text/ |
| EmojiStubActivity.java | 23 import android.webkit.WebView; 26 private WebView mWebView; 32 mWebView = (WebView) findViewById(R.id.web_page); 35 public WebView getWebView() {
|
| /cts/tests/src/android/webkit/cts/ |
| CookieSyncManagerStubActivity.java | 22 import android.webkit.WebView; 25 private WebView mWebView; 32 mWebView = new WebView(this); 48 public WebView getWebView(){
|
| WebViewStubActivity.java | 25 import android.webkit.WebView; 28 private WebView mWebView; 34 mWebView = (WebView) findViewById(R.id.web_page); 37 public WebView getWebView() {
|
| /external/webkit/Source/WebKit2/UIProcess/gtk/ |
| WebView.cpp | 29 #include "WebView.h" 48 void WebView::handleFocusInEvent(GtkWidget* widget) 58 void WebView::handleFocusOutEvent(GtkWidget* widget) 65 static void backspaceCallback(GtkWidget* widget, WebView* client) 71 static void selectAllCallback(GtkWidget* widget, gboolean select, WebView* client) 77 static void cutClipboardCallback(GtkWidget* widget, WebView* client) 83 static void copyClipboardCallback(GtkWidget* widget, WebView* client) 89 static void pasteClipboardCallback(GtkWidget* widget, WebView* client) 125 static void deleteFromCursorCallback(GtkWidget* widget, GtkDeleteType deleteType, gint count, WebView* client) 184 static void moveCursorCallback(GtkWidget* widget, GtkMovementStep step, gint count, gboolean extendSelection, WebView* client [all...] |
| /packages/apps/Browser/tests/src/com/android/browser/ |
| TestWebViewClient.java | 26 import android.webkit.WebView; 47 public boolean shouldOverrideUrlLoading(WebView view, String url) { 53 public void onPageStarted(WebView view, String url, Bitmap favicon) { 59 public void onPageFinished(WebView view, String url) { 65 public void onLoadResource(WebView view, String url) { 72 public void onTooManyRedirects(WebView view, Message cancelMsg, 79 public void onReceivedError(WebView view, int errorCode, 86 public void onFormResubmission(WebView view, Message dontResend, 93 public void doUpdateVisitedHistory(WebView view, String url, 100 public void onReceivedSslError(WebView view, SslErrorHandler handler [all...] |
| /external/chromium/webkit/glue/ |
| webview_unittest.cc | 6 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" 9 using WebKit::WebView; 15 WebView* view = test_shell_->webView();
|
| /external/webkit/Source/WebKit/chromium/public/ |
| WebAccessibilityCache.h | 38 class WebView; 50 virtual void initialize(WebView* view) = 0;
|
| /external/webkit/Source/WebKit/mac/Carbon/ |
| HIWebView.h | 47 @class WebView; 78 * Returns the WebKit WebView for a given HIWebView. 93 extern WebView *
|
| /external/webkit/Tools/DumpRenderTree/mac/ |
| NavigationController.h | 30 #import <WebKit/WebView.h> 38 - (void)webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame;
|
| DumpRenderTreeMac.h | 41 @class WebView; 49 class WebView; 66 WebView* createWebViewAndOffscreenWindow();
|
| /frameworks/base/core/java/android/webkit/ |
| WebViewClientClassicExt.java | 23 * These are not part of the public WebView API, so the class is hidden. 30 * resource, but the WebView chose to proceed anyway based on a 33 public void onProceededAfterSslError(WebView view, SslError error) { 44 * @param view The WebView that is initiating the callback. 49 public void onReceivedClientCertRequest(WebView view,
|
| /external/webkit/Source/WebKit/mac/WebView/ |
| WebResourceLoadDelegatePrivate.h | 35 @class WebView; 43 - (void)webView:(WebView *)webView didLoadResourceFromMemoryCache:(NSURLRequest *)request response:(NSURLResponse *)response length:(WebNSInteger)length fromDataSource:(WebDataSource *)dataSource; 44 - (BOOL)webView:(WebView *)webView resource:(id)identifier shouldUseCredentialStorageForDataSource:(WebDataSource *)dataSource; 48 @method webView:resource:canAuthenticateAgainstProtectionSpace:forDataSource: 53 - (BOOL)webView:(WebView *)sender resource:(id)identifier canAuthenticateAgainstProtectionSpace:(NSURLProtectionSpace *)pro (…) [all...] |
| WebTextCompletionController.h | 26 @class WebView; 31 WebView *_view; 39 - (id)initWithWebView:(WebView *)view HTMLView:(WebHTMLView *)htmlView;
|
| WebUIDelegatePrivate.h | 139 - (void)webView:(WebView *)webView addMessageToConsole:(NSDictionary *)message; 142 @method webView:addMessageToConsole:withSource: 143 @param webView The WebView sending the delegate method. 172 - (void)webView:(WebView *)webView addMessageToConsole:(NSDictionary *)message withSource:(NSString *)source; 174 - (NSView *)webView:(WebView *)webView plugInViewWithArguments:(NSDictionary *)arguments [all...] |
| /external/webkit/Source/WebKit/mac/DefaultDelegates/ |
| WebDefaultEditingDelegate.m | 36 #import <WebKit/WebView.h> 50 - (BOOL)webView:(WebView *)webView shouldShowDeleteInterfaceForElement:(DOMHTMLElement *)element 55 - (BOOL)webView:(WebView *)webView shouldBeginEditingInDOMRange:(DOMRange *)range 60 - (BOOL)webView:(WebView *)webView shouldEndEditingInDOMRange:(DOMRange *)rang [all...] |
| /packages/apps/Browser/src/com/android/browser/ |
| WebViewTimersControl.java | 20 import android.webkit.WebView; 23 * Centralised point for controlling WebView timers pausing and resuming. 53 private void resumeTimers(WebView wv) { 54 if (LOGD_ENABLED) Log.d(LOGTAG, "Resuming webview timers, view=" + wv); 60 private void maybePauseTimers(WebView wv) { 62 if (LOGD_ENABLED) Log.d(LOGTAG, "Pausing webview timers, view=" + wv); 67 public void onBrowserActivityResume(WebView wv) { 73 public void onBrowserActivityPause(WebView wv) { 79 public void onPrerenderStart(WebView wv) { 85 public void onPrerenderDone(WebView wv) [all...] |
| /development/samples/ApiDemos/src/com/example/android/apis/view/ |
| WebView1.java | 21 import android.webkit.WebView; 39 WebView wv; 41 wv = (WebView) findViewById(R.id.wv1);
|
| /external/webkit/Source/WebKit/win/ |
| WebNodeHighlight.h | 35 class WebView; 39 WebNodeHighlight(WebView*); 62 WebView* m_inspectedWebView;
|