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

<<11121314151617181920>>

  /external/chromium_org/ash/screensaver/
screensaver_view_unittest.cc 11 #include "ui/views/controls/webview/webview.h"
  /external/chromium_org/chrome/browser/chromeos/login/
lock_window.h 31 // Attempt to grab inputs on the webview, the actual view displaying the lock
32 // screen WebView.
  /external/chromium_org/chrome/browser/extensions/api/
capture_web_contents_function.h 20 // This is used by both webview.captureVisibleRegion and tabs.captureVisibleTab.
52 // |webview.captureVisibleRegion()| api, this represents the instance-id of
  /external/chromium_org/chrome/browser/ui/views/
constrained_web_dialog_delegate_views.cc 15 #include "ui/views/controls/webview/unhandled_keyboard_event_handler.h"
16 #include "ui/views/controls/webview/webview.h"
40 views::WebView* view)
73 views::WebView* view_;
82 : public views::WebView,
154 // views::WebView overrides.
191 : views::WebView(browser_context),
user_manager_view.h 12 class WebView;
49 views::WebView* web_view_;
  /external/chromium_org/chrome/browser/ui/views/frame/
contents_container.h 21 // Sets the active top margin; the active WebView's y origin would be
22 // positioned at this |margin|, causing the active WebView to be pushed down
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
permissions.json 63 "webview": {
64 "partial": "permissions/webview.html"
  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_extension.cc 19 #include "third_party/WebKit/public/web/WebView.h"
24 using blink::WebView;
  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome_desktop_impl.h 24 class WebView;
42 scoped_ptr<WebView>* web_view);
chrome_impl.h 23 class WebView;
37 WebView** web_view) OVERRIDE;
performance_logger.h 18 // "webview": <originating WebView ID>,
  /external/chromium_org/chrome/test/chromedriver/
util.h 16 class WebView;
23 WebView* web_view,
  /external/chromium_org/content/public/common/
page_zoom.h 21 // WebView::minTextSizeMultiplier.
25 // WebView::maxTextSizeMultiplier.
  /external/chromium_org/content/public/renderer/
render_view.h 25 class WebView;
41 // Returns the RenderView containing the given WebView.
42 static RenderView* FromWebView(blink::WebView* webview);
47 // Visit all RenderViews with a live WebView (i.e., RenderViews that have
75 // Returns the associated WebView. May return NULL when the view is closing.
76 virtual blink::WebView* GetWebView() = 0;
110 // Returns the current visibility of the WebView.
  /frameworks/base/core/java/android/webkit/
JsDialogHelper.java 35 * different WebView implementations.
72 public boolean invokeCallback(WebChromeClient client, WebView webView) {
75 return client.onJsAlert(webView, mUrl, mMessage, mResult);
77 return client.onJsConfirm(webView, mUrl, mMessage, mResult);
79 return client.onJsBeforeUnload(webView, mUrl, mMessage, mResult);
81 return client.onJsPrompt(webView, mUrl, mMessage, mDefaultValue, mResult);
89 Log.w(TAG, "Cannot create a dialog, the WebView context is not an Activity");
JsPromptResult.java 22 * {@link WebChromeClient#onJsPrompt(WebView, String, String, String, JsPromptResult)} call with a
24 * dialog prompt back to the WebView instance. The client can call cancel() to cancel the dialog or
  /frameworks/base/core/res/res/layout/
web_runtime.xml 22 <WebView
23 android:id="@+id/webview"
  /frameworks/base/core/tests/coretests/res/layout/
scrollview_with_webviews.xml 30 <WebView android:id="@+id/wb1"
38 <WebView android:id="@+id/wb2"
  /frameworks/base/docs/html/guide/webapps/
overview.jd 8 including a WebView in the layout.</p>
31 application that embeds some web pages (using a {@link android.webkit.WebView} in your Android
40 <p>Since Android 1.0, {@link android.webkit.WebView} has been available for Android
47 {@link android.webkit.WebView} support the same viewport and screen density features.</p>
59 or using {@link android.webkit.WebView}.</dd>
60 <dt><a href="{@docRoot}guide/webapps/webview.html"><strong>Building Web Apps in
61 WebView</strong></a></dt>
62 <dd>How to embed web pages into your Android application using {@link android.webkit.WebView} and
  /frameworks/base/docs/html/sdk/api_diff/12/changes/
android.webkit.WebView.PictureListener.html 10 android.webkit.WebView.PictureListener
74 Interface android.webkit.<A HREF="../../../../reference/android/webkit/WebView.PictureListener.html" target="_top"><font size="+2"><code>WebView.PictureListener</code></font></A>
87 <A NAME="android.webkit.WebView.PictureListener.onNewPicture_changed(android.webkit.WebView, android.graphics.Picture)"></A>
88 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.PictureListener.html#onNewPicture(android.webkit.WebView, android.graphics.Picture)" target="_top"><code>onNewPicture</code></A>(<code>WebView,</nobr> Picture<nobr><nobr></code>) </nobr>
  /frameworks/webview/chromium/tools/WebViewShell/res/layout/
activity_telemetry.xml 25 <WebView
26 android:id="@+id/webview"
  /frameworks/webview/chromium/tools/buildbot/
bb_webview_tot.sh 17 # The buildbot script for the webview ToT bot.
27 WEBVIEW_TOOLS_DIR="${ANDROID_SRC_ROOT}/frameworks/webview/chromium/tools"
  /packages/apps/Browser/src/com/android/browser/
PreloadController.java 32 import android.webkit.WebView;
70 public void onSetWebView(Tab tab, WebView view) {
80 public void onPageStarted(Tab tab, WebView view, Bitmap favicon) {
94 final WebView view = tab.getWebView();
114 public void onFavicon(Tab tab, WebView view, Bitmap icon) {
119 public boolean shouldOverrideUrlLoading(Tab tab, WebView view, String url) {
147 public void onReceivedHttpAuthRequest(Tab tab, WebView view,
184 public void showSslCertificateOnError(WebView view,
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MailWebView.java 5 import android.webkit.WebView;
7 public class MailWebView extends WebView {
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
methods_index_removals.html 59 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.debugDump_removed()" class="hiddenlink" target="rightframe"><strike>debugDump</strike>
61 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.disablePlatformNotifications_removed()" class="hiddenlink" target="rightframe"><strike>disablePlatformNotifications</strike>
72 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.emulateShiftHeld_removed()" class="hiddenlink" target="rightframe"><strike>emulateShiftHeld</strike>
74 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.enablePlatformNotifications_removed()" class="hiddenlink" target="rightframe"><strike>enablePlatformNotifications</strike>
95 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.getVisibleTitleHeight_removed()" class="hiddenlink" target="rightframe"><strike>getVisibleTitleHei (…)
    [all...]

Completed in 2507 milliseconds

<<11121314151617181920>>