/packages/apps/Settings/src/com/android/settings/ |
SettingsLicenseActivity.java | 25 import android.webkit.WebView; 54 private WebView mWebView; 145 mWebView = new WebView(this); 186 // Create an AlertDialog to display the WebView in. 200 // Begin the loading. This will be done in a separate thread in WebView. 204 public void onPageFinished(WebView view, String url) {
|
/external/chromium_org/chrome/test/chromedriver/ |
element_util.cc | 78 WebView* web_view, 88 WebView* web_view, 119 WebView* web_view, 154 WebView* web_view, 176 WebView* web_view, 221 WebView* web_view, 283 WebView* web_view, 295 WebView* web_view, 309 WebView* web_view, 323 WebView* web_view [all...] |
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwLayoutSizer.java | 227 // If the WebView's size in the Android view system depends on the size of its contents then 228 // the viewport size cannot be directly calculated from the WebView's physical size as that 231 // would cause the WebView to indefinitely attempt to increase its height by 50%). 237 // That means that the WebView will ignore LayoutParams.width set to WRAP_CONTENT and will 241 // calculate the minimum height required to display all of the content. As such the WebView 246 // For that reason the LayoutParams.height property of the WebView is used. This behaves 250 // unstable if a parent of the WebView has a wrap_content height while the WebView itself 271 // cause the webview to grow indefinitely. We need to use a height independent of the 272 // webview's height. 0 is the value used in WebViewClassic [all...] |
AwContents.java | 67 * and Browser components that are required to implement Android WebView API. This is the 69 * relationship with application WebView instances. 85 * getHitTestResult, requestFocusNodeHref, requestImageRef methods in WebView. 167 // TODO(boliu): This should be in a global context, not per webview. 294 // When the navigation is for a newly created WebView (i.e. a popup), intercept the navigation 296 // callback to the correct WebViewClient that is associated with the WebView. 454 * @param contentsClient will receive API callbacks from this WebView Contents. 583 Log.w(TAG, "Popup WebView bind failed: no pending content."); 736 // WebView[Provider] method implementations (where not provided by ContentViewCore) [all...] |
/packages/apps/Browser/src/com/android/browser/ |
Controller.java | 80 import android.webkit.WebView; 323 WebView webView = t.getWebView(); 327 webView.setInitialScale(scale); 400 public void onSetWebView(Tab tab, WebView view) { 407 WebView mainView = tab.getWebView(); 408 WebView subView = mFactory.createWebView((mainView == null) 488 WebView view = (WebView) focusNodeMap.get("webview"); 1269 final WebView webview = (WebView) v; local [all...] |
TitleBar.java | 34 import android.webkit.WebView; 245 WebView webview = tab != null ? tab.getWebView() : null; local 246 return webview != null ? webview.getVisibleTitleHeight() : 0; 364 public WebView getCurrentWebView() { 396 WebView web = getCurrentWebView();
|
XLargeUi.java | 34 import android.webkit.WebView; 131 // WebView callbacks 149 // so the tab is guaranteed to have a webview 151 Log.e(LOGTAG, "active tab with no webview detected"); 243 WebView web = mActiveTab.getWebView();
|
BaseUi.java | 48 import android.webkit.WebView; 273 WebView web = mActiveTab.getWebView(); 304 WebView web = mActiveTab != null ? mActiveTab.getWebView() : null; 343 WebView mainView = tab.getWebView(); 344 // Attach the WebView to the container and then attach the 367 // Remove the container that contains the main WebView. 368 WebView mainView = tab.getWebView(); 374 // WebView from the container. This will trigger a focus change 375 // needed by WebView. 389 public void onSetWebView(Tab tab, WebView webView) [all...] |
/frameworks/base/docs/html/sdk/api_diff/17/changes/ |
alldiffs_index_removals.html | 79 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.debugDump_removed()" class="hiddenlink" target="rightframe"><strike>debugDump</strike> 82 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.disablePlatformNotifications_removed()" class="hiddenlink" target="rightframe"><strike>disablePlatformNotifications</strike> 97 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.emulateShiftHeld_removed()" class="hiddenlink" target="rightframe"><strike>emulateShiftHeld</strike> 100 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.enablePlatformNotifications_removed()" class="hiddenlink" target="rightframe"><strike>enablePlatformNotifications</strike> 130 <nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.getVisibleTitleHeight_removed()" class="hiddenlink" target="rightframe"><strike>getVisibleTitleHei (…) [all...] |
/external/chromium_org/content/renderer/devtools/ |
devtools_agent.cc | 28 #include "third_party/WebKit/public/web/WebView.h" 42 using blink::WebView; 81 render_view->webview()->setDevToolsAgentClient(this); 82 render_view->webview()->devToolsAgent()->setProcessId( 220 impl->webview()->settings()->setForceCompositingMode(true); 294 WebView* web_view = render_view()->GetWebView(); 338 WebView* web_view = render_view()->GetWebView();
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
EventSender.h | 49 class WebView; 64 void setWebView(blink::WebView* webView) { m_webView = webView; } 155 blink::WebView* webview() { return m_webView; } function in class:WebTestRunner::EventSender 193 blink::WebView* m_webView;
|
/frameworks/base/docs/html/sdk/api_diff/14/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> 87 <A NAME="android.webkit.WebView.HitTestResult.ANCHOR_TYPE"></A> 88 <nobr><code>int</code> <A HREF="../../../../reference/android/webkit/WebView.HitTestResult.html#ANCHOR_TYPE" target="_top"><code>ANCHOR_TYPE</code></font></A></nobr> </TD> 96 <A NAME="android.webkit.WebView.HitTestResult.IMAGE_ANCHOR_TYPE"></A> 97 <nobr><code>int</code> <A HREF="../../../../reference/android/webkit/WebView.HitTestResult.html#IMAGE_ANCHOR_TYPE" target="_top"><code>IMAGE_ANCHOR_TYPE</code></font></A></nobr> </TD>
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebView.h | 70 class WebView : public WebWidget { 86 // Creates a WebView that is NOT yet initialized. You will need to 89 BLINK_EXPORT static WebView* create(WebViewClient*); 91 // After creating a WebView, you should immediately call this method. 112 // The returned pointer is valid for the lifetime of the WebView. 120 // Makes the WebView transparent. This is useful if you want to have 125 // Sets the base color used for this WebView's background. This is in effect 144 // Controls the WebView's active state, which may affect the rendering 202 // Advance the focus of the WebView forward to the next element or to the 271 // Save the WebView's current scroll and scale state. Each call to this functio [all...] |
/external/chromium/webkit/glue/ |
resource_fetcher_unittest.cc | 12 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" 101 WebFrame* frame = test_shell_->webView()->mainFrame(); 133 WebFrame* frame = test_shell_->webView()->mainFrame(); 154 WebFrame* frame = test_shell_->webView()->mainFrame(); 195 WebFrame* frame = test_shell_->webView()->mainFrame();
|
/external/chromium_org/chrome/browser/chromeos/login/ |
webui_login_view.h | 20 #include "ui/views/controls/webview/unhandled_keyboard_event_handler.h" 32 class WebView; 39 // WebUI based start up and lock screens. It contains a WebView. 119 // WebView for rendering a webpage as a webui login. 120 views::WebView* webui_login_;
|
simple_web_view_dialog.h | 25 class WebView; 113 views::WebView* web_view_; 116 scoped_ptr<views::WebView> web_view_container_;
|
/external/chromium_org/chrome/browser/guestview/ |
guestview.cc | 10 #include "chrome/browser/guestview/webview/webview_guest.h" 64 } else if (api_type == "webview") { 65 return GuestView::WEBVIEW; 75 case GuestView::WEBVIEW: 153 // is needed by the <webview> WebRequest API to allow intercepting resource
|
/frameworks/base/docs/html/sdk/api_diff/7/changes/ |
android.webkit.WebView.html | 10 android.webkit.WebView 74 Class android.webkit.<A HREF="../../../../reference/android/webkit/WebView.html" target="_top"><font size="+2"><code>WebView</code></font></A> 86 <A NAME="android.webkit.WebView.freeMemory_added()"></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebView.html#freeMemory()" target="_top"><code>freeMemory</code></A>()</nobr>
|
/external/chromium_org/android_webview/browser/renderer_host/ |
aw_render_view_host_ext.h | 36 // Provides RenderViewHost wrapper functionality for sending WebView-specific 57 // pixels used by blink::WebView. 65 // the corresponding public WebView API is as well.
|
/external/chromium_org/android_webview/common/ |
aw_hit_test_data.h | 13 // Holdes all hit test data needed by public WebView APIs. 17 // Matches exactly with constants in WebView.HitTestResult, with deprecated 48 // Note 2: Note that this matches SRC_ANCHOR_TYPE in the public WebView
|
/external/chromium_org/content/renderer/ |
input_tag_speech_dispatcher.cc | 19 #include "third_party/WebKit/public/web/WebView.h" 26 using blink::WebView; 120 WebView* web_view = render_view()->GetWebView();
|
/external/chromium_org/content/renderer/media/ |
renderer_webaudiodevice_impl.cc | 14 #include "third_party/WebKit/public/web/WebView.h" 19 using blink::WebView; 51 WebView* const web_view = web_frame ? web_frame->view() : NULL;
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
FrameLoaderClientImplTest.cpp | 37 #include "WebView.h" 72 m_webView = WebView::create(0); 100 WebView* m_webView;
|
/frameworks/base/core/java/android/webkit/ |
WebViewFactory.java | 26 * Top level factory, used creating all the main WebView implementation classes. 33 "com.android.webview.chromium.WebViewChromiumFactoryProvider"; 80 // us honest and minimize usage of WebView internals when binding the proxy.
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ListWithMailMessages.java | 31 import android.webkit.WebView; 138 WebView body = (WebView) messageUi.findViewById(R.id.body);
|