/external/webkit/Tools/DumpRenderTree/chromium/ |
TextInputController.cpp | 41 #include "WebView.h" 75 return testShell->webView()->mainFrame(); 85 testShell->webView()->confirmComposition(WebString::fromUTF8(arguments[0].toString())); 107 testShell->webView()->setComposition(WebString::fromUTF8(arguments[0].toString()), 118 testShell->webView()->confirmComposition(); 231 WebView* view = getMainFrame() ? getMainFrame()->view() : 0;
|
WebPreferences.h | 39 class WebView; 86 void applyTo(WebKit::WebView*);
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.webkit.WebViewClient.html | 86 <A NAME="android.webkit.WebViewClient.onReceivedSslError_added(android.webkit.WebView, android.webkit.SslErrorHandler, android.net.http.SslError)"></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebViewClient.html#onReceivedSslError(android.webkit.WebView, android.webkit.SslErrorHandler, android.net.http.SslError)" target="_top"><code>onReceivedSslError</code></A>(<code>WebView,</nobr> SslErrorHandler<nobr>,</nobr> SslError<nobr><nobr></code>)</nobr> 101 <A NAME="android.webkit.WebViewClient.onTooManyRedirects_changed(android.webkit.WebView, android.os.Message, android.os.Message)"></A> 102 <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebViewClient.html#onTooManyRedirects(android.webkit.WebView, android.os.Message, android.os.Message)" target="_top"><code>onTooManyRedirects</code></A>(<code>WebView,</nobr> Message<nobr>,</nobr> Message<nobr><nobr></code>) </nobr>
|
/packages/apps/Browser/src/com/android/browser/ |
ErrorConsoleView.java | 28 import android.webkit.WebView; 52 private WebView mWebView; 159 * Sets the webview that this console is associated with. Currently this is used so 162 public void setWebView(WebView webview) { 163 mWebView = webview;
|
GoogleAccountLogin.java | 34 import android.webkit.WebView; 61 private final WebView mWebView; 76 mWebView = new WebView(mActivity); 82 // duplicate the work here using the off-screen WebView. 88 public boolean shouldOverrideUrlLoading(WebView view, String url) { 92 public void onPageFinished(WebView view, String url) {
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebView.mm | 361 static const char webViewIsOpen[] = "At least one WebView is still open."; 377 @interface WebView (WebFileInternal) 462 @implementation WebView (AllWebViews) 499 @implementation WebView (WebPrivate) 529 NSString *fullVersion = [[NSBundle bundleForClass:[WebView class]] objectForInfoDictionaryKey:(NSString *)kCFBundleVersionKey]; 561 // Make sure the context has a DOMWindow global object, otherwise this context didn't originate from a WebView. 641 NSString *scriptPath = [[NSBundle bundleForClass:[WebView class]] pathForResource:@"MailQuirksUserScript" ofType:@"js"]; 662 NSString *scriptPath = [[NSBundle bundleForClass:[WebView class]] pathForResource:@"OutlookQuirksUserScript" ofType:@"js"]; 814 // Unsetting it when a WebView is first created is as good a place as any. 862 [[self _UIDelegateForwarder] webView:self didDrawRect:rect] [all...] |
WebDataSourceInternal.h | 42 @class WebView; 47 - (WebView *)_webView;
|
WebDocumentLoaderMac.h | 34 @class WebView; 47 void setDataSource(WebDataSource *, WebView*);
|
/external/chromium/webkit/glue/ |
dom_operations.cc | 22 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" 34 using WebKit::WebView; 194 // Get all savable resource links from current webview, include main 196 bool GetAllSavableResourceLinksForCurrentPage(WebView* view, 241 bool PauseAnimationAtTimeOnElementWithId(WebView* view, 262 bool PauseTransitionAtTimeOnElementWithId(WebView* view, 283 bool ElementDoesAutoCompleteForElementWithId(WebView* view, 298 int NumberOfActiveAnimations(WebView* view) {
|
dom_serializer_unittest.cc | 26 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" 45 using WebKit::WebView; 51 WebFrame* FindSubFrameByURL(WebView* web_view, const GURL& url) { 148 test_shell_->webView()->mainFrame()->loadHTMLString(contents, base_url); 156 test_shell_->webView()->mainFrame(); 172 WebFrame* web_frame = FindSubFrameByURL(test_shell_->webView(), 294 WebFrame* web_frame = FindSubFrameByURL(test_shell_->webView(), file_url); 307 web_frame = test_shell_->webView()->mainFrame(); 323 WebFrame* web_frame = FindSubFrameByURL(test_shell_->webView(), file_url); 336 web_frame = test_shell_->webView()->mainFrame() [all...] |
/external/webkit/Source/WebCore/manual-tests/ |
window-open-features-parsing.html | 22 <li> A WebView exactly 200x100, such that you can see a red 1 pixel border along each edge of the WebView.
|
/external/webkit/Source/WebKit/chromium/src/ |
ContextMenuClientImpl.h | 43 ContextMenuClientImpl(WebViewImpl* webView) : m_webView(webView) {}
|
DragClientImpl.h | 49 DragClientImpl(WebViewImpl* webView) : m_webView(webView) { }
|
InspectorClientImpl.cpp | 50 InspectorClientImpl::InspectorClientImpl(WebViewImpl* webView) 51 : m_inspectedWebView(webView)
|
/external/webkit/Source/WebKit/mac/Misc/ |
WebNSViewExtras.h | 35 @class WebView; 42 - (WebView *)_webView;
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebDesktopNotificationsDelegate.h | 46 WebDesktopNotificationsDelegate(WebView* view); 59 WebView* m_webView;
|
/external/webkit/Source/WebKit/wx/ |
WebBrowserShell.h | 37 #include "WebView.h" 54 wxWebView* webview; member in class:wxWebBrowserShell
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
CanHandleRequest.cpp | 63 PlatformWebView webView(context.get()); 65 WKPageLoadURL(webView.page(), adoptWK(Util::createURLForResource("simple", "html")).get());
|
EvaluateJavaScript.cpp | 54 PlatformWebView webView(context.get()); 57 WKPageRunJavaScriptInMainFrame(webView.page(), javaScriptString.get(), reinterpret_cast<void*>(0x1234578), didRunJavaScript);
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
LayoutTestController.java | 27 * A class that is registered as JS interface for webview in LayoutTestExecutor 101 // as we need access to the Webview.
|
/packages/apps/Browser/src/com/android/browser/preferences/ |
FontSizePreview.java | 24 import android.webkit.WebView; 68 protected void setupWebView(WebView view) {
|
/frameworks/base/core/java/android/webkit/ |
HTML5VideoViewProxy.java | 105 // Every time webView setBaseLayer, this will be called. 133 // When a WebView is paused, we also want to pause the video in it. 141 HTML5VideoViewProxy proxy, WebViewClassic webView) { 175 mHTML5VideoView.enterFullScreenVideoState(layerId, proxy, webView); 179 WebViewClassic webView) { 181 WebChromeClient client = webView.getWebChromeClient(); 226 // either inside a WebView or across WebViews 227 // For switching videos within a WebView or across the WebView, 322 // the video view and to return to the WebView [all...] |
WebViewClassic.java | 96 import android.webkit.WebView.HitTestResult; 97 import android.webkit.WebView.PictureListener; 139 * Implements a backend provider for the {@link WebView} public API. 142 // TODO: Check if any WebView published API methods are called from within here, and if so 528 * Send a single character to the WebView as a key down and up event. 689 static final String LOGTAG = "webview"; 735 Log.d("WebView", "onTrimMemory: " + level); 757 // Native WebView pointer that is 0 until the native object has been 760 // This would be final but it needs to be set to null when the WebView is [all...] |
/build/target/product/ |
base.mk | 105 webview \
|
/cts/tests/res/layout/ |
remote_view_test_bad_2.xml | 27 <WebView android:id="@+id/web"
|