OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:webview
(Results
51 - 75
of
1115
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwBrowserProcess.java
17
* Wrapper for the steps needed to initialize the java and native sides of
webview
chromium.
20
private static final String PRIVATE_DATA_DIRECTORY_SUFFIX = "
webview
";
24
* to run
webview
in this process. Does not create threads; safe to call from zygote.
32
throw new RuntimeException("Cannot load
WebView
", e);
45
// CookieManager rather than creating a
WebView
.
54
throw new RuntimeException("Cannot initialize
WebView
", e);
/external/chromium_org/android_webview/
webview_pak.mk
6
# Android framework for use by
WebView
.
10
LOCAL_MODULE_PATH := $(TARGET_OUT_JAVA_LIBRARIES)/
webview
/paks
/external/chromium_org/content/public/common/
drop_data.h
38
// User is dragging a link into the
webview
.
42
// User is dragging a link out-of the
webview
.
45
// Referrer policy to use when dragging a link out of the
webview
results in
49
// User is dropping one or more files on the
webview
.
52
// Isolated filesystem ID for the files being dragged on the
webview
.
55
// User is dragging plain text into the
webview
.
58
// User is dragging text/html into the
webview
(e.g., out of Firefox).
64
// User is dragging data from the
webview
(e.g., an image).
/external/chromium_org/third_party/WebKit/Source/web/tests/
RenderTableCellTest.cpp
33
#include "
WebView
.h"
50
static
WebView
*
webView
;
52
if (
webView
)
53
return static_cast<WebFrameImpl*>(
webView
->mainFrame())->frame();
55
webView
= FrameTestHelpers::createWebViewAndLoad("about:blank");
56
webView
->setFocus(true);
57
return static_cast<WebFrameImpl*>(
webView
->mainFrame())->frame();
RenderTableRowTest.cpp
33
#include "
WebView
.h"
50
static
WebView
*
webView
;
52
if (
webView
)
53
return static_cast<WebFrameImpl*>(
webView
->mainFrame())->frame();
55
webView
= FrameTestHelpers::createWebViewAndLoad("about:blank");
56
webView
->setFocus(true);
57
return static_cast<WebFrameImpl*>(
webView
->mainFrame())->frame();
/external/chromium_org/tools/deep_memory_profiler/
policies.json
10
"android.
webview
": {
11
"file": "policy.android.
webview
.json",
/external/chromium_org/ui/views/examples/
webview_example.h
17
class
WebView
;
30
WebView
* webview_;
/packages/apps/Browser/src/com/android/browser/
WebViewController.java
31
import android.webkit.
WebView
;
36
*
WebView
aspect of the controller
48
void onSetWebView(Tab tab,
WebView
view);
52
void onPageStarted(Tab tab,
WebView
view, Bitmap favicon);
60
void onFavicon(Tab tab,
WebView
view, Bitmap icon);
62
boolean shouldOverrideUrlLoading(Tab tab,
WebView
view, String url);
72
void onReceivedHttpAuthRequest(Tab tab,
WebView
view, final HttpAuthHandler handler,
87
void showSslCertificateOnError(
WebView
view, SslErrorHandler handler,
/frameworks/base/core/java/android/webkit/
WebChromeClient.java
29
* @param view The
WebView
that initiated the callback.
33
public void onProgressChanged(
WebView
view, int newProgress) {}
37
* @param view The
WebView
that initiated the callback.
40
public void onReceivedTitle(
WebView
view, String title) {}
44
* @param view The
WebView
that initiated the callback.
47
public void onReceivedIcon(
WebView
view, Bitmap icon) {}
51
* @param view The
WebView
that initiated the callback.
55
public void onReceivedTouchIconUrl(
WebView
view, String url,
74
* {@link
WebView
}.
105
* this method, create a new
WebView
to host the window, insert it into th
[
all
...]
/cts/tests/src/android/text/
EmojiStubActivity.java
23
import android.webkit.
WebView
;
26
private
WebView
mWebView;
32
mWebView = (
WebView
) findViewById(R.id.web_page);
35
public
WebView
getWebView() {
/cts/tests/src/android/webkit/cts/
CookieSyncManagerStubActivity.java
22
import android.webkit.
WebView
;
25
private
WebView
mWebView;
32
mWebView = new
WebView
(this);
48
public
WebView
getWebView(){
WebViewStubActivity.java
25
import android.webkit.
WebView
;
28
private
WebView
mWebView;
34
mWebView = (
WebView
) findViewById(R.id.web_page);
37
public
WebView
getWebView() {
/external/chromium_org/
Android.mk
5
# This Android makefile is used to build
WebView
in the Android build system.
7
# we are doing a
WebView
build. For other builds, this makefile does nothing,
14
#
WebView
build using the Android build system.
21
#
WebView
code can build with "make GYP_CONFIGURATION=Debug".
/external/chromium_org/android_webview/native/
DEPS
6
# Components that Android
WebView
depends on.
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
manifest.json
11
"
webview
",
/external/chromium_org/chrome/test/chromedriver/chrome/
chrome.h
13
class
WebView
;
26
// Return the
WebView
for the given id.
27
virtual Status GetWebViewById(const std::string& id,
WebView
** web_view) = 0;
29
// Closes the specified
WebView
.
/external/chromium_org/chrome/test/chromedriver/
session_unittest.cc
23
WebView
** web_view) OVERRIDE {
39
WebView
* web_view;
47
WebView
* web_view;
55
WebView
* web_view = NULL;
/external/chromium_org/content/renderer/
renderer_webapplicationcachehost_impl.cc
11
#include "third_party/WebKit/public/web/
WebView
.h"
33
if (!render_view || !render_view->
webview
() ||
34
!render_view->
webview
()->mainFrame())
37
WebKit::WebFrame* frame = render_view->
webview
()->mainFrame();
text_input_client_observer.h
15
class
WebView
;
34
// Returns the
WebView
of the RenderView.
35
WebKit::
WebView
*
webview
();
/external/chromium_org/ui/views/controls/webview/
unhandled_keyboard_event_handler.cc
5
#include "ui/views/controls/
webview
/unhandled_keyboard_event_handler.h"
/external/robolectric/src/test/resources/res/layout/
webview_holder.xml
10
<
WebView
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
WebViewStubActivity.java
23
import android.webkit.
WebView
;
26
private
WebView
mWebView;
32
mWebView = (
WebView
) findViewById(R.id.web_page);
35
public
WebView
getWebView() {
/external/chromium_org/chrome/browser/chromeos/ui/
app_launch_view.h
21
class
WebView
;
67
// Loads the splash screen in the
WebView
's webcontent. If the webcontents
68
// don't exist, they'll be created by
WebView
.
78
views::
WebView
* app_launch_webview_;
80
// Window that holds the
webview
.
/frameworks/base/docs/html/sdk/api_diff/11/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>
85
<A NAME="android.webkit.
WebView
.ctor_added(android.content.Context, android.util.AttributeSet, int, boolean)"></A>
86
<nobr><A HREF="../../../../reference/android/webkit/
WebView
.html#
WebView
(android.content.Context, android.util.AttributeSet, int, boolean)" target="_top"><code>
WebView
</code></A>(<code>Context,</nobr> AttributeSet<nobr>,</nobr> int<nobr>,</nobr> boolean<nobr><nobr></code>)</nobr>
101
<A NAME="android.webkit.
WebView
.canZoomIn_added()"></A>
102
<nobr><code>boolean</code> <A HREF="../../../../reference/android/webkit/
WebView
.html#canZoomIn()" target="_top"><code>canZoomIn</code></A>()</nobr>
108
<A NAME="android.webkit.
WebView
.canZoomOut_added()"></A
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
GAEChannelClient.java
36
import android.webkit.
WebView
;
49
private
WebView
webView
;
69
webView
= new
WebView
(activity);
70
webView
.getSettings().setJavaScriptEnabled(true);
71
webView
.setWebChromeClient(new WebChromeClient() { // Purely for debugging.
78
webView
.setWebViewClient(new WebViewClient() { // Purely for debugging.
80
WebView
view, int errorCode, String description,
88
webView
.addJavascriptInterface
[
all
...]
Completed in 318 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>