OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:webview
(Results
226 - 250
of
1115
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/docs/html/sdk/api_diff/16/changes/
pkg_android.webkit.html
84
<A NAME="
WebView
.FindListener"></A>
85
<nobr><A HREF="../../../../reference/android/webkit/
WebView
.FindListener.html" target="_top"><code><I>
WebView
.FindListener</I></code></A></nobr>
141
<A NAME="
WebView
"></A>
142
<nobr><A HREF="android.webkit.
WebView
.html">
WebView
</A></nobr>
148
<A NAME="
WebView
.HitTestResult"></A>
149
<nobr><A HREF="android.webkit.
WebView
.HitTestResult.html">
WebView
.HitTestResult</A></nobr>
/frameworks/base/docs/html/sdk/api_diff/18/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
.clearView_changed()"></A>
87
<nobr><code>void</code> <A HREF="../../../../reference/android/webkit/
WebView
.html#clearView()" target="_top"><code>clearView</code></A>() </nobr>
96
<A NAME="android.webkit.
WebView
.savePassword_changed(java.lang.String, java.lang.String, java.lang.String)"></A>
97
<nobr><code>void</code> <A HREF="../../../../reference/android/webkit/
WebView
.html#savePassword(java.lang.String, java.lang.String, java.lang.String)" target="_top"><code>savePassword</code></A>(<code>String,</nobr> String<nobr>,</nobr> String<nobr><nobr></code>) </nobr>
106
<A NAME="android.webkit.
WebView
.showFindDialog_changed(java.lang.String, boolean)"></A>
107
<nobr><code>boolean</code> <A HREF="../../../../reference/android/webkit/
WebView
.html#showFindDialog(java.lang.String, boolean)" target="_top"><code>showFindDialog</code></A>(<code>String,</nobr> boolean<nobr><nobr></code>) </nobr>
/frameworks/base/docs/html/sdk/api_diff/5/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
.postUrl_added(java.lang.String, byte[])"></A>
87
<nobr><code>void</code> <A HREF="../../../../reference/android/webkit/
WebView
.html#postUrl(java.lang.String, byte[])" target="_top"><code>postUrl</code></A>(<code>String,</nobr> byte[]<nobr><nobr></code>)</nobr>
101
<A NAME="android.webkit.
WebView
.getPluginList_changed()"></A>
102
<nobr><code>PluginList</code> <A HREF="../../../../reference/android/webkit/
WebView
.html#getPluginList()" target="_top"><code>getPluginList</code></A>() </nobr>
111
<A NAME="android.webkit.
WebView
.refreshPlugins_changed(boolean)"></A>
112
<nobr><code>void</code> <A HREF="../../../../reference/android/webkit/
WebView
.html#refreshPlugins(boolean)" target="_top"><code>refreshPlugins</code></A>(<code>boolean</code>) </nobr>
/cts/tests/tests/webkit/src/android/webkit/cts/
WebHistoryItemTest.java
26
import android.webkit.
WebView
;
42
public synchronized void onReceivedIcon(
WebView
webview
, Bitmap icon) {
WebViewStartupTest.java
27
import android.webkit.
WebView
;
63
Log.i(TAG, "done setting cookie before creating
webview
");
69
// Now create
WebView
and test that setting the cookie beforehand really worked.
/external/chromium/webkit/glue/
mimetype_unittest.cc
10
#include "third_party/WebKit/Source/WebKit/chromium/public/
WebView
.h"
30
WebFrame* frame = test_shell_->
webView
()->mainFrame();
82
test_shell_->
webView
()->mainFrame()->stopLoading();
/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/accessibility/
renderer_accessibility.cc
13
#include "third_party/WebKit/public/web/
WebView
.h"
19
using WebKit::
WebView
;
37
WebView
* view = render_view()->GetWebView();
/external/chromium_org/content/renderer/
savable_resources.h
18
class
WebView
;
54
// Get all savable resource links from current
webview
, include main frame
59
WebKit::
WebView
* view,
/external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp
36
// callbacks into the
webview
. This won't work for layout tests, so instead,
56
#include "public/web/
WebView
.h"
372
currentDragEffect =
webview
()->dragTargetDragEnter(dragData, clientPoint, screenPoint, currentDragEffectsAllowed, 0);
430
webview
()->layout();
444
webview
()->handleInputEvent(event);
453
webview
()->layout();
477
webview
()->handleInputEvent(e);
489
finishDragAndDrop(e,
webview
()->dragTargetDragOver(clientPoint, screenPoint, currentDragEffectsAllowed, 0));
498
webview
()->dragTargetDrop(clientPoint, screenPoint, 0);
500
webview
()->dragTargetDragLeave()
[
all
...]
WebTestInterfaces.cpp
54
void WebTestInterfaces::setWebView(
WebView
*
webView
, WebTestProxyBase* proxy)
56
m_interfaces->setWebView(
webView
, proxy);
/frameworks/base/core/java/android/webkit/
WebBackForwardList.java
22
* This class contains the back/forward list for a
WebView
.
23
*
WebView
.copyBackForwardList() will return a copy of this class used to
71
*
WebView
. This creates a copy that should never be modified by any of the
/frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/
MapView.java
37
* Construct a new
WebView
with a Context object.
45
* Construct a new
WebView
with layout parameters.
54
* Construct a new
WebView
with layout parameters and a default style.
/packages/apps/Browser/src/com/android/browser/
BrowserWebView.java
25
import android.webkit.
WebView
;
31
* Manage
WebView
scroll events
33
public class BrowserWebView extends
WebView
{
NetworkStateHandler.java
26
import android.webkit.
WebView
;
104
WebView
w = mController.getCurrentWebView();
115
WebView
w = mController.getCurrentWebView();
UI.java
28
import android.webkit.
WebView
;
69
public void onSetWebView(Tab tab,
WebView
view);
71
public void createSubWindow(Tab tab,
WebView
subWebView);
/external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_codelab8_webresources.html
14
to securely render third-party content in the <code><
webview
></code> tag.
15
A <a href="webview_tag.html">
webview
</a>
19
<p>The <code>
webview
</code> has a very simple API.
23
<li> Change the URL of the <code>
webview
</code>.</li>
25
<li> Check if the <code>
webview
</code> has finished loading and if it is possible, go back and forward in the history stack.</li>
29
in the drag-and-drop operations in a <code>
webview
</code> when the user clicks on a link.</p>
33
<p>Request a new permission, "
webview
", in the manifest.
39
"permissions": ["storage", "
webview
"]
44
<p>Add a <code><
webview
></code> tag and a link to the view:
59
<
webview
></webview>
[
all
...]
/frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewChromium.java
17
package com.android.
webview
.chromium;
52
import android.webkit.
WebView
;
82
* it). This class also contains
WebView
-specific APIs that require the creation of other
83
* adapters (otherwise org.chromium.content would depend on the
webview
.chromium package)
125
// The
WebView
that this WebViewChromium is the provider for.
126
WebView
mWebView;
127
// Lets us access protected View-derived methods on the
WebView
instance we're backing.
128
WebView
.PrivateAccess mWebViewPrivate;
134
// The
WebView
wrapper for ContentViewCore and required browser compontents.
136
// Non-null if this
webview
is using the GL accelerated draw path
[
all
...]
/external/chromium_org/android_webview/browser/
aw_content_browser_client.cc
151
NOTREACHED() << "Failed to get app data directory for Android
WebView
";
183
// If
WebView
becomes multi-process capable, this may be insecure.
227
NOTREACHED() << "Android
WebView
does not support multi-process yet";
248
//
WebView
doesn't have a per-site policy for locally stored data,
291
// Android
WebView
does not yet support web workers.
299
// Android
WebView
does not yet support web workers.
308
// Android
WebView
does not yet support web workers.
347
// Android
WebView
does not support notifications, so return Denied here.
356
NOTREACHED() << "Android
WebView
does not support desktop notifications.";
363
NOTREACHED() << "Android
WebView
does not support desktop notifications."
[
all
...]
aw_download_manager_delegate.h
12
// Android
WebView
does not use Chromium downloads, so implement methods here to
aw_quota_permission_context.cc
26
// Android
WebView
only uses quota::kStorageTypeTemporary type of storage
scoped_allow_wait_for_legacy_web_view_api.h
11
//
webview
: it is required where API backward compatibility demands that the UI
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
StandaloneAwQuotaManagerBridgeTest.java
13
* use case that user calls WebStorage getInstance() without
WebView
.
/external/chromium_org/ash/screensaver/
screensaver_view.cc
16
#include "ui/views/controls/
webview
/
webview
.h"
114
// Add the
WebView
to our view.
128
screensaver_webview_ = new views::
WebView
(context);
/external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.cc
5
#include "chrome/browser/extensions/api/
webview
/webview_api.h"
8
#include "chrome/browser/guestview/
webview
/webview_guest.h"
9
#include "chrome/common/extensions/api/
webview
.h"
75
content::RecordAction(content::UserMetricsAction("
WebView
.ExecuteScript"));
Completed in 616 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>