OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:webview
(Results
376 - 400
of
1190
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/docs/html/sdk/api_diff/17/changes/
constructors_index_changes.html
54
<nobr><A HREF="android.webkit.
WebView
.html#android.webkit.
WebView
.ctor_changed(android.content.Context, android.util.AttributeSet, int, boolean)" class="hiddenlink" target="rightframe">
WebView
/packages/apps/Browser/src/com/android/browser/
DeviceAccountLogin.java
25
import android.webkit.
WebView
;
31
private final
WebView
mWebView;
50
public DeviceAccountLogin(Activity activity,
WebView
view, Tab tab,
UrlBarAutoShowManager.java
23
import android.webkit.
WebView
;
119
WebView
web = (
WebView
) v;
ErrorConsoleView.java
28
import android.webkit.
WebView
;
52
private
WebView
mWebView;
159
* Sets the
webview
that this console is associated with. Currently this is used so
162
public void setWebView(
WebView
webview
) {
163
mWebView =
webview
;
GoogleAccountLogin.java
34
import android.webkit.
WebView
;
61
private final
WebView
mWebView;
76
mWebView = new
WebView
(mActivity);
82
// duplicate the work here using the off-screen
WebView
.
88
public boolean shouldOverrideUrlLoading(
WebView
view, String url) {
92
public void onPageFinished(
WebView
view, String url) {
/packages/apps/Browser/src/com/android/browser/preferences/
AccessibilityPreferencesFragment.java
23
import android.webkit.
WebView
;
36
WebView
mControlWebView;
41
mControlWebView = new
WebView
(getActivity());
FontSizePreview.java
24
import android.webkit.
WebView
;
68
protected void setupWebView(
WebView
view) {
/external/chromium_org/chrome/common/extensions/docs/server2/
known_broken_links.json
180
"redirects to /apps/tags/
webview
.html"
186
"redirects to /apps/tags/
webview
.html"
617
"apps/
webview
.html",
624
"redirects to /apps/tags/
webview
.html"
1229
"apps/
webview
.html",
1276
"apps/tags/
webview
.html",
1282
"apps/tags/
webview
.html",
1288
"apps/tags/
webview
.html",
1294
"apps/tags/
webview
.html",
1300
"apps/tags/
webview
.html"
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/8/changes/
android.webkit.WebViewClient.html
86
<A NAME="android.webkit.WebViewClient.onReceivedSslError_added(android.webkit.
WebView
, android.webkit.SslErrorHandler, android.net.http.SslError)"></A>
87
<nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebViewClient.html#onReceivedSslError(android.webkit.
WebView
, android.webkit.SslErrorHandler, android.net.http.SslError)" target="_top"><code>onReceivedSslError</code></A>(<code>
WebView
,</nobr> SslErrorHandler<nobr>,</nobr> SslError<nobr><nobr></code>)</nobr>
101
<A NAME="android.webkit.WebViewClient.onTooManyRedirects_changed(android.webkit.
WebView
, android.os.Message, android.os.Message)"></A>
102
<nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebViewClient.html#onTooManyRedirects(android.webkit.
WebView
, android.os.Message, android.os.Message)" target="_top"><code>onTooManyRedirects</code></A>(<code>
WebView
,</nobr> Message<nobr>,</nobr> Message<nobr><nobr></code>) </nobr>
/development/samples/ApiDemos/src/com/example/android/apis/app/
PrintBitmap.java
26
import android.webkit.
WebView
;
40
* @see
WebView
/external/chromium/webkit/glue/
dom_operations.cc
22
#include "third_party/WebKit/Source/WebKit/chromium/public/
WebView
.h"
34
using WebKit::
WebView
;
194
// Get all savable resource links from current
webview
, include main
196
bool GetAllSavableResourceLinksForCurrentPage(
WebView
* view,
241
bool PauseAnimationAtTimeOnElementWithId(
WebView
* view,
262
bool PauseTransitionAtTimeOnElementWithId(
WebView
* view,
283
bool ElementDoesAutoCompleteForElementWithId(
WebView
* view,
298
int NumberOfActiveAnimations(
WebView
* view) {
/external/chromium_org/android_webview/tools/
known_issues.py
5
"""List of directories which are known issues for Android
WebView
.
14
subset of repositories that
WebView
needs.
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
share_dialog.js
51
* @param {
WebView
}
webView
Web View element to be wrapped.
54
ShareDialog.WebViewAuthorizer = function(urlPattern,
webView
) {
56
this.webView_ =
webView
;
130
this.webViewWrapper_.className = 'share-dialog-
webview
-wrapper';
248
// TODO(mtomasz): Move to initDom_() once and reuse <
webview
> once it gets
251
this.webViewWrapper_, 'share-dialog-
webview
', '
webview
');
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view_interactive_uitest.cc
25
#include "ui/views/controls/
webview
/
webview
.h"
/external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_external.html
74
<h2 id="
webview
">Embed external web pages</h2>
84
The <code>
webview
</code> tag allows you to embed external web content in your
87
<code>
webview
</code> tag runs in a separate process. This means that an exploit
93
<h3 id="webview_element">Add
webview
element</h3>
96
Your <code>
webview
</code> element must include the URL to the source content
101
<
webview
src="http://news.google.com/" width="640" height="480"></
webview
>
108
<code>height</code> properties of a <code>
webview
</code> tag, you can either
/external/chromium_org/chrome/test/chromedriver/chrome/
stub_web_view.h
15
class StubWebView : public
WebView
{
20
// Overridden from
WebView
:
/external/chromium_org/content/renderer/
render_view_impl_android.cc
12
#include "third_party/WebKit/public/web/
WebView
.h"
69
routing_id_,
webview
()->getSmartClipData(rect)));
/external/chromium_org/third_party/WebKit/ManualTests/
window-open-features-parsing.html
22
<li> A
WebView
exactly 200x100, such that you can see a red 1 pixel border along each edge of the
WebView
.
/external/chromium_org/third_party/WebKit/Source/testing/runner/
TestInterfaces.h
51
class
WebView
;
69
void setWebView(blink::
WebView
*, WebTestProxyBase*);
/external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.cpp
40
EditorClientImpl::EditorClientImpl(WebViewImpl*
webview
)
41
: m_webView(
webview
)
FullscreenController.h
67
// If set, the
WebView
is transitioning to fullscreen for this element.
70
// If set, the
WebView
is in fullscreen mode for an element in this frame.
/external/chromium_org/third_party/WebKit/public/testing/
WebTestInterfaces.h
48
class
WebView
;
63
void setWebView(blink::
WebView
*, WebTestProxyBase*);
/external/chromium_org/ui/android/java/resource_map/org/chromium/ui/
R.java
9
* that access resources via org.chromium.ui.R to function properly in
webview
.
12
* resources. In
webview
, resources live in the Android framework and can't be
/frameworks/webview/chromium/java/com/android/webview/chromium/
CookieManagerAdapter.java
17
package com.android.
webview
.chromium;
117
// of the Classic
WebView
implementation that allowed embedders to
WebBackForwardListChromium.java
17
package com.android.
webview
.chromium;
28
*
WebView
Chromium implementation of WebBackForwardList. Simple immutable
Completed in 597 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>