/frameworks/base/docs/html/sdk/api_diff/12/changes/ |
android.webkit.WebViewClient.html | 86 <A NAME="android.webkit.WebViewClient.onReceivedLoginRequest_added(android.webkit.WebView, java.lang.String, java.lang.String, java.lang.String)"></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebViewClient.html#onReceivedLoginRequest(android.webkit.WebView, java.lang.String, java.lang.String, java.lang.String)" target="_top"><code>onReceivedLoginRequest</code></A>(<code>WebView,</nobr> String<nobr>,</nobr> String<nobr>,</nobr> String<nobr><nobr></code>)</nobr>
|
alldiffs_index_changes.html | 218 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.debugDump_changed()" class="hiddenlink" target="rightframe">debugDump 227 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.disablePlatformNotifications_changed()" class="hiddenlink" target="rightframe">disablePlatformNotifications 263 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.emulateShiftHeld_changed()" class="hiddenlink" target="rightframe">emulateShiftHeld 266 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.enablePlatformNotifications_changed()" class="hiddenlink" target="rightframe">enablePlatformNotifications 363 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.getVisibleTitleHeight_changed()" class="hiddenlink" target="rightframe">getVisibleTitleHeigh [all...] |
/frameworks/base/docs/html/sdk/api_diff/16/changes/ |
android.webkit.WebView.HitTestResult.html | 10 android.webkit.WebView.HitTestResult 74 Class android.webkit.<A HREF="../../../../reference/android/webkit/WebView.HitTestResult.html" target="_top"><font size="+2"><code>WebView.HitTestResult</code></font></A>
|
/frameworks/base/docs/html/sdk/api_diff/17/changes/ |
constructors_index_all.html | 72 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.ctor_changed(android.content.Context, android.util.AttributeSet, int, boolean)" class="hiddenlink" target="rightframe">WebView
|
methods_index_changes.html | 62 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.canZoomIn_changed()" class="hiddenlink" target="rightframe">canZoomIn 64 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.canZoomOut_changed()" class="hiddenlink" target="rightframe">canZoomOut 138 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.getScale_changed()" class="hiddenlink" target="rightframe">getScale 209 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.setCertificate_changed(android.net.http.SslCertificate)" class="hiddenlink" target="rightframe">setCertificate 213 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.setMapTrackballToArrowKeys_changed(boolean)" class="hiddenlink" target="rightframe">setMapTrackbal (…) [all...] |
/packages/apps/Browser/tests/src/com/android/browser/ |
IntentHandlerTests.java | 24 import android.webkit.WebView; 108 * Simulate clicking a link by loading a URL directly on the WebView, 116 WebView web = tab.getWebView();
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
MessageViewTests.java | 34 //import android.webkit.WebView; 52 // private WebView mMessageContentView; 82 // mMessageContentView = (WebView) a.findViewById(R.id.message_content);
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
MainActivity.java | 24 import android.webkit.WebView; 61 WebView wv = (WebView) findViewById(R.id.webIntro);
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AndroidViewIntegrationTest.java | 136 * A 0x0 sized view is common if the WebView is set to wrap_content and newly created. The 137 * expected behavior is for the WebView to expand after some content is loaded. 140 * Such behavior is unacceptable for the WebView and this test is to ensure that such behavior 163 * the ability to load pages. Many applications keep the WebView hidden when it's loading. 189 * Check that a content size change notification is sent even if the WebView is off screen.
|
/external/chromium_org/chrome/browser/chromeos/login/ |
simple_web_view_dialog.cc | 33 #include "ui/views/controls/webview/webview.h" 48 // Margin between WebView and SimpleWebViewDialog border. 139 // WebView can't be deleted immediately, because it could be on the stack. 147 web_view_container_.reset(new views::WebView(profile_));
|
/external/chromium_org/chrome/renderer/extensions/ |
extension_helper.cc | 33 #include "third_party/WebKit/public/web/WebView.h" 41 using WebKit::WebView; 293 WebView* webview = render_view()->GetWebView(); local 294 WebFrame* main_frame = webview->mainFrame();
|
user_script_slave.cc | 36 #include "third_party/WebKit/public/web/WebView.h" 45 using WebKit::WebView; 207 WebView::removeAllUserContent(); 230 WebView::addUserStyleSheet( 234 WebView::UserContentInjectInAllFrames : 235 WebView::UserContentInjectInTopFrameOnly, 236 WebView::UserStyleInjectInExistingDocuments);
|
user_script_scheduler.cc | 26 #include "third_party/WebKit/public/web/WebView.h" 39 using WebKit::WebView; 248 // Author level is consistent with WebView::addUserStyleSheet.
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPageSerializer.cpp | 39 #include "WebView.h" 185 void WebPageSerializer::serialize(WebView* view, WebVector<WebPageSerializer::Resource>* resourcesParam) 213 WebCString WebPageSerializer::serializeToMHTML(WebView* view) 220 WebCString WebPageSerializer::serializeToMHTMLUsingBinaryEncoding(WebView* view) 239 bool WebPageSerializer::retrieveAllResources(WebView* view,
|
ChromeClientImpl.cpp | 132 ChromeClientImpl::ChromeClientImpl(WebViewImpl* webView) 133 : m_webView(webView) 139 , m_pagePopupDriver(webView) 147 void* ChromeClientImpl::webView() const 717 // We only notify when the WebView has to handle the popup, as when 719 // transparent to the WebView. [all...] |
WebViewImpl.h | 47 #include "WebView.h" 127 class WebViewImpl : public WebView 185 // WebView methods: 406 // based on the Webkit function bool WebView::handleContextMenuEvent(WPARAM 407 // wParam, LPARAM lParam) in webkit\webkit\win\WebView.cpp. The only 412 // Notifies the WebView that a load has been committed. isNewNavigation 580 friend class WebView; // So WebView::Create can call our constructor 746 // current drop target in this WebView (the drop target can accept the drop). 770 // Whether the webview is rendering transparently [all...] |
ChromeClientImpl.h | 65 // Handles window-level notifications from WebCore on behalf of a WebView. 68 explicit ChromeClientImpl(WebViewImpl* webView); 71 virtual void* webView() const;
|
/packages/apps/Browser/src/com/android/browser/ |
PageDialogsHandler.java | 29 import android.webkit.WebView; 49 private WebView mSSLCertificateOnErrorView; 120 WebView w = mController.getCurrentTopWebView(); 144 final WebView view = tab.getWebView(); 279 final WebView view, final SslErrorHandler handler,
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebViewClient.h | 82 class WebView; 93 // Since a WebView is a WebWidget, a WebViewClient is a WebWidgetClient. 100 // Create a new related WebView. This method must clone its session storage 107 virtual WebView* createView(WebFrame* creator, 122 // Create a session storage namespace object associated with this WebView. 154 // These notifications bracket any loading that occurs in the WebView. 187 // This method is called in response to WebView's handleInputEvent() 269 // Take focus away from the WebView by focusing an adjacent UI element 317 // changed and should be saved. See WebView::inspectorSettings. 361 // Returns the current visibility of the WebView [all...] |
/external/chromium_org/chrome/renderer/searchbox/ |
searchbox_extension.cc | 23 #include "third_party/WebKit/public/web/WebView.h" 134 WebKit::WebView* webview = webframe->view(); 135 if (!webview) 137 content::RenderView* render_view = content::RenderView::FromWebView(webview); 150 WebKit::WebView* webview = render_view->GetWebView(); local 151 return webview ? GURL(webview->mainFrame()->document().url()) : GURL(); 511 WebKit::WebView* webview = webframe->view() [all...] |
/frameworks/base/docs/html/guide/webapps/ |
targeting.jd | 11 in the default Android Browser and in a {@link android.webkit.WebView}</li> 38 android.webkit.WebView} (the framework view widget for displaying web pages), on Android 2.0 and 54 <p>However, when your page is rendered in a {@link android.webkit.WebView}, the page loads at 62 categories: low, medium, and high.) The Android Browser and {@link android.webkit.WebView} 177 Android Browser and {@link android.webkit.WebView} scale web pages to match the perceived size on a 276 android.webkit.WebView} target a medium density screen by default.</p> 287 screen, the Android Browser and {@link android.webkit.WebView} scale web pages (effectively zoom 290 Android Browser and {@link android.webkit.WebView} apply approximately 1.5x scaling to web pages 318 <p>For example, to prevent the Android Browser and {@link android.webkit.WebView} from scaling 340 <p>The Android Browser and {@link android.webkit.WebView} support a CSS media feature that allow [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/ |
ViewLoaderTest.java | 9 import android.webkit.WebView; 127 WebView webView = (WebView) view.findViewById(R.id.web_view); 129 webView.loadUrl("www.example.com"); 131 assertThat(shadowOf(webView).getLastLoadedUrl(), equalTo("www.example.com"));
|
/frameworks/base/docs/html/training/implementing-navigation/ |
temporal.jd | 54 <li>When the user navigates web pages in a {@link android.webkit.WebView}.</li> 225 <p>If a part of your application is contained in a {@link android.webkit.WebView}, it may be 228 {@link android.webkit.WebView} if it has history state:</p> 247 <p>For more information about using {@link android.webkit.WebView}, read <a 248 href="{@docRoot}guide/webapps/webview.html">Building Web Apps in WebView</a>.
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
MyRssReader5.java | 30 import android.webkit.WebView; 44 private WebView mWebView; 59 mWebView = (WebView)findViewById(R.id.rssWebView);
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwLayoutSizer.java | 228 // If the WebView's measuredDimension depends on the size of it's contents (which is the 253 // cause the webview to grow indefinitely. We need to use a height independent of the 254 // webview's height. 0 is the value used in WebViewClassic.
|