/sdk/testapps/libsTest/app/ |
proguard-project.txt | 15 # If your project uses WebView with JS, uncomment the following 18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
/sdk/testapps/libsTest/appTest/ |
proguard-project.txt | 15 # If your project uses WebView with JS, uncomment the following 18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
/sdk/testapps/libsTest/lib1/ |
proguard-project.txt | 15 # If your project uses WebView with JS, uncomment the following 18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
/sdk/testapps/libsTest/lib1Test/ |
proguard-project.txt | 15 # If your project uses WebView with JS, uncomment the following 18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
/sdk/testapps/libsTest/lib2/ |
proguard-project.txt | 15 # If your project uses WebView with JS, uncomment the following 18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
/sdk/testapps/libsTest/lib2Test/ |
proguard-project.txt | 15 # If your project uses WebView with JS, uncomment the following 18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
/sdk/testapps/testProjectTest/app/ |
proguard-project.txt | 15 # If your project uses WebView with JS, uncomment the following 18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
/sdk/testapps/testProjectTest/lib/ |
proguard-project.txt | 15 # If your project uses WebView with JS, uncomment the following 18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
/sdk/testapps/testProjectTest/testapp/ |
proguard-project.txt | 15 # If your project uses WebView with JS, uncomment the following 18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
/sdk/testapps/testProjectTest/testlib/ |
proguard-project.txt | 15 # If your project uses WebView with JS, uncomment the following 18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
/sdk/testapps/userLibTest/ |
proguard-project.txt | 15 # If your project uses WebView with JS, uncomment the following 18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
/frameworks/opt/mailcommon/java/com/android/mailcommon/ |
WebViewContextMenu.java | 36 import android.webkit.WebView; 148 WebView webview = (WebView) v; local 149 WebView.HitTestResult result = webview.getHitTestResult(); 156 case WebView.HitTestResult.UNKNOWN_TYPE: 157 case WebView.HitTestResult.EDIT_TEXT_TYPE: 182 type == WebView.HitTestResult.PHONE_TYPE); 184 type == WebView.HitTestResult.EMAIL_TYPE) [all...] |
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/ |
Test6DetailFragment.java | 24 import android.webkit.WebView; 29 + "This is test <b>6</b> for WebView text traversal test." 46 WebView wv = (WebView) rootView.findViewById(R.id.test6WebView);
|
/external/chromium_org/android_webview/common/ |
aw_content_client.cc | 18 // "Chrome/XX.0.0.0" identifies that this WebView is derived from the 25 // "Version/4.0" had been hardcoded in the legacy WebView. 36 // Android WebView. 44 // Android WebView.
|
/external/chromium_org/apps/shell/ |
web_view_window.h | 18 // Shows an example window containing a WebView.
|
/external/chromium_org/chrome/browser/guestview/ |
guestview_constants.h | 5 // Constants used for the WebView API.
|
/external/chromium_org/chrome/browser/resources/gaia_auth/ |
main.css | 19 webview {
|
/external/skia/include/ports/ |
SkRefCnt_android.h | 14 * Needed so that Chromium Webview, based on a release version of Chromium
|
/frameworks/base/docs/html/guide/webapps/ |
debugging.jd | 9 <li>If debugging in a custom WebView, you need to implement a callback method to handle debug 16 <li><a href="#WebView">Using Console APIs in WebView</a></li> 32 or in your own {@link android.webkit.WebView}.</p> 84 <h2 id="WebView">Using Console APIs in WebView</h2> 86 <p>If you've implemented a custom {@link android.webkit.WebView} in your application, all the 87 same console APIs are supported when debugging your web page in WebView. On Android 104 android.webkit.WebView} with {@link android.webkit.WebView#setWebChromeClient(WebChromeClient [all...] |
/frameworks/webview/chromium/java/com/android/webview/chromium/ |
UnimplementedWebViewApi.java | 17 package com.android.webview.chromium; 21 // TODO: remove this when all WebView APIs have been implemented. 41 Log.w(TAG, "Unimplemented WebView method called in: " + 48 Log.w(TAG, "Unimplemented WebView method " + unimplementedMethod.getMethodName() +
|
/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/chromium_org/android_webview/java/generated_src/org/chromium/content/app/ |
NativeLibraries.java | 9 // on multi-process content-based projects. Always disabled for the Android Webview. 13 // Android webview. 21 // TODO(aberent) The Webview native library currently returns an empty string; change this
|
/external/chromium_org/chrome/browser/guestview/webview/ |
webview_constants.h | 5 // Constants used for the WebView API. 10 namespace webview { namespace 65 } // namespace webview
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
automation_extension.h | 18 class WebView; 23 explicit AutomationExtension(scoped_ptr<WebView> web_view); 49 scoped_ptr<WebView> web_view_;
|
performance_logger_unittest.cc | 63 const std::string id_; // WebView id. 129 std::string webview; local 130 EXPECT_TRUE(message->GetString("webview", &webview)); 131 EXPECT_EQ(expected_webview, webview); 150 FakeDevToolsClient client("webview-1"); 163 ValidateLogEntry(log.GetEntries()[0], "webview-1", "Network.gaga"); 164 ValidateLogEntry(log.GetEntries()[1], "webview-1", "Page.ulala"); 168 FakeDevToolsClient client1("webview-1"); 169 FakeDevToolsClient client2("webview-2") [all...] |