Searched
full:webview (Results
401 -
425 of
1115) sorted by null
<<11121314151617181920>>
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
LookupActivity.java | 41 import android.webkit.WebView; 58 private WebView mWebView; 101 mWebView = (WebView) findViewById(R.id.webview); 251 * {@link WebView} to show the requested content. 319 * {@link WebView} and hide the {@link ProgressBar}.
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwContentsClient.java | 80 // - WebView.stopLoading is called, 83 // The Android WebView does not notify the embedder of these situations using this 88 // The Android WebView does not notify the embedder of sub-frame failures. 118 // This is not possible so long as the webview is run single process! 193 // WebView specific methods that map directly to WebViewClient / WebChromeClient 292 // Other WebView-specific methods
|
/external/chromium_org/android_webview/renderer/ |
aw_render_view_ext.cc | 32 #include "third_party/WebKit/public/web/WebView.h" 41 // We treat non-standard schemes as "secure" in the WebView to allow them to 179 WebKit::WebView* webview = render_view()->GetWebView(); local 180 if (webview) { 182 webview->mainFrame()->document().images(images);
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
LoadUrlParams.java | 103 * @param baseUrl Base url of this data load. Note that for WebView compatibility, 106 * @param historyUrl History url for this data load. Note that for WebView compatibility, 123 * @param baseUrl Base url of this data load. Note that for WebView compatibility, 126 * @param historyUrl History url for this data load. Note that for WebView compatibility, 136 // For WebView compatibility, when the base URL has the 'data:' 140 // WebView specific transform up to a wrapper factory function in android_webview/.
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPagePopupImpl.cpp | 124 virtual void* webView() const OVERRIDE 173 bool WebPagePopupImpl::initialize(WebViewImpl* webView, PagePopupClient* popupClient, const IntRect&) 175 ASSERT(webView); 177 m_webView = webView; 267 // The main WebView receives key events and forward them to this via handleKeyEvent(). 274 // The main WebView receives key events and forward them to this via handleKeyEvent().
|
BackForwardClientImpl.cpp | 45 BackForwardClientImpl::BackForwardClientImpl(WebViewImpl* webView) 46 : m_webView(webView)
|
InspectorClientImpl.cpp | 52 InspectorClientImpl::InspectorClientImpl(WebViewImpl* webView) 53 : m_inspectedWebView(webView)
|
/frameworks/base/docs/html/sdk/api_diff/12/changes/ |
pkg_android.webkit.html | 162 <A NAME="WebView"></A> 163 <nobr><A HREF="android.webkit.WebView.html">WebView</A></nobr> 169 <A NAME="WebView.PictureListener"></A> 170 <nobr><A HREF="android.webkit.WebView.PictureListener.html"><I>WebView.PictureListener</I></A></nobr>
|
/cts/tests/tests/widget/src/android/widget/cts/ |
RemoteViewsActivityTest.java | 119 assertTrue("WebView allowed to be inflated", exceptionThrown); 120 assertNull("WebView allowed to be inflated", result);
|
/external/chromium/webkit/glue/ |
dom_operations_unittest.cc | 11 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" 63 test_shell_->webView(), file_url, &result, savable_schemes));
|
/external/chromium_org/android_webview/native/ |
aw_autofill_manager_delegate.h | 46 // Manager delegate for the autofill functionality. Android webview 47 // supports enabling autocomplete feature for each webview instance
|
aw_dev_tools_server.cc | 26 // Delegate implementation for the devtools http handler for WebView. A new 72 "<head><title>WebView remote debugging</title></head>"
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
web_auth_flow.h | 31 // event. A webview embedded in the dialog will navigate to the 34 // The WebAuthFlow monitors the WebContents of the webview, and
|
/external/chromium_org/chrome/browser/guestview/ |
guestview.h | 24 WEBVIEW, 64 // Returns a WebViewGuest if this GuestView belongs to a <webview>.
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_deprecated.html | 50 <td>Use the <code>webview</code> tag for iframes. 52 and <a href="webview_tag.html">Webview Tag API</a>.
|
/external/chromium_org/chrome/renderer/safe_browsing/ |
malware_dom_details.cc | 16 #include "third_party/WebKit/public/web/WebView.h" 57 WebKit::WebView* web_view = render_view()->GetWebView();
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
web_view_impl.h | 32 class WebViewImpl : public WebView { 40 // Overridden from WebView:
|
/external/chromium_org/content/renderer/ |
external_popup_menu_browsertest.cc | 10 #include "third_party/WebKit/public/web/WebView.h" 34 WebKit::WebView::setUseExternalPopupMenus(true);
|
stats_collection_controller.cc | 16 #include "third_party/WebKit/public/web/WebView.h" 30 WebKit::WebView* web_view = web_frame->view();
|
/external/chromium_org/content/renderer/gpu/ |
gpu_benchmarking_extension.cc | 23 #include "third_party/WebKit/public/web/WebView.h" 40 using WebKit::WebView; 252 WebView* web_view = web_frame->view(); 273 WebView* web_view = web_frame->view(); 295 WebView* web_view = web_frame->view(); 333 WebView* web_view = web_frame->view(); 385 WebView* web_view = web_frame->view(); 493 WebView* web_view = web_frame->view();
|
/frameworks/base/core/java/android/webkit/ |
WebHistoryItem.java | 23 * of a WebView. Each WebHistoryItem is a snapshot of the requested history 91 * Clone the history item for use by clients of WebView.
|
/frameworks/webview/chromium/ |
proguard.flags | 8 -keep class com.android.webview.chromium.WebViewChromiumFactoryProvider { 13 -keepclasseswithmembers class com.android.webview.chromium.** {
|
/frameworks/webview/chromium/tools/ |
run_webview_cts.py | 18 Executes WebView CTS tests and verifies results against known failures. 112 print ('More than 5 new passes? Either you''re running webview classic, or '
|
/packages/apps/Browser/res/layout/ |
webview_preview.xml | 75 <WebView 76 android:id="@+id/webview"
|
/packages/apps/UnifiedEmail/res/layout/ |
secure_conversation_view.xml | 59 <!-- base WebView layer --> 70 android:id="@+id/webview"
|
Completed in 294 milliseconds
<<11121314151617181920>>