OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:android_webview
(Results
201 - 225
of
235
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwQuotaManagerBridge.java
5
package org.chromium.
android_webview
;
22
@JNINamespace("
android_webview
")
HttpAuthDatabase.java
5
package org.chromium.
android_webview
;
OverScrollGlow.java
5
package org.chromium.
android_webview
;
AwContentsClient.java
5
package org.chromium.
android_webview
;
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ArchiveTest.java
5
package org.chromium.
android_webview
.test;
12
import org.chromium.
android_webview
.AwContents;
AwContentsClientFaviconTest.java
5
package org.chromium.
android_webview
.test;
11
import org.chromium.
android_webview
.AwContents;
12
import org.chromium.
android_webview
.test.util.CommonResources;
59
extends org.chromium.
android_webview
.test.TestAwContentsClient {
AwContentsClientOnFormResubmissionTest.java
5
package org.chromium.
android_webview
.test;
13
import org.chromium.
android_webview
.AwContents;
28
extends org.chromium.
android_webview
.test.TestAwContentsClient {
AwContentsClientVisitedHistoryTest.java
5
package org.chromium.
android_webview
.test;
10
import org.chromium.
android_webview
.AwContents;
62
extends org.chromium.
android_webview
.test.TestAwContentsClient {
AwQuotaManagerBridgeTest.java
5
package org.chromium.
android_webview
.test;
11
import org.chromium.
android_webview
.AwContents;
12
import org.chromium.
android_webview
.AwQuotaManagerBridge;
13
import org.chromium.
android_webview
.AwSettings;
14
import org.chromium.
android_webview
.test.util.AwQuotaManagerBridgeTestUtil;
AwTestBase.java
5
package org.chromium.
android_webview
.test;
13
import org.chromium.
android_webview
.AwBrowserContext;
14
import org.chromium.
android_webview
.AwBrowserProcess;
15
import org.chromium.
android_webview
.AwContents;
16
import org.chromium.
android_webview
.AwContentsClient;
17
import org.chromium.
android_webview
.AwLayoutSizer;
18
import org.chromium.
android_webview
.AwSettings;
19
import org.chromium.
android_webview
.test.util.JSUtils;
33
* A base class for
android_webview
tests.
AwViewportTest.java
5
package org.chromium.
android_webview
.test;
9
import org.chromium.
android_webview
.AwContents;
10
import org.chromium.
android_webview
.AwSettings;
ClientOnPageFinishedTest.java
5
package org.chromium.
android_webview
.test;
9
import org.chromium.
android_webview
.AwContents;
10
import org.chromium.
android_webview
.test.util.CommonResources;
11
import org.chromium.
android_webview
.test.util.JSUtils;
LoadUrlTest.java
5
package org.chromium.
android_webview
.test;
12
import org.chromium.
android_webview
.AwContents;
13
import org.chromium.
android_webview
.AwSettings;
14
import org.chromium.
android_webview
.test.util.CommonResources;
15
import org.chromium.
android_webview
.test.util.JSUtils;
AwLayoutSizerTest.java
5
package org.chromium.
android_webview
.test;
12
import org.chromium.
android_webview
.AwLayoutSizer;
AwScrollOffsetManagerTest.java
5
package org.chromium.
android_webview
.test;
12
import org.chromium.
android_webview
.AwScrollOffsetManager;
CookieManagerTest.java
5
package org.chromium.
android_webview
.test;
12
import org.chromium.
android_webview
.AwContents;
13
import org.chromium.
android_webview
.AwCookieManager;
14
import org.chromium.
android_webview
.test.util.JSUtils;
LoadDataWithBaseUrlTest.java
5
package org.chromium.
android_webview
.test;
10
import org.chromium.
android_webview
.AwContents;
11
import org.chromium.
android_webview
.AwSettings;
12
import org.chromium.
android_webview
.test.util.CommonResources;
TestAwContentsClient.java
5
package org.chromium.
android_webview
.test;
/external/chromium_org/android_webview/native/
aw_contents_io_thread_client_impl.cc
5
#include "
android_webview
/native/aw_contents_io_thread_client_impl.h"
10
#include "
android_webview
/native/intercepted_request_data_impl.h"
38
namespace
android_webview
{
namespace
319
} // namespace
android_webview
aw_quota_manager_bridge_impl.cc
5
#include "
android_webview
/native/aw_quota_manager_bridge_impl.h"
9
#include "
android_webview
/browser/aw_browser_context.h"
10
#include "
android_webview
/browser/aw_content_browser_client.h"
28
namespace
android_webview
{
namespace
356
} // namespace
android_webview
cookie_manager.cc
5
#include "
android_webview
/native/cookie_manager.h"
7
#include "
android_webview
/browser/aw_browser_context.h"
8
#include "
android_webview
/browser/aw_cookie_access_policy.h"
9
#include "
android_webview
/browser/net/init_native_callback.h"
10
#include "
android_webview
/browser/scoped_allow_wait_for_legacy_web_view_api.h"
11
#include "
android_webview
/native/aw_browser_dependency_factory.h"
54
namespace
android_webview
{
namespace
506
} //
android_webview
namespace
/external/chromium_org/android_webview/renderer/
aw_render_view_ext.cc
5
#include "
android_webview
/renderer/aw_render_view_ext.h"
9
#include "
android_webview
/common/aw_hit_test_data.h"
10
#include "
android_webview
/common/render_view_messages.h"
36
namespace
android_webview
{
namespace
357
} // namespace
android_webview
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
AwShellActivity.java
5
package org.chromium.
android_webview
.shell;
26
import org.chromium.
android_webview
.AwBrowserContext;
27
import org.chromium.
android_webview
.AwBrowserProcess;
28
import org.chromium.
android_webview
.AwContents;
29
import org.chromium.
android_webview
.AwContentsClient;
30
import org.chromium.
android_webview
.AwDevToolsServer;
31
import org.chromium.
android_webview
.AwLayoutSizer;
32
import org.chromium.
android_webview
.AwSettings;
33
import org.chromium.
android_webview
.test.AwTestContainerView;
34
import org.chromium.
android_webview
.test.NullContentsClient
[
all
...]
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
NullContentsClient.java
5
package org.chromium.
android_webview
.test;
19
import org.chromium.
android_webview
.AwContentsClient;
20
import org.chromium.
android_webview
.AwHttpAuthHandler;
21
import org.chromium.
android_webview
.InterceptedRequestData;
22
import org.chromium.
android_webview
.JsPromptResultReceiver;
23
import org.chromium.
android_webview
.JsResultReceiver;
TestContentProvider.java
9
package org.chromium.
android_webview
.test;
29
"org.chromium.
android_webview
.test.TestContentProvider";
Completed in 485 milliseconds
1
2
3
4
5
6
7
8
9
10