OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:webview
(Results
451 - 475
of
1190
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/core/tests/coretests/res/layout/
remote_view_test_bad_2.xml
27
<
WebView
android:id="@+id/web"
/frameworks/base/tests/TileBenchmark/
AndroidManifest.xml
26
android:label="Tests for
WebView
Tiles."/>
/frameworks/base/tests/WebViewTests/
AndroidManifest.xml
31
android:label="Tests for android.webkit.
WebView
" />
/frameworks/base/tests/WebViewTests/res/layout/
webview_layout.xml
22
<
WebView
android:id="@+id/web_page"
/frameworks/webview/chromium/java/com/android/webview/chromium/
GeolocationPermissionsAdapter.java
17
package com.android.
webview
.chromium;
WebIconDatabaseAdapter.java
17
package com.android.
webview
.chromium;
WebViewDatabaseAdapter.java
17
package com.android.
webview
.chromium;
/frameworks/webview/chromium/tools/WebViewShell/
AndroidManifest.xml
18
package="com.android.
webview
.chromium.shell"
/frameworks/webview/chromium/tools/buildbot/
webview_buildbot_functions.sh
17
clank-
webview
)
20
clank-
webview
-tot)
108
echo "@@@BUILD_STEP Sync frameworks/
webview
@@@"
109
repo sync frameworks/
webview
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationWebView.java
115
* Enable this
WebView
to also draw to an internal software canvas until
120
* This is useful when you know that the
WebView
draws sooner to a software layer than it does
151
* True when
WebView
is handling a touch-- in between POINTER_DOWN and
208
LogUtils.d(LOG_TAG, "
WebView
disabling intercepts: POINTER_DOWN");
ScrollIndicatorsView.java
12
* An overlay to sit on top of
WebView
, message headers, and snap header to display scrollbars.
/packages/screensavers/WebView/
AndroidManifest.xml
11
android:label="
WebView
">
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion11.txt
60
<
WebView
/>
completion1-expected-completion12.txt
60
<
WebView
/>
completion9-expected-completion64.txt
60
<
WebView
/>
fragmentlayout-expected-complation77.txt
5
android.webkit.WebViewFragment : <p> The
WebView
is automically paused or resumed when the Fragment is paused or resumed. </p> </div><!-- jd-descr --> <div class="jd-descr"> <h2>Summary</h2> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <table id="...
fragmentlayout-expected-complation78.txt
5
android.webkit.WebViewFragment : <p> The
WebView
is automically paused or resumed when the Fragment is paused or resumed. </p> </div><!-- jd-descr --> <div class="jd-descr"> <h2>Summary</h2> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <table id="...
/external/chromium_org/third_party/WebKit/Source/web/tests/
PrerenderingTest.cpp
43
#include "
WebView
.h"
190
m_webViewHelper.
webView
()->setPrerendererClient(&m_prerendererClient);
192
FrameTestHelpers::loadFrame(m_webViewHelper.
webView
()->mainFrame(), std::string(baseURL) + fileName);
198
FrameTestHelpers::loadFrame(m_webViewHelper.
webView
()->mainFrame(), "about:blank");
203
m_webViewHelper.
webView
()->mainFrame()->collectGarbage();
211
WebElement console = m_webViewHelper.
webView
()->mainFrame()->document().getElementById("console");
237
m_webViewHelper.
webView
()->mainFrame()->executeScript(WebScriptSource(WebString::fromUTF8(code)));
/packages/apps/Browser/src/com/android/browser/
UrlHandler.java
30
import android.webkit.
WebView
;
61
boolean shouldOverrideUrlLoading(Tab tab,
WebView
view, String url) {
73
Uri.parse(
WebView
.SCHEME_TEL +
241
private
WebView
mWebView;
243
public RLZTask(Tab tab, Uri uri,
WebView
webView
) {
246
mWebView =
webView
;
/external/chromium_org/third_party/WebKit/public/testing/
WebTestDelegate.h
124
// Controls the device scale factor of the main
WebView
for hidpi tests.
127
// Controls which
WebView
should be focused.
144
// Invoked when the embedder should close all but the main
WebView
.
149
// Returns the length of the back/forward history of the main
WebView
.
160
// Returns the back/forward history for the
WebView
associated with the
/frameworks/base/docs/html/sdk/api_diff/12/changes/
methods_index_all.html
130
<nobr><A HREF="android.webkit.
WebView
.html#android.webkit.
WebView
.debugDump_changed()" class="hiddenlink" target="rightframe">debugDump
134
<nobr><A HREF="android.webkit.
WebView
.html#android.webkit.
WebView
.disablePlatformNotifications_changed()" class="hiddenlink" target="rightframe">disablePlatformNotifications
166
<nobr><A HREF="android.webkit.
WebView
.html#android.webkit.
WebView
.emulateShiftHeld_changed()" class="hiddenlink" target="rightframe">emulateShiftHeld
168
<nobr><A HREF="android.webkit.
WebView
.html#android.webkit.
WebView
.enablePlatformNotifications_changed()" class="hiddenlink" target="rightframe">enablePlatformNotifications
265
<nobr><A HREF="android.webkit.
WebView
.html#android.webkit.
WebView
.getPluginList_removed()" class="hiddenlink" target="rightframe"><strike>getPluginList</strike
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h
48
#include "
WebView
.h"
118
class WebViewImpl : public
WebView
179
//
WebView
methods:
396
// based on the Webkit function bool
WebView
::handleContextMenuEvent(WPARAM
397
// wParam, LPARAM lParam) in webkit\webkit\win\
WebView
.cpp. The only
402
// Notifies the
WebView
that a load has been committed. isNewNavigation
572
friend class
WebView
; // So
WebView
::Create can call our constructor
740
// current drop target in this
WebView
(the drop target can accept the drop).
764
// Whether the
webview
is rendering transparently
[
all
...]
/development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java
41
import android.webkit.
WebView
;
58
private
WebView
mWebView;
101
mWebView = (
WebView
) findViewById(R.id.
webview
);
251
* {@link
WebView
} to show the requested content.
319
* {@link
WebView
} and hide the {@link ProgressBar}.
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsClient.java
72
// -
WebView
.stopLoading is called,
75
// The Android
WebView
does not notify the embedder of these situations using
82
// backwards compatibility with the classic
webview
.
90
// This is here to emulate the Classic
WebView
firing onPageFinished for main frame
131
//
WebView
specific methods that map directly to WebViewClient / WebChromeClient
233
// Other
WebView
-specific methods
/external/chromium_org/android_webview/renderer/
aw_render_view_ext.cc
32
#include "third_party/WebKit/public/web/
WebView
.h"
41
// We treat non-standard schemes as "secure" in the
WebView
to allow them to
182
blink::
WebView
*
webview
= render_view()->GetWebView();
local
183
if (
webview
) {
185
webview
->mainFrame()->document().images(images);
Completed in 1146 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>