OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentShellActivity
(Results
1 - 16
of
16
) 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/
ContentViewTestBase.java
12
import org.chromium.content_shell_apk.
ContentShellActivity
;
28
final
ContentShellActivity
activity = launchContentShellWithUrl(
TracingControllerAndroidTest.java
14
import org.chromium.content_shell_apk.
ContentShellActivity
;
26
ContentShellActivity
activity = launchContentShellWithUrl("about:blank");
WebContentsObserverAndroidTest.java
13
import org.chromium.content_shell_apk.
ContentShellActivity
;
45
ContentShellActivity
activity = launchContentShellWithUrl(null);
TransitionTest.java
15
import org.chromium.content_shell_apk.
ContentShellActivity
;
108
ContentShellActivity
activity = launchContentShellWithUrl(URL_1);
131
ContentShellActivity
activity = launchContentShellWithUrl(URL_1);
153
ContentShellActivity
activity = launchContentShellWithUrl(URL_1);
182
ContentShellActivity
activity = launchContentShellWithUrl(url2);
234
ContentShellActivity
activity = launchContentShellWithUrl(url2);
276
ContentShellActivity
activity = launchContentShellWithUrl(url2);
NavigationTest.java
15
import org.chromium.content_shell_apk.
ContentShellActivity
;
58
ContentShellActivity
activity = launchContentShellWithUrl(URL_1);
114
ContentShellActivity
activity = launchContentShellWithUrl(urlLoadTime);
InterstitialPageTest.java
16
import org.chromium.content_shell_apk.
ContentShellActivity
;
60
ContentShellActivity
activity = launchContentShellWithUrl(URL);
ScreenOrientationListenerTest.java
16
import org.chromium.content_shell_apk.
ContentShellActivity
;
77
final
ContentShellActivity
activity = launchContentShellWithUrl(DEFAULT_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
;
82
final
ContentShellActivity
activity = launchContentShellWithUrl(DEFAULT_URL);
JavaBridgeBasicsTest.java
16
import org.chromium.content_shell_apk.
ContentShellActivity
;
100
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
";
118
Toast.makeText(
ContentShellActivity
.this,
Completed in 143 milliseconds