Searched
full:webview (Results
476 -
500 of
1190) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/browser/devtools/ |
devtools_adb_bridge_browsertest.cc | 307 scoped_refptr<DevToolsAdbBridge::RemoteBrowser> webview = local 308 FindBrowserByDisplayName(browsers, "WebView in com.sample.feed"); 309 ASSERT_TRUE(webview); 317 ASSERT_EQ("4.0", webview->version()); 324 webview->CreatePageTargets(); 330 // Check that we have non-empty description for webview pages.
|
/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 | 120 virtual void* webView() const OVERRIDE 169 bool WebPagePopupImpl::initialize(WebViewImpl* webView, PagePopupClient* popupClient, const IntRect&) 171 ASSERT(webView); 173 m_webView = webView; 260 // The main WebView receives key events and forward them to this via handleKeyEvent(). 267 // The main WebView receives key events and forward them to this via handleKeyEvent().
|
/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));
|
image_resource_fetcher.h | 16 // ImageResourceFetcher handles downloading an image for a webview. Once
|
/external/chromium_org/android_webview/native/ |
aw_autofill_manager_delegate.h | 42 // Manager delegate for the autofill functionality. Android webview 43 // supports enabling autocomplete feature for each webview instance
|
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
rules_registry_service.h | 88 // Removes all rules registries of a given webview embedder process ID. 97 // Maps <event name, webview key> to RuleRegistries that handle these
|
/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 | 25 WEBVIEW, 84 // 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/common/extensions/docs/templates/json/ |
apps_sidenav.json | 235 "title": "Webview Tag", 236 "href": "/apps/tags/webview.html"
|
/external/chromium_org/chrome/renderer/safe_browsing/ |
malware_dom_details.cc | 16 #include "third_party/WebKit/public/web/WebView.h" 57 blink::WebView* web_view = render_view()->GetWebView();
|
/external/chromium_org/content/public/android/java/resource_map/org/chromium/content/ |
R.java | 10 * in webview. In a normal Chrome build, content resources live in a res folder 12 * build time based on these resources. In webview, resources live in the
|
/external/chromium_org/content/renderer/ |
external_popup_menu_browsertest.cc | 10 #include "third_party/WebKit/public/web/WebView.h" 34 blink::WebView::setUseExternalPopupMenus(true);
|
/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"
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
EmailCopyContextMenu.java | 32 import android.webkit.WebView; 107 Uri.parse(WebView.SCHEME_MAILTO + mAddress)));
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AbstractConversationWebViewClient.java | 28 import android.webkit.WebView; 67 public boolean shouldOverrideUrlLoading(WebView view, String url) {
|
/external/chromium_org/android_webview/browser/ |
aw_cookie_access_policy.h | 26 // Manages the cookie access (both setting and getting) policy for WebView.
|
find_helper.h | 13 // Handles the WebView find-in-page API requests.
|
Completed in 679 milliseconds
<<11121314151617181920>>