HomeSort by relevance Sort by last modified time
    Searched full:webview (Results 401 - 425 of 1190) sorted by null

<<11121314151617181920>>

  /packages/apps/UnifiedEmail/res/layout/
conversation_view.xml 26 <!-- base WebView layer -->
28 android:id="@+id/webview"
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 67 import android.webkit.WebView;
68 import android.webkit.WebView.HitTestResult;
69 import android.webkit.WebView.PictureListener;
114 private WebView mWebView;
174 new WebView(getActivity());
175 new WebView(getActivity(), null);
176 new WebView(getActivity(), null, 0);
181 new WebView(getActivity());
194 WebView.findAddress("455 LARKSPUR DRIVE CALIFORNIA SPRINGS CALIFORNIA 92826"));
196 assertNull(WebView.findAddress("This is not an address: no town, no state, no zip."))
    [all...]
ChromeClient.java 21 // A chrome client for listening webview chrome events.
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 31 import android.webkit.WebView;
49 * {@link WebView} and a number of overlay views that draw on top of the WebView. In the Mail app,
50 * the WebView contains all HTML message bodies in a conversation, and the overlay views are the
51 * subject view, message headers, and attachment views. The WebView does all scroll handling, and
55 * Placing the WebView in the same container as the overlay views means we don't have to do a lot of
57 * {@link #forwardFakeMotionEvent(MotionEvent, int)} method that deals with one WebView
72 R.id.webview,
98 * attached or added, and WebView happens to draw (on its own) immediately afterwards.
109 * Current document zoom scale per {@link WebView#getScale()}. This is the ratio of actua
    [all...]
  /external/chromium/webkit/glue/
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...]
alt_error_page_resource_fetcher.h 22 // (or fails), the webview delegate is notified.
webcookie.h 5 // A struct for managing data being dropped on a webview. This represents a
  /build/target/product/
base.mk 106 webview \
  /cts/tests/res/layout/
remote_view_test_bad_2.xml 27 <WebView android:id="@+id/web"
webview_layout.xml 22 <WebView android:id="@+id/web_page"
  /cts/tests/tests/security/src/android/security/cts/
SqliteJournalLeakTest.java 46 "/com.android.browser/databases/webview.db",
50 "/com.android.email/databases/webview.db",
65 "/com.android.settings/databases/webview.db",
70 "/com.android.vending/databases/webview.db",
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/res/layout/
test6_detail_fragment.xml 23 <WebView
  /development/samples/ApiDemos/res/layout/
focus_1.xml 32 <WebView android:id="@+id/rssWebView"
webview_1.xml 28 <WebView android:id="@+id/wv1"
  /development/samples/MySampleRss/res/layout/
main_screen.xml 29 <WebView android:id="@+id/rssWebView"
main_screen2.xml 29 <WebView android:id="@+id/rssWebView"
  /external/chromium_org/android_webview/
all_webview.gyp 5 # This is used as the top-level gyp file for building WebView in the Android
  /external/chromium_org/android_webview/browser/
icon_helper.h 24 // A helper that observes favicon changes for Webview.
  /external/chromium_org/android_webview/common/
render_view_messages.h 48 // Do hit test at the given webview coordinate. "Webview" coordinates are
60 // Resets WebKit WebView scrolling and scale state. We need to send this
70 // Makes the blink::WebView use the given size for layout regardless of what
  /external/chromium_org/android_webview/lib/main/
aw_main_delegate.h 24 // Android WebView implementation of ContentMainDelegate.
  /external/chromium_org/android_webview/native/
android_protocol_handler.h 18 // These method register support for Android WebView-specific protocol schemes:
aw_settings.h 45 // Fixed WebPreferences for Android WebView.
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
AwShellApplication.java 30 CommandLine.initFromFile("/data/local/tmp/android-webview-command-line");
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
AwTestRunnerActivity.java 14 * This is a lightweight activity for tests that only require WebView functionality.
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_view.h 14 #include "ui/views/controls/webview/web_dialog_view.h"

Completed in 535 milliseconds

<<11121314151617181920>>