OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_URL
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
TabManager.java
27
private static final String
DEFAULT_URL
= "http://www.google.com";
37
private String mStartupUrl =
DEFAULT_URL
;
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ScreenOrientationListenerTest.java
28
private static final String
DEFAULT_URL
=
77
final ContentShellActivity activity = launchContentShellWithUrl(
DEFAULT_URL
);
ScreenOrientationProviderTest.java
28
private static final String
DEFAULT_URL
=
82
final ContentShellActivity activity = launchContentShellWithUrl(
DEFAULT_URL
);
/external/markdown/markdown/extensions/
rss.py
4
DEFAULT_URL
= "http://www.freewisdom.org/projects/python-markdown/"
48
self.config = { 'URL' : [
DEFAULT_URL
, "Main URL"],
/external/antlr/antlr-3.4/runtime/Python/
ez_setup.py
18
DEFAULT_URL
= "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
60
version=DEFAULT_VERSION, download_base=
DEFAULT_URL
, to_dir=os.curdir,
101
version=DEFAULT_VERSION, download_base=
DEFAULT_URL
, to_dir=os.curdir,
/external/chromium_org/third_party/protobuf/python/
ez_setup.py
23
DEFAULT_URL
= "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]
86
version=DEFAULT_VERSION, download_base=
DEFAULT_URL
, to_dir=os.curdir,
127
version=DEFAULT_VERSION, download_base=
DEFAULT_URL
, to_dir=os.curdir,
Completed in 3550 milliseconds