OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentShellActivity
(Results
1 - 9
of
9
) 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
10
import org.chromium.content_shell_apk.
ContentShellActivity
;
22
ContentShellActivity
activity = launchContentShellWithUrl(URL);
ContentShellTestBase.java
29
public class ContentShellTestBase extends ActivityInstrumentationTestCase2<
ContentShellActivity
> {
37
super(
ContentShellActivity
.class);
42
* The URL can be null, in which case will default to
ContentShellActivity
.DEFAULT_SHELL_URL.
44
protected
ContentShellActivity
launchContentShellWithUrl(String url) {
51
*
ContentShellActivity
.DEFAULT_SHELL_URL.
53
protected
ContentShellActivity
launchContentShellWithUrlAndCommandLineArgs(String url,
60
ContentShellActivity
.class));
62
intent.putExtra(
ContentShellActivity
.COMMAND_LINE_ARGS_KEY, commandLineArgs);
121
final
ContentShellActivity
activity = getActivity();
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentViewTestBase.java
11
import org.chromium.content_shell_apk.
ContentShellActivity
;
23
final
ContentShellActivity
activity = launchContentShellWithUrl(
InterstitialPageTest.java
16
import org.chromium.content_shell_apk.
ContentShellActivity
;
33
ContentShellActivity
activity = launchContentShellWithUrl(URL);
NavigationTest.java
12
import org.chromium.content_shell_apk.
ContentShellActivity
;
57
ContentShellActivity
activity = launchContentShellWithUrl(URL_1);
112
ContentShellActivity
activity = launchContentShellWithUrl(URL_LOADTIME);
CommandLineTest.java
15
import org.chromium.content_shell_apk.
ContentShellActivity
;
195
CommandLine.initFromFile(
ContentShellActivity
.COMMAND_LINE_FILE);
/external/chromium_org/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/
ContentShellActivity.java
37
public class
ContentShellActivity
extends ChromiumActivity {
40
private static final String TAG = "
ContentShellActivity
";
132
return new ActivityContentVideoViewClient(
ContentShellActivity
.this);
Completed in 211 milliseconds