OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Mozilla
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
webbrowser.py
284
class
Mozilla
(UnixBrowser):
285
"""Launcher class for
Mozilla
/Netscape browsers."""
294
Netscape =
Mozilla
452
# The
Mozilla
/Netscape browsers
453
for browser in ("
mozilla
-firefox", "firefox",
454
"
mozilla
-firebird", "firebird",
455
"seamonkey", "
mozilla
", "netscape"):
457
register(browser, None,
Mozilla
(browser))
470
# Skipstone, another Gtk/
Mozilla
based browser
529
for browser in ("firefox", "firebird", "seamonkey", "
mozilla
",
[
all
...]
/external/python/cpython2/Lib/
webbrowser.py
284
class
Mozilla
(UnixBrowser):
285
"""Launcher class for
Mozilla
/Netscape browsers."""
294
Netscape =
Mozilla
474
# The
Mozilla
/Netscape browsers
475
for browser in ("
mozilla
-firefox", "firefox",
476
"
mozilla
-firebird", "firebird",
478
"seamonkey", "
mozilla
", "netscape"):
480
register(browser, None,
Mozilla
(browser))
493
# Skipstone, another Gtk/
Mozilla
based browser
559
for browser in ("firefox", "firebird", "seamonkey", "
mozilla
",
[
all
...]
/external/python/cpython3/Lib/
webbrowser.py
265
class
Mozilla
(UnixBrowser):
266
"""Launcher class for
Mozilla
browsers."""
458
# The
Mozilla
browsers
461
register(browser, None,
Mozilla
(browser))
463
# The Netscape and old
Mozilla
browsers
464
for browser in ("
mozilla
-firefox",
465
"
mozilla
-firebird", "firebird",
466
"
mozilla
", "netscape"):
481
# Skipstone, another Gtk/
Mozilla
based browser
521
for browser in ("firefox", "firebird", "seamonkey", "
mozilla
",
[
all
...]
Completed in 1150 milliseconds