OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentShellActivity
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/build/android/
adb_gdb_content_shell
12
export ADB_GDB_ACTIVITY=.
ContentShellActivity
adb_run_content_shell
13
-n org.chromium.content_shell_apk/.
ContentShellActivity
\
/external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
ContentShellUrlTest.java
21
ContentShellActivity
activity = launchContentShellWithUrl(URL);
ContentShellTestBase.java
38
public class ContentShellTestBase extends ActivityInstrumentationTestCase2<
ContentShellActivity
> {
46
super(
ContentShellActivity
.class);
51
* The URL can be null, in which case will default to
ContentShellActivity
.DEFAULT_SHELL_URL.
53
protected
ContentShellActivity
launchContentShellWithUrl(String url) {
60
*
ContentShellActivity
.DEFAULT_SHELL_URL.
62
protected
ContentShellActivity
launchContentShellWithUrlAndCommandLineArgs(String url,
69
ContentShellActivity
.class));
71
intent.putExtra(
ContentShellActivity
.COMMAND_LINE_ARGS_KEY, commandLineArgs);
123
final
ContentShellActivity
activity = getActivity();
ContentShellShellManagementTest.java
27
final
ContentShellActivity
activity = launchContentShellWithUrl(TEST_PAGE_1);
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ScreenOrientationListenerTest.java
17
import org.chromium.content_shell_apk.
ContentShellActivity
;
100
ContentShellActivity
activity = launchContentShellWithUrl(DEFAULT_URL);
112
ContentShellActivity
activity = launchContentShellWithUrl(DEFAULT_URL);
ContentViewTestBase.java
11
import org.chromium.content_shell_apk.
ContentShellActivity
;
23
final
ContentShellActivity
activity = launchContentShellWithUrl(
TracingControllerAndroidTest.java
14
import org.chromium.content_shell_apk.
ContentShellActivity
;
26
ContentShellActivity
activity = launchContentShellWithUrl("about:blank");
ScreenOrientationIntegrationTest.java
11
import org.chromium.content_shell_apk.
ContentShellActivity
;
62
ContentShellActivity
activity = launchContentShellWithUrl(DEFAULT_URL);
NavigationTest.java
13
import org.chromium.content_shell_apk.
ContentShellActivity
;
56
ContentShellActivity
activity = launchContentShellWithUrl(URL_1);
108
ContentShellActivity
activity = launchContentShellWithUrl(URL_LOADTIME);
InterstitialPageTest.java
15
import org.chromium.content_shell_apk.
ContentShellActivity
;
59
ContentShellActivity
activity = launchContentShellWithUrl(URL);
ContentCommandLineTest.java
14
import org.chromium.content_shell_apk.
ContentShellActivity
;
144
CommandLine.initFromFile(
ContentShellActivity
.COMMAND_LINE_FILE);
ScreenOrientationProviderTest.java
16
import org.chromium.content_shell_apk.
ContentShellActivity
;
88
ContentShellActivity
activity = launchContentShellWithUrl(DEFAULT_URL);
JavaBridgeBasicsTest.java
11
import org.chromium.content_shell_apk.
ContentShellActivity
;
94
protected
ContentShellActivity
launchContentShellWithUrl(String url) {
[
all
...]
/external/chromium_org/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/
ContentShellActivity.java
32
public class
ContentShellActivity
extends Activity {
35
private static final String TAG = "
ContentShellActivity
";
119
Toast.makeText(
ContentShellActivity
.this,
Completed in 1308 milliseconds