OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:webview
(Results
551 - 575
of
1190
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/packages/apps/Browser/tests/src/com/android/browser/
IntentHandlerTests.java
24
import android.webkit.
WebView
;
108
* Simulate clicking a link by loading a URL directly on the
WebView
,
116
WebView
web = tab.getWebView();
/packages/apps/Email/tests/src/com/android/email/activity/
MessageViewTests.java
34
//import android.webkit.
WebView
;
52
// private
WebView
mMessageContentView;
82
// mMessageContentView = (
WebView
) a.findViewById(R.id.message_content);
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MainActivity.java
24
import android.webkit.
WebView
;
61
WebView
wv = (
WebView
) findViewById(R.id.webIntro);
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AndroidViewIntegrationTest.java
134
* A 0x0 sized view is common if the
WebView
is set to wrap_content and newly created. The
135
* expected behavior is for the
WebView
to expand after some content is loaded.
138
* Such behavior is unacceptable for the
WebView
and this test is to ensure that such behavior
161
* the ability to load pages. Many applications keep the
WebView
hidden when it's loading.
187
* Check that a content size change notification is sent even if the
WebView
is off screen.
/external/chromium_org/chrome/renderer/extensions/
extension_helper.cc
35
#include "third_party/WebKit/public/web/
WebView
.h"
43
using blink::
WebView
;
304
WebView
*
webview
= render_view()->GetWebView();
local
305
WebFrame* main_frame =
webview
->mainFrame();
user_script_slave.cc
36
#include "third_party/WebKit/public/web/
WebView
.h"
45
using blink::
WebView
;
207
WebView
::removeInjectedStyleSheets();
230
WebView
::injectStyleSheet(
234
WebView
::InjectStyleInAllFrames :
235
WebView
::InjectStyleInTopFrameOnly);
user_script_scheduler.cc
27
#include "third_party/WebKit/public/web/
WebView
.h"
40
using blink::
WebView
;
243
// Author level is consistent with
WebView
::injectStyleSheet.
/external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializer.cpp
39
#include "
WebView
.h"
184
void WebPageSerializer::serialize(
WebView
* view, WebVector<WebPageSerializer::Resource>* resourcesParam)
212
WebCString WebPageSerializer::serializeToMHTML(
WebView
* view)
219
WebCString WebPageSerializer::serializeToMHTMLUsingBinaryEncoding(
WebView
* view)
238
bool WebPageSerializer::retrieveAllResources(
WebView
* view,
ChromeClientImpl.cpp
135
ChromeClientImpl::ChromeClientImpl(WebViewImpl*
webView
)
136
: m_webView(
webView
)
142
, m_pagePopupDriver(
webView
)
150
void* ChromeClientImpl::
webView
() const
710
// We only notify when the
WebView
has to handle the popup, as when
712
// transparent to the
WebView
.
[
all
...]
ChromeClientImpl.h
67
// Handles window-level notifications from WebCore on behalf of a
WebView
.
70
explicit ChromeClientImpl(WebViewImpl*
webView
);
73
virtual void*
webView
() const;
StorageAreaProxy.cpp
142
blink::WebViewImpl*
webView
= webFrame->viewImpl();
143
result = !
webView
->permissionClient() ||
webView
->permissionClient()->allowStorage(webFrame, m_storageType == LocalStorage);
/frameworks/webview/chromium/overlay/frameworks/base/core/res/res/values/
strings.xml
123
<!-- Warning shown when the app tries to create a private browsing
WebView
,
127
<!-- Toast notifying the user that the
webview
performance profiler started collecting data [CHAR-LIMIT=32] -->
129
<!-- Toast notifying the user that the
webview
performance profiler results were written to a file [CHAR-LIMIT=80] -->
131
<!-- Toast notifying the user that we can't start the
webview
performance profiler because there's no external storage [CHAR-LIMIT=80] -->
133
<!-- Toast notifying the user that we failed to start the
webview
performance profiler [CHAR-LIMIT=80] -->
/packages/apps/Browser/src/com/android/browser/
PageDialogsHandler.java
29
import android.webkit.
WebView
;
49
private
WebView
mSSLCertificateOnErrorView;
120
WebView
w = mController.getCurrentTopWebView();
144
final
WebView
view = tab.getWebView();
279
final
WebView
view, final SslErrorHandler handler,
/frameworks/base/docs/html/sdk/api_diff/12/changes/
alldiffs_index_changes.html
218
<nobr><A HREF="android.webkit.
WebView
.html#android.webkit.
WebView
.debugDump_changed()" class="hiddenlink" target="rightframe">debugDump
227
<nobr><A HREF="android.webkit.
WebView
.html#android.webkit.
WebView
.disablePlatformNotifications_changed()" class="hiddenlink" target="rightframe">disablePlatformNotifications
263
<nobr><A HREF="android.webkit.
WebView
.html#android.webkit.
WebView
.emulateShiftHeld_changed()" class="hiddenlink" target="rightframe">emulateShiftHeld
266
<nobr><A HREF="android.webkit.
WebView
.html#android.webkit.
WebView
.enablePlatformNotifications_changed()" class="hiddenlink" target="rightframe">enablePlatformNotifications
363
<nobr><A HREF="android.webkit.
WebView
.html#android.webkit.
WebView
.getVisibleTitleHeight_changed()" class="hiddenlink" target="rightframe">getVisibleTitleHeigh
[
all
...]
/external/chromium_org/third_party/WebKit/public/web/
WebViewClient.h
80
class
WebView
;
92
// Since a
WebView
is a WebWidget, a WebViewClient is a WebWidgetClient.
99
// Create a new related
WebView
. This method must clone its session storage
106
virtual
WebView
* createView(WebFrame* creator,
122
// Create a session storage namespace object associated with this
WebView
.
156
// These notifications bracket any loading that occurs in the
WebView
.
174
// This method is called in response to
WebView
's handleInputEvent()
279
// Take focus away from the
WebView
by focusing an adjacent UI element
323
// changed and should be saved. See
WebView
::inspectorSettings.
362
// Returns the current visibility of the
WebView
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/17/changes/
methods_index_changes.html
62
<nobr><A HREF="android.webkit.
WebView
.html#android.webkit.
WebView
.canZoomIn_changed()" class="hiddenlink" target="rightframe">canZoomIn
64
<nobr><A HREF="android.webkit.
WebView
.html#android.webkit.
WebView
.canZoomOut_changed()" class="hiddenlink" target="rightframe">canZoomOut
138
<nobr><A HREF="android.webkit.
WebView
.html#android.webkit.
WebView
.getScale_changed()" class="hiddenlink" target="rightframe">getScale
209
<nobr><A HREF="android.webkit.
WebView
.html#android.webkit.
WebView
.setCertificate_changed(android.net.http.SslCertificate)" class="hiddenlink" target="rightframe">setCertificate
213
<nobr><A HREF="android.webkit.
WebView
.html#android.webkit.
WebView
.setMapTrackballToArrowKeys_changed(boolean)" class="hiddenlink" target="rightframe">setMapTrackbal (…)
[
all
...]
/frameworks/base/docs/html/guide/webapps/
targeting.jd
11
in the default Android Browser and in a {@link android.webkit.
WebView
}</li>
38
android.webkit.
WebView
} (the framework view widget for displaying web pages), on Android 2.0 and
54
<p>However, when your page is rendered in a {@link android.webkit.
WebView
}, the page loads at
62
categories: low, medium, and high.) The Android Browser and {@link android.webkit.
WebView
}
177
Android Browser and {@link android.webkit.
WebView
} scale web pages to match the perceived size on a
276
android.webkit.
WebView
} target a medium density screen by default.</p>
287
screen, the Android Browser and {@link android.webkit.
WebView
} scale web pages (effectively zoom
290
Android Browser and {@link android.webkit.
WebView
} apply approximately 1.5x scaling to web pages
318
<p>For example, to prevent the Android Browser and {@link android.webkit.
WebView
} from scaling
340
<p>The Android Browser and {@link android.webkit.
WebView
} support a CSS media feature that allow
[
all
...]
/external/chromium_org/chrome/browser/apps/
app_url_redirector_browsertest.cc
418
// Test that a
webview
in an app can be navigated to a URL without interception
426
// handler. The handler also redirects an embedded
webview
to the URL. The
427
//
webview
should just navigate without creating an endless loop of
437
// Test that a
webview
in an app can be navigated to a URL without interception
445
// handler. The handler also redirects an embedded
webview
to the URL. The
446
//
webview
should just navigate without creating an endless loop of
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
ViewLoaderTest.java
9
import android.webkit.
WebView
;
127
WebView
webView
= (
WebView
) view.findViewById(R.id.web_view);
129
webView
.loadUrl("www.example.com");
131
assertThat(shadowOf(
webView
).getLastLoadedUrl(), equalTo("www.example.com"));
/frameworks/base/docs/html/training/implementing-navigation/
temporal.jd
54
<li>When the user navigates web pages in a {@link android.webkit.
WebView
}.</li>
225
<p>If a part of your application is contained in a {@link android.webkit.
WebView
}, it may be
228
{@link android.webkit.
WebView
} if it has history state:</p>
247
<p>For more information about using {@link android.webkit.
WebView
}, read <a
248
href="{@docRoot}guide/webapps/
webview
.html">Building Web Apps in
WebView
</a>.
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader5.java
30
import android.webkit.
WebView
;
44
private
WebView
mWebView;
59
mWebView = (
WebView
)findViewById(R.id.rssWebView);
/external/chromium_org/chrome/browser/resources/gaia_auth/
main.js
95
/** Callback when all loads in the gaia
webview
is complete. */
109
//
webview
does not support extension pages yet.
128
* Callback when the gaia
webview
attempts to open a new window.
/external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.h
16
#include "ui/views/controls/
webview
/unhandled_keyboard_event_handler.h"
53
class
WebView
;
205
views::
WebView
* web_view_;
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view_unittest.cc
19
#include "ui/views/controls/
webview
/
webview
.h"
72
views::
WebView
* contents_web_view =
/external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest_manager.cc
71
// The SiteInstance of a given
webview
tag is based on the fact that it's
81
// If we already have a
webview
tag in the same app using the same storage
87
// that
webview
tags are also not allowed to send messages across
Completed in 4284 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>